User Activity

Hello,I have some issue to transmit and receive data with my laptop and a STM32F103RB Nucleo board, with picocom.I use USART3 (remapped for Tx/RX to C10/C11) : please see code attached.When I use a jumper to connect Tx and Rx directly on the board (l...
Hello,When I flash a user application to STM8L with STVD, it works fine. As long as I do NOT power off MCU, I can read back flash content with STVP. For the first byte located at address 0x8000 (beginning of IT vector table), value is 0x82, which is ...