Timing Problems

For general Flowcode discussion that does not belong in the other sections.
alanwms
Posts: 117
http://meble-kuchenne.info.pl
Joined: Fri Dec 04, 2020 2:29 pm
Has thanked: 24 times
Been thanked: 7 times

Re: Timing Problems

Post by alanwms »

Correct me if I am wrong, but if an interrupt is called while a delay is in process, doesn't that wreck the return stack?

mnfisher
Valued Contributor
Posts: 955
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 104 times
Been thanked: 507 times

Re: Timing Problems

Post by mnfisher »

No, interrupts will work correctly during delays.

Martin

Post Reply