2026-01-27 6:18 PM
hello,
now I am using stm32f030cct6 to design a simple program. i used all the 6 uarts of this chip. it works fine, but the interrupt code generated by STM32CubeMX has a simple bug.
the code as below.
for the uart6, there is a useless (&huart6); i think it is no effect to the function, but when building, there is a warning.
Solved! Go to Solution.
2026-01-27 10:05 PM - edited 2026-01-28 12:14 AM
Hello @dqsh06
After performing a test using STM32CubeMX 6.16.1, I obtained no compilation errors and STM32CubeMX behaved as expected.
Could you please retest on your side using STM32CubeMX 6.16.1?
I have attached my .ioc file for your reference, in case it helps reproduce the behavior.
Thx
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2026-01-27 10:05 PM - edited 2026-01-28 12:14 AM
Hello @dqsh06
After performing a test using STM32CubeMX 6.16.1, I obtained no compilation errors and STM32CubeMX behaved as expected.
Could you please retest on your side using STM32CubeMX 6.16.1?
I have attached my .ioc file for your reference, in case it helps reproduce the behavior.
Thx
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2026-01-29 10:40 PM
hello @Ghofrane GSOURI
i used the stm32cubeMX version 6.15.0. i think your guys had already fixed it with the new version. it is good.
Thanks,
dqsh06