User Activity

In STM32CubeIDE, in CDT build console, the compile result part, if there are a lot of warnings, only the last part of the compile result can be seen, I have to save the compile log into one file and check from there, it's quite annoying. I think it's...
I integrated one open source software module into my project, but I found that there are a lot of warning about unused functions, so I tried to surpress that by adding "-Wunused-function" in CubeIDE, and found the configuration is correct by checking...
Hi It stated in PM0059 page 16:  The value of an option is automatically modified by first erasing the user configuration sector and then programming all the option bytes with the values contained in the FLASH_OPTCR register.I want to  know : What's ...
I'm curious about the firewall, and want to know why firewall can improve the security level. It's easy to understand page 65 of UM2262, f1(), f2(), f3() can only be called from outside through call gate, my question is why it's more secure than call...
I'm using STM32F446, I found one issue. In STM32F4xx_hal_uart.c, it stated that.  ==============================================================================            ##### How to use this driver ##### ===========================================...
Kudos given to