giuseppe
Joined: 09 Apr 2013 Posts: 6
|
PIC24FJ new compiler version warning using ICD=3 |
Posted: Tue May 20, 2014 3:17 am |
|
|
Using the latest version 5.026 of the compiler and MPLAX 2.10 I get this error at single C file compilation.
Warning#227 Feature not supported Instead, Use #device icd=3
I've commented out the #FUSES ICSP3 directive and insert a new #device icd=3 in global include file.
The result is that the warning is not showed during single C file compilation but appears again at linker running for each single compilation unit, however, the firmware runs in debug and also in release.
The big problem is that when the hex files was imported into IPE the software says that debug info is contained in hex file... The configuration bits was not set correctly.
Using version 5.020 I haven't any issue!
Can anyone help me and show how configure appropriately MPLABX for release and debug configuration? |
|