Author |
Message |
Topic: Enabling FRCPLL Causes debugger to fail |
Eoin87
Replies: 9
Views: 13655
|
Forum: General CCS C Discussion Posted: Thu Nov 05, 2015 5:11 pm Subject: Enabling FRCPLL Causes debugger to fail |
Hi guys,
I fixed it without any hardware modifications. I have no idea why turning off some of the fuses I did makes it work but now it works.
Here are the fuse settings:
#fuses FRC_PLL, NOO ... |
Topic: Enabling FRCPLL Causes debugger to fail |
Eoin87
Replies: 9
Views: 13655
|
Forum: General CCS C Discussion Posted: Thu Nov 05, 2015 4:01 am Subject: Enabling FRCPLL Causes debugger to fail |
i'm using a direct 5-pin header on my PCB where the pickit plugs in.
So the distance from there to PIC is around 1cm max |
Topic: Enabling FRCPLL Causes debugger to fail |
Eoin87
Replies: 9
Views: 13655
|
Forum: General CCS C Discussion Posted: Thu Nov 05, 2015 3:35 am Subject: Enabling FRCPLL Causes debugger to fail |
The connections from the debug header on the PCB to the PIC on my PCB are very short and neat, I'm guessing you dont mean the length of the USB cable??
I am supplying target power from the PCB itse ... |
Topic: Enabling FRCPLL Causes debugger to fail |
Eoin87
Replies: 9
Views: 13655
|
Forum: General CCS C Discussion Posted: Wed Nov 04, 2015 6:22 pm Subject: Enabling FRCPLL Causes debugger to fail |
When I program my PIC24FJ32GB002 with the fuse FRCPLL set, I get the following error message from my PK3:
Running...
PK3Err0040: The target device is not ready for debugging.
Please check your co ... |
Topic: PIC24F32KA302 EEPROM Issue [solved] |
Eoin87
Replies: 2
Views: 7369
|
Forum: General CCS C Discussion Posted: Thu Nov 01, 2012 6:37 am Subject: PIC24F32KA302 EEPROM Issue [solved] |
My bad, I had the global EEPMD bit disabled.
Problem solved. |
Topic: Bootloader questions |
Eoin87
Replies: 11
Views: 11580
|
Forum: General CCS C Discussion Posted: Wed Oct 31, 2012 9:43 am Subject: Bootloader questions |
Getting back to this, reading the program memory and saving to a file works like a charm Very efficient programming. |
Topic: PIC24F32KA302 EEPROM Issue [solved] |
Eoin87
Replies: 2
Views: 7369
|
Forum: General CCS C Discussion Posted: Wed Oct 31, 2012 9:01 am Subject: PIC24F32KA302 EEPROM Issue [solved] |
Hi all.
I am having some issues with writing the internal EEPROM of my PIC24F32K3A02.
I tried using the built in CCS functions but they are not working for me. For this reason I followed the PIC ... |
Topic: Bootloader questions |
Eoin87
Replies: 11
Views: 11580
|
Forum: General CCS C Discussion Posted: Fri Oct 19, 2012 5:45 pm Subject: Bootloader questions |
Often when I looked at my hex files I saw sudden jumps in the addresses.
From the above posted example, one can even see the initial goto being written to location 0x0000 and the main body of the cod ... |
Topic: Bootloader questions |
Eoin87
Replies: 11
Views: 11580
|
Forum: General CCS C Discussion Posted: Fri Oct 19, 2012 4:41 am Subject: Bootloader questions |
Exactly my thoughts
Thanks for clarifying that, I managed to read the program memory and save to a file on my PC.This way I should be able to write sequentially in full blocks and save time.
... |
Topic: Bootloader questions |
Eoin87
Replies: 11
Views: 11580
|
Forum: General CCS C Discussion Posted: Thu Oct 18, 2012 10:38 am Subject: Bootloader questions |
Hi all,
I'm currently building a wireless boot-loader for PIC24F. I have some questions about how I could generate an object file from my project code.
The problem is the following, the Hex File ... |
Topic: PIC24F address error |
Eoin87
Replies: 4
Views: 8635
|
Forum: General CCS C Discussion Posted: Tue May 29, 2012 6:58 am Subject: PIC24F address error |
Hi all,
I'm using PIC24F16KA102 and CCS 4.124. I have some complex code working fine but there is one address error that is driving me crazy.
I included the following code to debug the error.
... |
Topic: PIC24F16KA101 EEPROM Write |
Eoin87
Replies: 0
Views: 2761
|
Forum: General CCS C Discussion Posted: Mon Dec 12, 2011 12:52 pm Subject: PIC24F16KA101 EEPROM Write |
I'm having an issue with PIC24F16KA101, built in function not working for EEProm write or read, they are not even doing the required unlock sequence with moving 0x55 and 0xAA to NVMKEY after examining ... |
Topic: USB Host Example |
Eoin87
Replies: 0
Views: 3314
|
Forum: General CCS C Discussion Posted: Wed Nov 02, 2011 3:44 pm Subject: USB Host Example |
Hi all,
Does anyone have or know of a USB host example for the PIC24FJ series ?
Eoin |
Topic: PIC18F14K50 USB trouble |
Eoin87
Replies: 3
Views: 6515
|
Forum: General CCS C Discussion Posted: Wed Mar 31, 2010 5:00 am Subject: PIC18F14K50 USB trouble |
Sorry to bump this topic, but does anyone have any ideas why I cannot send data from the PIC to PC. |
Topic: PIC18F14K50 USB trouble |
Eoin87
Replies: 3
Views: 6515
|
Forum: General CCS C Discussion Posted: Sat Mar 20, 2010 3:35 pm Subject: PIC18F14K50 USB trouble |
Yes you are right, but doesn't really affect my USB code now does it :P |
|