Page 1 of 1

Did PIC 16LF15354 support change?

Posted: Wed Apr 10, 2019 6:29 pm
by Bep
Compiled projects do not run properly on this chip after updating on 4/9/2019.

I had to re-install Flowcode to fix a similar problem back in early March.

I updated Flowcode on 4/9. I remember that there were a couple PIC 16LF15354 changes included in this update.

I am now stuck. re-installing did not work. I also re-installed from earlier downloads to no avail. It looks like Flowcode applies all the latest updates to older downloads also.

I don't know if it is a PIC support issue, or some other thing corrupting my hex files.

Help!

Re: Did PIC 16LF15354 support change?

Posted: Thu Apr 11, 2019 10:12 am
by Benj
Hello,

Does the chip now run at all or is it a problem specific to a certain component? Can you try a 1 second flasher test to confirm if the chip is running.

Looking at the 16LF15354 definition file these are the changes that have been made.
16LF15354.jpg
16LF15354.jpg (249.4 KiB) Viewed 2314 times

Re: Did PIC 16LF15354 support change?

Posted: Fri Apr 12, 2019 12:24 am
by Bep
OK, I found the problem. I'm not surprised that the issue was on my side.
The one IOC PORTABC interrupt I'm using was set incorrectly.
I only wanted to look at RB7 falling edge. Somehow, multiple IO pins were selected for triggering also. Looking back several on versions of my code, this interrupt was set this way all along. I have no idea how my program worked properly before. Something in the update caused this issue to surface.

Thank you again for the speedy support provided.

Bep