PS, after upon testing, I found there is a Library update, there was a 32F303CB.fcdx update package inside.
I have tried it, still not work. So I replace it with the one you put in you message.
Just let you know:
What you have posted --- OK!
The one in Library update --- NG!
Br, Deqiang
Search found 54 matches
- Mon Sep 08, 2025 2:07 pm
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 21
- Views: 6665
- Mon Sep 08, 2025 1:53 pm
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 21
- Views: 6665
Re: EXTI Interrupt Issue on STM32
Hi, I've bought an STM32F303 development board to play with. I've not had any issues with the timer interrupt. However, my testing has thrown up an issue with the 32F303CB FCD, the config section is missing the HSE source divider parameter. This means it would be easy to accidentally overclock the ...
- Mon Aug 25, 2025 3:16 am
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 21
- Views: 6665
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: 2667
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: 2667
- Tue Aug 19, 2025 11:54 am
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 21
- Views: 6665
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: 318781
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: 21
- Views: 6665
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: 21
- Views: 6665
- Tue Aug 12, 2025 11:21 am
- Forum: Bug Reports
- Topic: EXTI Interrupt Issue on STM32
- Replies: 21
- Views: 6665
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...