Little bug with the dsPIC33FJ256GP710A fuses

A forums to allow bugs and problems with Flowcode v6 to be reported and resolved.

Moderator: Benj

Post Reply
Mathy
Posts: 333
Joined: Mon Oct 05, 2009 2:39 pm
Has thanked: 30 times
Been thanked: 33 times
Contact:

Little bug with the dsPIC33FJ256GP710A fuses

Post 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
Attachments
dsPIC33FJ256GP710A.fcfx
(4.88 KiB) Downloaded 339 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Little bug with the dsPIC33FJ256GP710A fuses

Post 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.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Little bug with the dsPIC33FJ256GP710A fuses

Post 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.

Mathy
Posts: 333
Joined: Mon Oct 05, 2009 2:39 pm
Has thanked: 30 times
Been thanked: 33 times
Contact:

Re: Little bug with the dsPIC33FJ256GP710A fuses

Post 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 !

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Little bug with the dsPIC33FJ256GP710A fuses

Post 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.

Mathy
Posts: 333
Joined: Mon Oct 05, 2009 2:39 pm
Has thanked: 30 times
Been thanked: 33 times
Contact:

Re: Little bug with the dsPIC33FJ256GP710A fuses

Post 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:

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Little bug with the dsPIC33FJ256GP710A fuses

Post by Benj »

Thanks, Good to know :D

Mathy
Posts: 333
Joined: Mon Oct 05, 2009 2:39 pm
Has thanked: 30 times
Been thanked: 33 times
Contact:

Re: Little bug with the dsPIC33FJ256GP710A fuses

Post by Mathy »

Hello Benj,

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

:p

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Little bug with the dsPIC33FJ256GP710A fuses

Post by Benj »

Thanks Mathy,

I've put it on the list.

Post Reply