Author |
Message |
Topic: Burning 16F1828 on picdem |
W_Schauberg
Replies: 6
Views: 12238
|
Forum: General CCS C Discussion Posted: Tue Apr 28, 2015 10:07 am Subject: Burning 16F1828 on picdem |
I am sorry for so late reply. The project was on the hold for some time and now we will finally start with it. Anyhow, you have mentioned that ICD2 can be used for PIC16F1828. Are you sure ?
I am a ... |
Topic: compatibility 16F1828 |
W_Schauberg
Replies: 1
Views: 3240
|
Forum: General CCS C Discussion Posted: Tue May 20, 2014 10:22 am Subject: compatibility 16F1828 |
Does someone knows what chip has "full" compatibility with 16f1828 ? |
Topic: Burning 16F1828 on picdem |
W_Schauberg
Replies: 6
Views: 12238
|
Forum: General CCS C Discussion Posted: Tue May 20, 2014 7:32 am Subject: Burning 16F1828 on picdem |
Which chip is pin to pin compatible with 16F1828 ? |
Topic: Burning 16F1828 on picdem |
W_Schauberg
Replies: 6
Views: 12238
|
Forum: General CCS C Discussion Posted: Tue May 20, 2014 7:24 am Subject: Burning 16F1828 on picdem |
forget it, this pic is not supported by icd2 |
Topic: Burning 16F1828 on picdem |
W_Schauberg
Replies: 6
Views: 12238
|
Forum: General CCS C Discussion Posted: Tue May 20, 2014 6:02 am Subject: Burning 16F1828 on picdem |
Is it possible to burn 20 pin chip on 28 stand of picdem plus board ?
MPLAB 8, ICD2
Regards ! |
Topic: PICDEM 2 PLUS - max 232 |
W_Schauberg
Replies: 5
Views: 8508
|
Forum: General CCS C Discussion Posted: Sat Dec 07, 2013 5:48 am Subject: PICDEM 2 PLUS - max 232 |
Thnx for reply.
I have one 16C745 - 28 pin.
Can i use this without additional changes on the board ?
According to 16c745 datasheet this should work without changes. |
Topic: PICDEM 2 PLUS - max 232 |
W_Schauberg
Replies: 5
Views: 8508
|
Forum: General CCS C Discussion Posted: Fri Dec 06, 2013 6:47 am Subject: PICDEM 2 PLUS - max 232 |
Hi.
Am making one software for PC - PCB serial connection so i was thinking on using PICDEM as some test board. I have 16F628 chip on this board.
It's been few years since i worked with this boa ... |
Topic: Stepper motor --> whats wrong with this code |
W_Schauberg
Replies: 3
Views: 6552
|
Forum: General CCS C Discussion Posted: Wed Sep 29, 2010 12:32 am Subject: Stepper motor --> whats wrong with this code |
I removed the MCLR from the code, but I still can't get no outputs.
I can add some LED's and set some other outputs ? |
Topic: Stepper motor --> whats wrong with this code |
W_Schauberg
Replies: 3
Views: 6552
|
Forum: General CCS C Discussion Posted: Sun Sep 26, 2010 8:49 am Subject: Stepper motor --> whats wrong with this code |
Hi.
I can't run the stepper motor.
If I check voltage before i the ULN driver I get no outputs.
So there must be error in the program but I can't find out what.
This is the link for schematics ... |
Topic: Dynamic memory - malloc - pic24 |
W_Schauberg
Replies: 13
Views: 16620
|
Forum: General CCS C Discussion Posted: Mon Jan 11, 2010 2:01 am Subject: Dynamic memory - malloc - pic24 |
Hello FVM and "guest".
I have added the changes to the code and this is the situation:
- I get less error traps ( one or two )
- If I use pointers program generates much more traps
- I ... |
Topic: PCD: USB HID example and data transfer |
W_Schauberg
Replies: 6
Views: 9167
|
Forum: General CCS C Discussion Posted: Thu Dec 10, 2009 6:26 am Subject: PCD: USB HID example and data transfer |
Is this the way to solve the problem....?
if (usb_kbhit(1))
{
usb_get_packet(1, datain, 64); //read new packet
switch(cmd)
... |
Topic: PCD: USB HID example and data transfer |
W_Schauberg
Replies: 6
Views: 9167
|
Forum: General CCS C Discussion Posted: Wed Dec 09, 2009 3:32 pm Subject: PCD: USB HID example and data transfer |
Hello guys.
Can someone write some example code on this. Just basic stuff, on how to start. ? I look at existing samples but couldn't find anything that could fit to what i need. |
Topic: PCD: USB HID example and data transfer |
W_Schauberg
Replies: 6
Views: 9167
|
Forum: General CCS C Discussion Posted: Wed Dec 02, 2009 2:14 pm Subject: PCD: USB HID example and data transfer |
Thank you for your reply epitalon!
Anti aging ? :-)
Back to the question....
#define USB_CONFIG_HID_TX_SIZE 2
#define USB_CONFIG_HID_RX_SIZE 2
#include <pic24_usb.h> //Microc ... |
Topic: PCD: USB HID example and data transfer |
W_Schauberg
Replies: 6
Views: 9167
|
Forum: General CCS C Discussion Posted: Tue Dec 01, 2009 6:39 am Subject: PCD: USB HID example and data transfer |
I'm using one code that is mostly based on EX_USB_HID.c file.
The connection with PC - and my device is working fine, but i have one problem.
I need to receive over 1MB of different data types fro ... |
Topic: PCD:dynamic data change |
W_Schauberg
Replies: 1
Views: 3453
|
Forum: General CCS C Discussion Posted: Tue Nov 10, 2009 3:36 am Subject: PCD:dynamic data change |
Hello,
I'm passing some data from external source to my pic24 Terminal.
The external source and Terminal are connected with serial connection.
I can send and receive data but now I have to change ... |
|