Hello,
Software: Flowcode V10 Professional
Board: STM32F303CBT6
I have download the Timed_internal_example form Wiki, change the MCU from Arduino to STM32F303CBT6:
Simulation: OK
Compile to Target : NG
I have to say , looks there is lots of bug in the stm32 Timer Interrupt.
Below is my another post, please look at the end, still waiting for reply.
viewtopic.php?t=3275
Please pay attention and solve them.
Deqiang
Timer Interval Not Working on STM32
-
- Posts: 52
- http://meble-kuchenne.info.pl
- Joined: Wed Jan 12, 2022 8:25 am
- Has thanked: 10 times
- Been thanked: 1 time
Timer Interval Not Working on STM32
- Attachments
-
- Timed_interval_example_F303.fcfx
- (15.08 KiB) Downloaded 64 times
-
- compile log.txt
- (3.01 KiB) Downloaded 61 times
-
- Posts: 52
- Joined: Wed Jan 12, 2022 8:25 am
- Has thanked: 10 times
- Been thanked: 1 time
-
- Matrix Staff
- Posts: 1951
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 510 times
- Been thanked: 696 times
Re: Timer Interval Not Working on STM32
Hello,
Yes it looks like the timed interval component has a problem on STM32 we will investigate.
For now is it possible for you to just use the timer interrupt instead. I have attached a modified version of your program as an example for you.
You will probably need to go into the properties of the interrupt icon to configure the interrupt rate.
Yes it looks like the timed interval component has a problem on STM32 we will investigate.
For now is it possible for you to just use the timer interrupt instead. I have attached a modified version of your program as an example for you.
You will probably need to go into the properties of the interrupt icon to configure the interrupt rate.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Posts: 52
- Joined: Wed Jan 12, 2022 8:25 am
- Has thanked: 10 times
- Been thanked: 1 time
Re: Timer Interval Not Working on STM32
Ok, understood, thanks!BenR wrote: ↑Fri Aug 22, 2025 9:55 amHello,
Yes it looks like the timed interval component has a problem on STM32 we will investigate.
For now is it possible for you to just use the timer interrupt instead. I have attached a modified version of your program as an example for you.
You will probably need to go into the properties of the interrupt icon to configure the interrupt rate.
Timed_interval_example_F303.fcfx
Br, Deqiang