Bootloader hook does not seem to be able to turn on GPIOs (IDFGH-14250) #15046
Labels
Resolution: Done
Issue is done internally
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v5.5-dev-813-ge44a712970
Espressif SoC revision.
ESP32-P4 v0.1
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
Custom Board
Power Supply used.
External 3.3V
What is the expected behavior?
I can turn on GPIOs in the bootloader hook
What is the actual behavior?
I can't turn on the GPIOs; only the application can turn them on
Observed via oscilloscope & probe
Steps to reproduce.
Add bootloader hook:
In application code:
Start up board.
Only GPIO 7 is high ~300ms after power on (well after the bootloader has run).
GPIO 4 is low the entire time.
Debug Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: