Page 1 of 1

Simulate Flowcode 8 output in Proteus

Posted: Sat Sep 14, 2019 1:02 pm
by AqaFlow
Hello All,

How can I simulate Flowcode 8 created Arduino project in Proteus ?

Thanks in Advance

Re: Simulate Flowcode 8 output in Proteus

Posted: Mon Sep 16, 2019 4:10 pm
by planeri
Hi! You only need to right click the mcu in your schematic, choose "edit properties" and select the source file generated by flowcode in "program file". If you choose the .hex file you can run the simulation, but you won't be able to add breakpoints or simulate step by step, but with the .cof file you can do whatever you want.

Re: Simulate Flowcode 8 output in Proteus

Posted: Tue Sep 17, 2019 4:02 pm
by AqaFlow
Thank you very musch for your advice
Amrat