Search found 52 matches
- Mon Aug 25, 2025 3:16 am
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 17
- Views: 4031
Re: EXTI Interrupt Issue on STM32
I'm not using anything at the moment :roll: Despite retirement, I don't seem to have much spare time. I've used 205/405 in the past, but don't have any of that hardware now. So I wouldn't let that sway you. btw. Did you do any tests at a lower APB1 timer clock speed? I did wonder if you are getting...
- Fri Aug 22, 2025 1:59 pm
- Forum: Bug Reports
- Topic: Timer Interval Not Working on STM32
- Replies: 4
- Views: 1612
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...
- Thu Aug 21, 2025 4:54 am
- Forum: Bug Reports
- Topic: Timer Interval Not Working on STM32
- Replies: 4
- Views: 1612
- Tue Aug 19, 2025 11:54 am
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 17
- Views: 4031
Re: EXTI Interrupt Issue on STM32
Thanks for the feedback. Although I can't see what the problem might be, especially if the main loop LED flash is correct in all cases, which implies that the system clock is setup OK and running as expected. Why the timer interrupt should differ between using HSE and HSI as a source is eluding me ...
- Sat Aug 16, 2025 5:03 am
- Forum: Feature Requests
- Topic: Suggestions for new microcontroller support
- Replies: 81
- Views: 279089
Re: Suggestions for new microcontroller support
Hello,
Is it possible to add STM32F1xx series chips into the support list?
They are so much popular for common use.
Especially STM32F103xx series
https://www.st.com/en/microcontrollers- ... eries.html
Br, Deqiang
Is it possible to add STM32F1xx series chips into the support list?
They are so much popular for common use.
Especially STM32F103xx series
https://www.st.com/en/microcontrollers- ... eries.html
Br, Deqiang
- Sat Aug 16, 2025 4:42 am
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 17
- Views: 4031
Re: EXTI Interrupt Issue on STM32
Thanks. So, just to confirm what I think you are reporting, with your latest program... running on HSE... The main loop flash (1 second on, 1 second off) runs OK, even when the hardware is power cycled. But the timer interrupt flash often runs much slower when power cycled, but runs OK following pr...
- Thu Aug 14, 2025 4:06 am
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 17
- Views: 4031
- Tue Aug 12, 2025 11:21 am
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 17
- Views: 4031
Re: EXTI Interrupt Issue on STM32
Could you try a test running on HSI? (To see if it's a problem with the crystal) Might also be worth changing the main loop to give another (LED) output toggle 500ms off and on, to check what the system clock is doing. Hello, Thank you for your suggestion. I agree with you, and I have tested, the H...
- Sat Aug 09, 2025 8:13 am
- Forum: Bug Reports
- Topic: Timer Interval Not Working on STM32
- Replies: 4
- Views: 1612
Timer Interval Not Working on STM32
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,...
- Fri Aug 08, 2025 6:55 pm
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 17
- Views: 4031
Re: EXTI Interrupt Issue on STM32
Hi Deqiang. A push has been arranged for all affected devices, not just STM32F303CB. Thanks for keeping me updated. Hello , Could you please look the TIMER Interrupt function ? Board: STM32F303CBT6 I have set the MCU configure to HSE, so the system clock should be 72MHz, the APB1 timer clocks shoul...