STM32L562QEI6 enter Boot through USART interface
Hello,
I have a system with one STM32L562QEI6 and one STM32F405RGT6, that is the main MCU.
They communicate with USART interface.
In the main CPU, boot0 and boot1 pins are phisically connected to VCC or GND through some resistors, so I can enter boot mode or leave the program run easily.
On the STM32L562QEI6, I used a pull down in the boot0 pin and I connected this pin also to USART-RX line. When I want to enter boot mode on this MCU, I send a logic high level from the main MCU through USART-RX but the MCU won't boot. I see the high level on boot0 pin but I can't access boot memory. I don't understand why.
Only with external connection between boot0 and VCC, MCU enter boot mode.
Please can you help me?
