Author |
Message |
Topic: PIC24FJ128GB204 and usb.h |
Zardoz
Replies: 12
Views: 20184
|
Forum: General CCS C Discussion Posted: Wed May 03, 2017 4:12 am Subject: PIC24FJ128GB204 and usb.h |
@ Ttelmah: Many thanks for the fast support.
With the order "#use delay(int=8MHz, clock=32MHz, USB_FULL, act=USB)" taken from the ex_usb_common.h definded for the 24FJ64GC006 my pr ... |
Topic: PIC24FJ128GB204 and usb.h |
Zardoz
Replies: 12
Views: 20184
|
Forum: General CCS C Discussion Posted: Wed May 03, 2017 2:51 am Subject: PIC24FJ128GB204 and usb.h |
The problem is solved. I had used the internal oscillator as it is descriped in the data sheet. With the hint of Darren Rook I took an external 20 MHz crystal instead and the PC connects to the protot ... |
Topic: PIC24FJ128GB204 and usb.h |
Zardoz
Replies: 12
Views: 20184
|
Forum: General CCS C Discussion Posted: Tue May 02, 2017 9:45 am Subject: PIC24FJ128GB204 and usb.h |
I have built a bootloader with the small demo board from CCS with the 18F45K50 onboard a year ago. It works fine untill today. Now I have set up a prototype board with the 24F128GB204. I had considere ... |
Topic: PIC24FJ128GB204 and usb.h |
Zardoz
Replies: 12
Views: 20184
|
Forum: General CCS C Discussion Posted: Mon May 01, 2017 11:08 pm Subject: PIC24FJ128GB204 and usb.h |
I want to build a bootloader with the PIC24FJ128GB204 with help of the ex_usb_bootloader.c example. But in the ex_usb.common.h there is no define for this PIC. Which other define should I use or which ... |
Topic: PIC24FJ128GB204 and usb.h |
Zardoz
Replies: 12
Views: 20184
|
Forum: General CCS C Discussion Posted: Thu Apr 27, 2017 11:38 pm Subject: PIC24FJ128GB204 and usb.h |
This idea seems to be good. Is it useful that the header files still remain in the Header Files directory? |
Topic: PIC24FJ128GB204 and usb.h |
Zardoz
Replies: 12
Views: 20184
|
Forum: General CCS C Discussion Posted: Thu Apr 27, 2017 2:04 pm Subject: PIC24FJ128GB204 and usb.h |
If so, you must ensure that the only file in the list of files to compile is the one for your main code. Otherwise MPLAB, will try to compile each file _separately_, which will cause this error
I ... |
Topic: PIC24FJ128GB204 and usb.h |
Zardoz
Replies: 12
Views: 20184
|
Forum: General CCS C Discussion Posted: Thu Apr 27, 2017 9:47 am Subject: PIC24FJ128GB204 and usb.h |
Thank you for the rapid support
Are you possibly compiling using MPLAB?.
Yes we compile with MPLab and since shortly with MPLabX.
If so, you must ensure that the only file in the li ... |
Topic: PIC24FJ128GB204 and usb.h |
Zardoz
Replies: 12
Views: 20184
|
Forum: General CCS C Discussion Posted: Thu Apr 27, 2017 7:11 am Subject: PIC24FJ128GB204 and usb.h |
We have built a prototype board with the PIC24FJ128GB204 to understand the exercises of the CCS exercise book for the demo board with the PIC24FJ256GB 206. We have changed the processor header file in ... |
|