2020-09-11 04:57 AM
The ST link on the board creates a virtual com port, conected to the LPUSART1 of the micro L4A6ZG.
What I´m trying to do is to program the micro throught this com port. To do this, I try this sequence:
Then I can see the packet send by the PC in the TX pin of CN6, but there is no response from the micro. So, a time out message is shown in the log.
When I connect to the board using S-LINK it works correctly.
So, I would like to know if what I´m trying to do is possible, and if yes, what could be the problem?
Solved! Go to Solution.
2020-09-11 05:43 AM
AN2606 describes the serial channels which can be used for the memory boot mode.
For the STM32L4A6 it gives bootloader ID = 0x93 and lists the channels:
There is still no STM32 available in which the bootloader supports LPUART.
Regards
/Peter
2020-09-11 05:43 AM
AN2606 describes the serial channels which can be used for the memory boot mode.
For the STM32L4A6 it gives bootloader ID = 0x93 and lists the channels:
There is still no STM32 available in which the bootloader supports LPUART.
Regards
/Peter
2020-09-11 06:18 AM
Thank you very much.
I had misunderstood the datasheet.