Search found 6 matches

by RCT
Sun Aug 14, 2016 2:34 pm
Forum: Bug reports
Topic: BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka301
Replies: 9
Views: 13453

Re: BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka30

Hi Benj,

Please see the simple sample I have attached.
by RCT
Thu Jul 21, 2016 5:52 pm
Forum: Bug reports
Topic: BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka301
Replies: 9
Views: 13453

Re: BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka30

Thanks for the reply.

Here is an example of the issue I am facing attached.
by RCT
Sat Jul 16, 2016 3:32 pm
Forum: Bug reports
Topic: BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka301
Replies: 9
Views: 13453

Re: BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka30

While I know this may be a lot of bugs to go through I was really hoping for a response. I have further confirmed that nothing is wrong with the circuit as I have gotten proper UART communication after compiling a simple MPLAB written program, however, I meet up on a whole other set of problems when...
by RCT
Thu Jun 23, 2016 5:04 pm
Forum: Bug reports
Topic: BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka301
Replies: 9
Views: 13453

Re: BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka30

Thanks for the response Benj. 1. The internals.c file does prevent the previous error I was having with the eeprom, however, it causes another error where the chip appears to restart about every half second once values are placed in the "Initial Values" section of the eeprom. I can tell because I ha...
by RCT
Wed Jun 22, 2016 2:57 pm
Forum: Bug reports
Topic: BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka301
Replies: 9
Views: 13453

BUG in FLOWCODE 6.1.3.2 eeprom not working Pic24fv32ka301

Hi, I'm transferring code that works on another pic chip due to programming memory shortage on that chip to the PIC24FV32KA301. The RX interrupts are not working, the baud rate on the UART are twice what they are noted to be and the EEPROM causes the error "Error returned from [pic30-gcc.exe]" once ...
by RCT
Mon Jun 20, 2016 11:27 pm
Forum: Flowcode V6
Topic: FC6 Compilation problem with DSPIC
Replies: 4
Views: 4381

Re: FC6 Compilation problem with DSPIC

Hello, I have a similar problem whenever I try to us the eeprom in my code. The chip in question is the PIC24FV32KA301. If I remove all occurrences of the eeprom I can compile successfully but once I include it I get the following error: Error returned from [pic30-gcc.exe] Can you provide a fix for ...