User Activity

I'm working on the STM32H7 series, and in my scenario the data to be written might be the erased-state byte (0xFF) all over the flashword. In this case I'm unsure whether or not the ECC may change.What is the idiomatic way of checking if the bytes ha...
I'm enabling write protection on the flash on my STM32l451RE, but as soon as the OB Launch is called while the debugger is connected through JTAG/SWED, when the device restarts it seems like it enters an unknown state, just as I would have expected f...
I have a setup with a STM32L452 Nucleo-64, and has connected a CAN transceiver to it. This is in turn connected to a CANDO dongle to a PC. With the current setup I'm currently able to transmit data from the STM32 to the PC with no fail. The reception...