You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running http-example on NUCLEO-F446RE with ESP8266 hooked up. Running Mbed OS 5.12 (c093978). When setting both tickless and MBED_CONF_TARGET_TICKLESS_FROM_US_TICKER=0 the board immediately hard faults with:
Crash Info:
Crash location = strlen [0x08010CE4] (based on PC value)
Caller location = _svfprintf_r [0x080131B3] (based on LR value)
Stack Pointer at the time of crash = [2001FCF8]
Target and Fault Info:
Processor Arch: ARM-V7M or above
Processor Variant: C24
Forced exception, a fault with configurable priority has been escalated to HardFault
A precise data access error has occurred. Faulting address: 00B2D920
I have made the idle thread stack size bigger already, this is my mbed_app.json:
Description
I'm running http-example on NUCLEO-F446RE with ESP8266 hooked up. Running Mbed OS 5.12 (c093978). When setting both tickless and
MBED_CONF_TARGET_TICKLESS_FROM_US_TICKER=0
the board immediately hard faults with:I have made the idle thread stack size bigger already, this is my mbed_app.json:
Issue request type
The text was updated successfully, but these errors were encountered: