Search found 7 matches

by kejam
Thu May 14, 2020 5:57 am
Forum: Flowcode V5
Topic: Stripping dead code at Linking (dsPIC)
Replies: 1
Views: 4754

Re: Stripping dead code at Linking (dsPIC)

Hi, I've been using the above process for a while now, but thought I should pop back and report a problem I've encountered with it. The configuration parameters are not saved inline so each time I compile the code and reflash a chip during development I have to reenter the config settings into the I...
by kejam
Wed Feb 12, 2020 11:40 pm
Forum: Flowcode V5
Topic: Unrecognised chip on the command line
Replies: 2
Views: 5856

Re: Unrecognised chip on the command line

Hi I did solve this in the end, so if it might help someone else here's what I did. In the file ppp_config_data1.cfg I added the device number under the [ChipList], and incremented the chip list count by 1 I edited the config file that contained the family (in this case ppp_config_data5.cfg) and inc...
by kejam
Wed Feb 12, 2020 10:57 pm
Forum: Flowcode V5
Topic: Stripping dead code at Linking (dsPIC)
Replies: 1
Views: 4754

Stripping dead code at Linking (dsPIC)

Hi, I don’t know if this has been covered before, but a search didn’t reveal much. I really like Flowcode for rapid application development, but one of the things that’s bugged me for a number of years, is the dead code, uncalled functions etc. that it compiles into the executable. I have at times h...
by kejam
Wed Feb 12, 2020 8:30 pm
Forum: Flowcode V5
Topic: EEPROM data lost
Replies: 5
Views: 6323

Re: EEPROM data lost

Hi Dirk, I've had a similar problem on a few different PICs. In the microchip errata for one of the devices it confirmed an issue did exist with the EEPROM module. The work around was to make the last operation before shutting down a dummy Read. Apparently on reboot the last status of the control re...
by kejam
Sun May 12, 2019 4:57 am
Forum: Flowcode V5
Topic: Unrecognised chip on the command line
Replies: 2
Views: 5856

Unrecognised chip on the command line

Hi, I'm having a problem with the configure chip option. I've been working on the project using a PIC24F32KA302, Flowcode V5 does support it, but when I try to set config options, PPP spits it's dummy with "Unrecognised chip on the command line <PIC24F32KA302> I tried editing the config file ppp_con...
by kejam
Tue Oct 30, 2018 6:05 am
Forum: Flowcode V5
Topic: 24FxxKA10x missing RB2 and RB7
Replies: 2
Views: 5387

Re: 24FxxKA10x missing RB2 and RB7

Thank you Benj for your reply, I'll give it a go, and thanks also for the help you gave here, https://www.matrixtsl.com/mmforums/viewtopic.php?f=54&t=15269&p=62505&hilit=Nvmadr#p62505 I couldn't compile because of this error also, after adding the type2 version to the eprom.c file all worked OK. Pit...
by kejam
Sun Oct 28, 2018 12:50 am
Forum: Flowcode V5
Topic: 24FxxKA10x missing RB2 and RB7
Replies: 2
Views: 5387

24FxxKA10x missing RB2 and RB7

I'm developing a product with low cost low power 24F16KA family and I'm not able to use full I/O in port functions. RB2 and RB7 are unselectable. Would prefer not to use supplementary code if at all possible. Can someone check for me, start a new project and add an LED and try to attach it to either...