I have a big Problem with Flowcode v3.4.7.48. I have searched here but nothing found yet.
I use Timer0 at 45Hz. So, i want to count an Variable each Call of the IRQ Routine. But Flowcode looses the Value each IRQ Call. So the Variable has even the Value 0 at Startup the IRQ-Makro.
So, i fight against the switches, Return- and Transfervalues to build an Makro. So, after a few hours, i have it! The Simulation works good(without IRQ - only Loop). So i want to choose the Makro to call in the Interrup-Icon. But, the Macro was not there. It was not listet in the Dropdown. Why ????

I dont understand the handling of Variables. So, there are Local Variables for the Makros(Propertys of an Macro) "normal" Variables and Transfer Variables. So, where are the Different between? All Variables, except the "Transfer Variables" looses the Values after exiting the Macros! :!:In Asm i dont have this Problem ... . Here i am responsible for the right use of the Registers.
J. Schol