Author |
Message |
Topic: Problem with USB Bootloader(ex_usb_bootloader) |
javierpic
Replies: 4
Views: 11416
|
Forum: General CCS C Discussion Posted: Mon Feb 03, 2014 9:37 pm Subject: Problem with USB Bootloader(ex_usb_bootloader) |
Hi Ttelmah,
I was able to finish another a board with a crystal. So I got the usb working at full speed, load the bootloader with the programmer, and load the program with siow. I get the same proble ... |
Topic: Problem with USB Bootloader(ex_usb_bootloader) |
javierpic
Replies: 4
Views: 11416
|
Forum: General CCS C Discussion Posted: Mon Jan 27, 2014 8:43 am Subject: Problem with USB Bootloader(ex_usb_bootloader) |
Hi Ttelmah,
Thanks so much for your reply!. I checked in all the comments provided in the usb drivers provided and I couldn't find what you say, that CDC can't be used on a slow speed device(I pasted ... |
Topic: Problem with USB Bootloader(ex_usb_bootloader) |
javierpic
Replies: 4
Views: 11416
|
Forum: General CCS C Discussion Posted: Sat Jan 25, 2014 11:34 am Subject: Problem with USB Bootloader(ex_usb_bootloader) |
Hi! I'm having a hard time trying to load a program using the usb bootloader that comes in the examples folder (ex_usb_bootloader).
I compile and load the bootloader with a programmer and then downl ... |
Topic: Can't awake pic into deep sleep mode |
javierpic
Replies: 4
Views: 12455
|
Forum: General CCS C Discussion Posted: Fri Jul 06, 2012 3:40 pm Subject: Can't awake pic into deep sleep mode |
Thanks a lot PCM programmer, I still can't get the pic to jump to the Ext interruption after entering into deep sleep mode (works in sleep mode). The weird thing is after trying different things, the ... |
Topic: Can't awake pic into deep sleep mode |
javierpic
Replies: 4
Views: 12455
|
Forum: General CCS C Discussion Posted: Tue Jul 03, 2012 8:19 pm Subject: clarification |
in the #asm part is BSF INTCON, 7 //set the GIE bit -- so the interruption is active but still doesn't work |
Topic: Can't awake pic into deep sleep mode |
javierpic
Replies: 4
Views: 12455
|
Forum: General CCS C Discussion Posted: Tue Jul 03, 2012 8:16 pm Subject: Can't awake pic into deep sleep mode |
Hello, I'm having problem trying to awake the pic with INT_EXT(RB0). It works when the pic is in sleep mode, but doesn't work when is in deep sleep mode. Here's the code- v4.114 -18F46J50
#include ... |
|