ESP32-S3: NEWLIB_NANO_FORMAT=y with debug log level crashes wifi station example (LoadProhibited) (IDFGH-8954) #10366
Labels
Resolution: Duplicate
This issue or pull request already exists
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v5.1-dev-2283-gc92f2394f2
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.
ESP32-S3-DevKitC-1 v1.0
Power Supply used.
USB
What is the expected behavior?
With an ESP32-S3 target, if the following two items are set in
sdkconfig
:it is expected that the WiFi station example (
examples/wifi/getting_started/station
) should run normally, and connect to WiFi.What is the actual behavior?
The WiFi station example crashes (see debug logs)
Steps to reproduce.
CONFIG_NEWLIB_NANO_FORMAT=y
CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y
examples/wifi/getting_started/station
for the ESP32-S3Debug Logs.
More Information.
CONFIG_NEWLIB_NANO_FORMAT=y
and info log levelThe text was updated successfully, but these errors were encountered: