Author |
Message |
Topic: Data conflict when unifying hex files |
Mikzi
Replies: 3
Views: 9790
|
Forum: General CCS C Discussion Posted: Wed Feb 11, 2015 2:44 pm Subject: Data conflict when unifying hex files |
Success! I was able to merge the XC8 bootloader with my CCS project by removing all the config data from the bootloader project. For this to work I needed to remove the #pragma configs and also unchec ... |
Topic: Data conflict when unifying hex files |
Mikzi
Replies: 3
Views: 9790
|
Forum: General CCS C Discussion Posted: Tue Feb 10, 2015 6:41 am Subject: Data conflict when unifying hex files |
Thanks for your answer, Jay. CCS includes an USB virtual comport bootloader in the example folder, but I need an USB HID bootloader for this project.
Microchip's USB HID bootloader is working fine ... |
Topic: Data conflict when unifying hex files |
Mikzi
Replies: 3
Views: 9790
|
Forum: General CCS C Discussion Posted: Tue Feb 10, 2015 1:26 am Subject: Data conflict when unifying hex files |
Hi all,
I’m trying to unify two hex files in MPLAB X but run into a "data conflict at address 300004h". I'm using the PIC18F45K50 and according to the datasheet address 300004h (config3 ... |
Topic: PIC18F45K50 USB HID Test - Unknown Device Error |
Mikzi
Replies: 2
Views: 8029
|
Forum: General CCS C Discussion Posted: Wed Jun 18, 2014 11:53 am Subject: PIC18F45K50 USB HID Test - Unknown Device Error |
Thank you for pointing this out. I've now moved the #defines before the includes.
I also changed the delay from #use delay(internal=48MHz) to #use delay(CLOCK=48MHz). To get this to work I also add ... |
Topic: PIC18F45K50 USB HID Test - Unknown Device Error |
Mikzi
Replies: 2
Views: 8029
|
Forum: General CCS C Discussion Posted: Wed Jun 18, 2014 10:19 am Subject: PIC18F45K50 USB HID Test - Unknown Device Error |
Hi guys,
I’m trying to get a USB HID port working on a custom PIC18F45K50 board, but when I plug the USB in it appears as “Unknown device” in Windows device manager.
A blinking led test co ... |
|