Dear All, some context first: - STM32L071CB - Running RTOS (tickless mode) - SYS Mode - Timebase Source TIM2 - RTOS timebase - LPTIM1 - Execution paused by Breakpoint in a task with highest priority which is attempting to put the MCPU into STA...
Dear All,I would like to make a snapshot of CPU registers (SFRs) when a program is paused.Ideally the snapshot would be a textfile.Does anyone know whether this is possible in CubeIDE or via some other tool?Thank youMatej
Ok, I assume you mean instrumentation as in code in the DUT that would read registers and send them via UART (or save in DUT memory).A possibility but not a good way for us. Such a function would already affect some of the registers and we don't nece...
Hi Mattias,we've had a bit more complex FW problems where it wasn't immediately obvious what is causing the issue. As a part of the debug process we check some of the registers to compare their contents during normal vs fault state. Doing this by com...