Author |
Message |
Topic: bootloader / SIOW "timeout while downloading" |
RolandAldridge
Replies: 8
Views: 13715
|
Forum: General CCS C Discussion Posted: Wed Jul 11, 2007 3:45 pm Subject: Bootloader |
If you are using the ccs bootloader, you need to set up SIOW to use no flow control, rather than the Xon/Xoff option.
I've had the ccs bootloader working with SIOW using an 18F2525 for a while now. ... |
Topic: 18F252 and CCS Bootloader.c |
RolandAldridge
Replies: 2
Views: 3621
|
Forum: General CCS C Discussion Posted: Thu May 17, 2007 10:24 am Subject: 18F252 and CCS Bootloader.c |
I've been struggling with a PIC18F2525, trying to do the same thing.
If I start the CCS compiler, and use the ICD-U40, I can download the bootloader into the chip, start it up, and then use SIOW to ... |
Topic: Is it OK to sell source code containing CCS Drivers ? |
RolandAldridge
Replies: 9
Views: 7593
|
Forum: General CCS C Discussion Posted: Thu May 17, 2007 10:10 am Subject: Is it OK to sell source code containing CCS Drivers ? |
I'd suggest you distribute your code by itself, and tell people that to make it work they have to compile it with the CCS compiler available at CCS - this way they will *have* to get the drivers too.
... |
Topic: Problem width MCP3302(A/D Converter) |
RolandAldridge
Replies: 6
Views: 7637
|
Forum: General CCS C Discussion Posted: Thu May 03, 2007 10:08 am Subject: Problem width MCP3302(A/D Converter) |
I think you have the chip select lines the wrong way up - bring it low while you write to or read from it, high when you are not doing so.
Here is my code for a 3204, using a 16C67:
byte first_d ... |
Topic: Need help for schematic tool |
RolandAldridge
Replies: 8
Views: 8868
|
Forum: General CCS C Discussion Posted: Thu Apr 26, 2007 3:52 pm Subject: Free PCB design program |
I use ExpressPCB. You can download the programs for free from their web site, and the PCB program links directly to them to get the boards made. You can get them to send you gerbers if you want to h ... |
Topic: SPI EEPROM WRITE PROBLEM, READING SEEMS OK NOT SURE! |
RolandAldridge
Replies: 8
Views: 13052
|
Forum: General CCS C Discussion Posted: Thu Apr 26, 2007 3:44 pm Subject: EEPROMS |
A while ago I attempted to use Atmel EEPROMS for data storage. I found that I had to implement the write code as a loop, writing the value, reading it back, and if it didn't work, writing it again un ... |
Topic: Isolating the circuit. |
RolandAldridge
Replies: 8
Views: 8817
|
Forum: General CCS C Discussion Posted: Mon Mar 26, 2007 3:25 pm Subject: You could try using the NVE IL715 or similar |
It's a high speed isolator that can run at 110MBS, using Giant Magnetostrictive technology (whatever the hell that is). I've been using them for a while with virtually no problems. They also don't s ... |
|