Skip to main content
WJi.2
Associate
June 18, 2019
Question

GPIOs under DFU mode are set randomly

  • June 18, 2019
  • 1 reply
  • 727 views

Hi​ ST support team,

I am using STM32L4 for a developing project. And I recently found that the GPIOs under DFU mode are set very randomly.

That means, for most of the boards we produced, for a specific pin, it is set as LOW, but some are set as HIGH.

I wonder how we could configure the GPIOs under DFU mode, or they are not configurable at all?

Thanks very much in advance :)

BR

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
June 18, 2019

The ROM based system loader is very general in implementation, it has zero awareness of your board design/requirements.

For board specific stuff you're expected to implement your own loader.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
WJi.2
WJi.2Author
Associate
June 18, 2019

Hi Clive,

Thanks for your quick reply.

Basically we just need to set up a few GPIOs.

I wonder if you have a guide to implement our own loader, please?

Thanks :)