Question
STM32L4 bootloader port filtering ?
Posted on September 11, 2017 at 09:50
STM32L4, using internal bootloader, I can start it yet I need it not to open all available ports (usart, spi, usb) but limit it to only one dedicated uart port to avoid waking up chips linked to the other ports. Is there a way to filter ports before entering bootloader, like setting a register with bitfield to allow/disable certain ports ?
