User Activity

Hi,currently CubeIDE defines the Default_Handler inside the startup.S file, but it would be much more practical if it would get defined in stm32xxx_it.c.That way users can more easily react if the Default_Handler is called.
Hi,I used CubeIde 1.6.0 and created 2 projects:STM32F4 with FW 1.26.0 and USB CDC enabled on USB FSSTM32F7 with FW 1.16.1 and USB CDC enabled on USB HSNeither of the projects define #USE_USB_FS / #USE_USB_HS, however the value should be defined accor...
There should really be a checkbox to freeze watchdog when core is halted. Not a question but a feature request.
Hi,I want to know the configured core clock frequency at compile time, but unfortunately this value is not defined anywhere. Thus I propose that the code generator should create a list of #defines for every node in the clock tree. I think SYSCLK, HCL...
Unfortunately there is a bug regarding the LTO option since GCC 7 until at least GCC 9: https://bugs.launchpad.net/gcc-arm-embedded/+bug/1747966Can you please consider applying the workaround described there?I.e. in the generated Makefile the startup...
Kudos from