User Activity

HiI am trying to implement dual bank booting on a stm32G474VET6 and im am doing the flashing of the other bank via Intel HEX decoding from an SD card. In order to test if I am successful, i have flashed my software via cubeprogrammer from the same he...
HiI am trying to overcome the limitation that M0 cores cant detect if they are running in a debugging session or not.For an M3/M4, I would have written something like:bool InDebugMode(void) { bool ret_val = false; if ( ((CoreDebug->DHCSR) & 1u) == ...
HiI am trying to implement a fault filter for the HRTIM on a stm32G474.I am using the LL libraries and the Reference manual.I find the table 234 in the reference manual completely unreadable and confusing. Could someone please explain how it is suppo...
HiUsing a G474 nucleo board and building a project and launching it everything works fine if I patiently wait for the debug session to be halted in the beginning of main(). However, if I instead hit the resume button maybe a second too soon, I instea...