This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Nrf51822 and STM32 uart bootloader problem

Hello

I try to use this bootloader https://github.com/williamhuang03/STM32F4-Custom-Bootloader on STM32F4 which works well through cable but as suddenly I use Nfr51 as transmitter and ESP32 as receiver so it doesn't work problem is that STM32 bootloader sends these commands in hex format #define ACK 0x06U, #define NACK 0x16U which Nrf51 uart rx ignores. Can mini advise where can be the problem ? I use the standard ble_app_uart code that is included with SDK_8.0.0 thank you for your advice.

Related