Compiling Problem

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Billduck1302
Posts: 29
http://meble-kuchenne.info.pl
Joined: Fri Dec 06, 2024 4:41 pm
Has thanked: 1 time
Been thanked: 1 time

Compiling Problem

Post 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
Attachments
LoadTest_12V_Batt.fcfx
(33.02 KiB) Downloaded 5 times

mnfisher
Valued Contributor
Posts: 1752
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 147 times
Been thanked: 816 times

Re: Compiling Problem

Post 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

Post Reply