Page 1 of 1

Little bug with the dsPIC33FJ256GP710A fuses

Posted: Wed Nov 11, 2015 9:12 am
by Mathy
Hello,

There is a little bug with the dsPIC33FJ256GP710A.
When compiling the compiler message says :
Settings in '__FGS.sec' are not valid for target device 33FJ256GP710A
But if I delete this _FGS settings, I have the same message for _FSS etc etc.

I tried with the dsPIC33FJ128GP710A and It works so I compare the fcdx and the gld file but I don't know what is wrong.

I don't know if I can use the dsPIC33FJ128GP710A instead but for the moment, it is working.
f it is possible to have a fix, it will be nice :)

Have a nice day

Re: Little bug with the dsPIC33FJ256GP710A fuses

Posted: Thu Nov 12, 2015 12:16 pm
by Benj
Hi Mathy,

Hmm that's a strange one I do seem to remember coming across something similar in the past. I'll look into it for you and see what we can make happen.

Re: Little bug with the dsPIC33FJ256GP710A fuses

Posted: Thu Nov 12, 2015 3:22 pm
by Benj
Hello,

I have looked through the compiler files and so far haven't been able to spot anything wrong. I'll keep investigating.

Re: Little bug with the dsPIC33FJ256GP710A fuses

Posted: Thu Nov 12, 2015 4:12 pm
by Mathy
Ok thank you Benj,

For the moment, it is not urgent because Im able to program using dsPIC33FJ128GP710A.

Good luck with this one !

Re: Little bug with the dsPIC33FJ256GP710A fuses

Posted: Thu Nov 12, 2015 4:16 pm
by Benj
Hi Mathy,

A Google search brought me back to the forums. DOH. Knew I had seen this one before.

This might help as a workaround if you need one and your program outgrows the 128 device.
viewtopic.php?f=54&t=16549

I will continue to investigate.

Re: Little bug with the dsPIC33FJ256GP710A fuses

Posted: Thu Nov 12, 2015 4:27 pm
by Mathy
I compiled with success on dsPIC33FJ256GP710A using supplementary code with only the fuses I need :

_FOSCSEL(65529);
_FOSC(65535);
_FWDT(65407);
_FICD(65503);


Works well on real hardware 8)


Ps : testing ESP8266 :wink:

Re: Little bug with the dsPIC33FJ256GP710A fuses

Posted: Thu Nov 12, 2015 4:56 pm
by Benj
Thanks, Good to know :D

Re: Little bug with the dsPIC33FJ256GP710A fuses

Posted: Fri Nov 13, 2015 12:44 pm
by Mathy
Hello Benj,

Just a little annoying thing.
After closing Flowcode and open again, the unticked configuration fuses becomes ticked again.

:p

Re: Little bug with the dsPIC33FJ256GP710A fuses

Posted: Mon Nov 16, 2015 12:21 pm
by Benj
Thanks Mathy,

I've put it on the list.