User Activity

Hi,My system (MCU) gets into a state where I can't debug it when i get a UART interrupt due to ORE.I even tried placing breakpoints at the places where ORE is captured in the IRQ handler - but the debugger didnt stop and I lost the connection to the ...
Hi,I've upgraded my on board debugger from ST-link to J-link.Everything works as expected and I'm able to burn the flash and debug.However, when I used on board ST-link I was also able to connect to the board with PUTTY and direct my stdin/stdout to ...
Posted on July 15, 2018 at 12:35Hi,I'm working with STM32L151 and using 2 UART interfaces.UART1 is configured with IDLE LINK indication and DMA for reception.UART2 is configured without IDLE LINK indication.I've used STMCubeMX to generate the HALs.I...