Page 1 of 1

Compiling Problem

Posted: Fri Dec 19, 2025 8:50 pm
by Billduck1302
In the attached program, for an UNO, I get the following message when I enable an interrupt "Interrupt for Incrementing minutes".
The interrupt is highlighted with a comment.

I am wondering if anyone has any comment as to why the compilation fails.

C:\ProgramData\MatrixTSL\FlowcodeV11\FCD\AVR\batchfiles\avra.bat reported error code 0x1

Re: Compiling Problem

Posted: Fri Dec 19, 2025 10:15 pm
by mnfisher
Hi Bill,

Your 'interrupt enable' - doesn't have a macro to call. You need to create and enable this in the 'interrupt' block.

Martin