Page 3 of 4

Re: PIC24FJ512GA606 download error!

Posted: Sun Jan 02, 2022 1:41 pm
by Steve-Matrix
Ahhhh! It seems like there is a problem with the FCDX file for that chip. In fact, the following 3 device files all point to the wrong target device:
  • 24FJ512GA606.fcdx
  • 24FJ512GA610.fcdx
  • 24FJ512GB606.fcdx
Ben will need to fix these through the update system, but for now you can do this manually by closing Flowcode and then editing the "24FJ512GA606.fcdx" file. This file should be found in the following folder on your PC:

C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\PIC16\

And near the start of this file, you need to change the following line:

Code: Select all

<device name='24FJ512GB610' product='PIC16' cal='PIC16BIT' family='24F' bits='16' >
to this:

Code: Select all

<device name='24FJ512GA606' product='PIC16' cal='PIC16BIT' family='24F' bits='16' >
Please let us know if this fixes the problem.

Re: PIC24FJ512GA606 download error!

Posted: Mon Jan 03, 2022 12:32 am
by seokgi
Thank you!

Modified FCDX file.
But it doesn't compile.

Please let me know what I can do.

Re: PIC24FJ512GA606 download error!

Posted: Wed Jan 05, 2022 12:00 am
by seokgi
It is also difficult to change the design due to semiconductor supply and demand problems.

There is a lot of urgency from customers.

Please help me.

Re: PIC24FJ512GA606 download error!

Posted: Wed Jan 05, 2022 9:05 am
by medelec35
Can you post your flowchart, please?
If you want it to remain private, you can PM it to me.

Re: PIC24FJ512GA606 download error!

Posted: Wed Jan 05, 2022 10:02 am
by BenR
Hello,

The problem should now be resolved via the Help -> Library updates.

If you're still having problems then please let us know and we can investigate further.

Re: PIC24FJ512GA606 download error!

Posted: Fri Jan 07, 2022 4:20 am
by seokgi
Thank you.

Compiling works fine.
However, some digital ports do not work.

Re: PIC24FJ512GA606 download error!

Posted: Fri Jan 07, 2022 2:00 pm
by BenR
Ok do you know which specific ports are not working for you and are you trying to input or output?

Re: PIC24FJ512GA606 download error!

Posted: Sat Jan 08, 2022 2:31 am
by seokgi
There are several ports. I want to know how to set a specific port as input or output.

Input -> B6,B8, B9, B14, B15, F4
Output -> B13,D2, D3, D8,D9, D10, E0, E1, E2,E3, E4, E5, F0, F1, G6, G7
IOC -> D0, D11, F3
Serial Commnication -> B7, B12 D1, D6
Analog Input -> B10(AN10)
I2C_0 -> E6, E7
I2C_1 -> G2, G3
PWEM -> D4

Re: PIC24FJ512GA606 download error!

Posted: Tue Jan 11, 2022 7:46 am
by seokgi
Good morning!
Perhaps I need to adjust the register value that controls the digital port. But I have no control over the registers.
If you tell me how to do it, I'll do it.
Help.
thank you.

Re: PIC24FJ512GA606 download error!

Posted: Thu Jan 13, 2022 3:10 am
by seokgi
Please teach me how to do it.
So let's do it.