Author |
Message |
Topic: DSPIC33FJ PCD Bootloader help and direction |
ednspace
Replies: 12
Views: 28859
|
Forum: General CCS C Discussion Posted: Fri Dec 15, 2017 12:46 pm Subject: DSPIC33FJ PCD Bootloader help and direction |
Well those fuse settings appear to work!!!
I can not read the bootloader area after programming, just get zeros for that section.
Bootloading still works and after bootloading and reading with the ... |
Topic: DSPIC33FJ PCD Bootloader help and direction |
ednspace
Replies: 12
Views: 28859
|
Forum: General CCS C Discussion Posted: Fri Dec 15, 2017 11:27 am Subject: DSPIC33FJ PCD Bootloader help and direction |
Ok I can see the interrupt vectors being mapped in now at the top of program memory when I look at the Memory View from the programmer. They are starting at 00002 and have the remapped values from the ... |
Topic: DSPIC33FJ PCD Bootloader help and direction |
ednspace
Replies: 12
Views: 28859
|
Forum: General CCS C Discussion Posted: Fri Dec 15, 2017 9:24 am Subject: DSPIC33FJ PCD Bootloader help and direction |
AWESOME!!!
I see it now. Thanks! Thats a cool trick.
So is this telling me where they are being moved like.
00006 is the OSCFAIL ISR and its getting moved to 000808?
My main app list file is ... |
Topic: DSPIC33FJ PCD Bootloader help and direction |
ednspace
Replies: 12
Views: 28859
|
Forum: General CCS C Discussion Posted: Fri Dec 15, 2017 8:42 am Subject: DSPIC33FJ PCD Bootloader help and direction |
Alright just saw the suggestion above...
I guess you posted while I was typing ;)
let me try what you suggest for compiler options...
(Removed this text to avoid confusion for future reader) |
Topic: DSPIC33FJ PCD Bootloader help and direction |
ednspace
Replies: 12
Views: 28859
|
Forum: General CCS C Discussion Posted: Fri Dec 15, 2017 7:49 am Subject: DSPIC33FJ PCD Bootloader help and direction |
I am sorry.
I should have included the #BUILD line for the included header file.
#build (reset=APPLICATION_START,interrupt=APPLICATION_ISR_START)
#define APPLICATION_START 0
#define ... |
Topic: DSPIC33FJ PCD Bootloader help and direction |
ednspace
Replies: 12
Views: 28859
|
Forum: General CCS C Discussion Posted: Thu Dec 14, 2017 3:21 pm Subject: DSPIC33FJ PCD Bootloader help and direction |
Thanks to Ttelmah and PCM programmer for responding to my previous post.
I almost have everything working at this point.
I am programming the bootloader with the programmer as and bootloading the ... |
Topic: DSPIC33FJ PCD Bootloader help and direction |
ednspace
Replies: 12
Views: 28859
|
Forum: General CCS C Discussion Posted: Fri Dec 01, 2017 7:27 pm Subject: DSPIC33FJ PCD Bootloader help and direction |
Thanks PCM programmer for that!!!
I will give it a go and see if I can get it working.
Any comments on the other parts of this mystery are more than welcome... |
Topic: DSPIC33FJ PCD Bootloader help and direction |
ednspace
Replies: 12
Views: 28859
|
Forum: General CCS C Discussion Posted: Fri Dec 01, 2017 6:51 pm Subject: DSPIC33FJ PCD Bootloader help and direction |
I have spent enough time fighting with this and realize that I really need some help.
First I am using PCWHD IDE and PCD Version 5.075
Target is a DSPIC dsPIC33FJ128GP306A
Here is ... |
Topic: PCHL vs PCWH Fuse Bits |
ednspace
Replies: 3
Views: 4930
|
Forum: General CCS C Discussion Posted: Thu Aug 09, 2007 9:00 am Subject: Lateral Thinking |
Thanks for the info on the fuse bit location and the suggestion to think laterally Very Interesting.
I tried setting NODEBUG to DEBUG in the fuse line, however the configuration bit still comes ... |
Topic: PCHL vs PCWH Fuse Bits |
ednspace
Replies: 3
Views: 4930
|
Forum: General CCS C Discussion Posted: Wed Aug 08, 2007 8:00 am Subject: PCHL vs PCWH Fuse Bits |
I am having an interesting problem, where by I compile a simple code set under windows compiler and everything works as expected, compile the same code under linux and the micro wont start up. It see ... |
|