wrong hex file generation

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

Moderator: Benj

Post Reply
jsmith321
Posts: 2
Joined: Wed May 03, 2017 5:41 am
Contact:

wrong hex file generation

Post by jsmith321 »

Hi,

Wrong hex file generated for device PIC12F675.
The 9.2.5.1 Calibrating the Internal Oscillator says in the pdf that 'call 3FFh' have to call to program OSCCAL and in this case RETLW xxx should be at 0x3FFF at flash. In the hex file 'call 3FFh' called however at 0x3FFF is a NOP and the program hangs up.

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: wrong hex file generation

Post by Benj »

Hello and welcome to the forums,

Please can you post your project file and give us some more information on the problem you are experiencing.

jsmith321
Posts: 2
Joined: Wed May 03, 2017 5:41 am
Contact:

Re: wrong hex file generation

Post by jsmith321 »

The hex file is wrong. Can't simulate the hex file with an other program.
Attachments
Flash-Test.fcfx
(9.04 KiB) Downloaded 162 times

Post Reply