Author |
Message |
Topic: Yet Another Bootloader Question |
davidnclare
Replies: 2
Views: 8805
|
Forum: General CCS C Discussion Posted: Fri Nov 18, 2016 5:09 am Subject: Yet Another Bootloader Question |
Thanks, I will try that today. |
Topic: Yet Another Bootloader Question |
davidnclare
Replies: 2
Views: 8805
|
Forum: General CCS C Discussion Posted: Thu Nov 17, 2016 8:15 am Subject: Yet Another Bootloader Question |
Hi All,
After getting the bootloader working, my application is quite large and takes too long to load via the bootloader, but will be perfect when the board is in use.
So, my question is can you lo ... |
Topic: Another Bootloader |
davidnclare
Replies: 8
Views: 14974
|
Forum: General CCS C Discussion Posted: Thu Nov 17, 2016 4:12 am Subject: Another Bootloader |
Hi,
For some reason the Application was not at 0x500 by changing the isr and recompiling, it put the application at 0x500, so now changed the isr code back and it works bazar. |
Topic: Another Bootloader |
davidnclare
Replies: 8
Views: 14974
|
Forum: General CCS C Discussion Posted: Wed Nov 16, 2016 11:56 am Subject: Another Bootloader |
I think I have sorted it
void isr(void) {
jump_to_isr(LOADER_END+5*(getenv("BITS_PER_INSTRUCTION")/8));//old jump_to_isr(LOADER_END+5*(get ... |
Topic: Another Bootloader |
davidnclare
Replies: 8
Views: 14974
|
Forum: General CCS C Discussion Posted: Wed Nov 16, 2016 9:49 am Subject: Another Bootloader |
XON/XOFF handshaking enable in both location, I have also turned up the delay after each line transmission, and you can definitely see the tx and rx led's cycle on the off as they should.
It is like ... |
Topic: Another Bootloader |
davidnclare
Replies: 8
Views: 14974
|
Forum: General CCS C Discussion Posted: Wed Nov 16, 2016 9:12 am Subject: Another Bootloader |
Thanks, I have been doing it in the terminal emulator, but not in device manager, I will try it. |
Topic: Another Bootloader |
davidnclare
Replies: 8
Views: 14974
|
Forum: General CCS C Discussion Posted: Wed Nov 16, 2016 8:20 am Subject: Another Bootloader |
Thanks, just tried that still, the same.
I am going to try and increase the buffer in the loader.c file make it bigger than the buffer on the USB to serial port converter. |
Topic: Another Bootloader |
davidnclare
Replies: 8
Views: 14974
|
Forum: General CCS C Discussion Posted: Wed Nov 16, 2016 5:28 am Subject: Another Bootloader |
Hi All,
Well I have not posted on here for a while, to be honest, I usually just search through all the post and find the answer, but I am stumped on the this.
Compiler PCH Version 4.109
PIC 18F4 ... |
Topic: fan motor PWM |
davidnclare
Replies: 1
Views: 32812
|
Forum: Code Library Posted: Wed Oct 06, 2010 2:31 pm Subject: fan motor PWM |
My first real program, bits borrowed of here and by reading the CCS reference manual and the PIC data sheet.
I hope it may be of interest to somebody.
My first post also.
//this is a little tes ... |
|