User Activity

Posted on October 15, 2017 at 21:42I have a Nucleo STM32F446RE board, which I purchased less than a month ago.After flashing it several times, I am now getting errors in flasher. I also checked my board with the STLink Utility.When I press 'Verify b...
Posted on October 15, 2017 at 14:35I have an ESP8266 WiFi module, flashed with esp-link firmware (which makes ESP8266 act as a transparent wifi-to-usart bridge).I would like to be able to flash firmware wirelessly using this module into STM32F4. Spe...
Posted on October 14, 2017 at 19:32I have an STM32F446RE Nucleo board. I am using I2C1 in interrupt (not DMA) mode, to continuously read data from an MPU9250 accelerometer/magnetometer/gyroscope board. I also use the USART1 to read logs with my lapt...
Posted on January 12, 2017 at 15:27HelloI am trying to get SPI working on stm32vldiscovery.In my project I am using STM32 Peripheral Library (SPL), not HAL.For now I am trying to make SPI1 send data to SPI2, SPI2 echoes everything back to SPI1, and ...