STM32F411RE NUCLEO Usart Bootloader issue
Hi everyone,
I am trying to communicate with default ST UART bootloader on nucleo-F4RE. I have connect the PA9 and PA10 to my second nucleo-board on which I send the 0x7F (9600 baudrate, Even parity,1 stopbit and 8B data (also tried 9B data)). If I check the communication line with logic analyzer I can see that bootloader has returned one time 0x79(ACK byte) and after that immediately 0x1F (NACK byte).
After this, I always get a NACK as return value for every command.
- I tried difference baudrates and have studied the ST documentations AN3155 and AN2606.
- The nucleo board is correct in boot mode by pulling up the Boot0 pin located on CN7 pin 7.
- I also connect the things on PA2 and PA3. Very strange but with this configuration I get no value return from bootloader.
I really appreciate if someone could help me.
Thanks in advance.
