Search found 2 matches

by zav1971
Thu Jan 25, 2024 1:29 pm
Forum: Flowcode V8
Topic: ARM STM32 double
Replies: 0
Views: 264

ARM STM32 double

How is support for 64-bit variables implemented (types long long, double, ...) for STM32.
by zav1971
Sat Oct 27, 2018 10:03 am
Forum: Bug Reports
Topic: Timer1,2 atmega8,atmega16
Replies: 1
Views: 2430

Timer1,2 atmega8,atmega16

In the program using a timer interrupt 1 or 2 for atmega8, atmega16, an error is generated when compiling into the HEX file. On timer 0 - no error! The cause of the error is that the “interrupt” block forms incorrect names of the interrupt control registers of timers 1 and 2.This can be seen and cor...