GPIOs under DFU mode are set randomly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-18 1:53 AM
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
- Labels:
-
Bootloader
-
GPIO-EXTI
-
STM32L4 series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-18 2:04 AM
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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-06-18 2:22 AM
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 :)
