User Activity

It is not a question but info for others.STM32flash app on RPi can connect to STM32H743 on NUCLEO board (tested on SPI2).AN2606 says "Bank erase is not working on USART/SPI and I2C" but even page-by-page erase does not work so CPU cannot be programme...
I would like to download code from Raspberry Pi to NUCLEO-H743ZI2 board. On RPi, I use STM32flash app and 2 GPIOs for NUCLEO's NRST & BOOT0. STM32flash generates the signals properly (I see that current STM32 application does not start) and I acquire...
Posted on March 18, 2016 at 16:22I have successfuly tested STM32Flash Loader Demo (GUI, V2.8.0) for my STM32L052 application. Unfortunatelly, the comand line application STMFlashLoader.exe (from the same installation) that I want to pass to my ''cli...
Posted on March 14, 2016 at 18:58I am setting the Baud Rate of USART1 by the HAL MX_USART1_UART_Init() function as huart1.Init.BaudRate = br; I am also checking the BRR register setting by debugger and I am measuring a real BR on TXD by scope. BR so...
Posted on March 11, 2016 at 18:52 I have found a strange behavior of STM32L Low consumption 1.0 uA (as stated in the datasheet) is reached in the first sleeping with the STOP mode after reset but in sleepings that follow the first and next wake-...