User Activity

Hi there,we have an application which already tracks register RCC->CSR on startup and writes the content to the log files.From time to time, due to (intentionally unfiltered) electrical disturbances in the electronic or external EM pulses, we see the...
Hi, where can I post questions on the Firmware Package Release notes? Especially the HAL Drivers component:https://htmlpreview.github.io/?https://raw.githubusercontent.com/STMicroelectronics/STM32CubeF4/master/Drivers/STM32F4xx_HAL_Driver/Release_Not...
The STM32 reference manual RM0090 describes in chapter 3.8. the One-time programmable bytes (512). This is great to store, say, a public key.The Annotiation Notes document AN5156 describes - for all processors of the family - among others the feature...
I assume a bug in the Nucleo firmware (MAC driver? PHY driver?) or even the hardware.I have implemented ping.c (from Lwip) on top of the board's Webserver example (from the recent Firmware package), so that it can ping a computer.When the board issue...
Supposed I am using external memory via an 16 bit address / 8 bit data bus with FSMC (STM32F714). An RTOS is running.Is access to this memory atomic (in the sense of thread safety) when I read/write 32 bit wide data? The consideration is, for instanc...