-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Description
Rarely (three times in last two days of heavy use) I've had my stm32f765 board lock up during startup (after reset, not cold power on).
This occurs while trying to read a file from working filesystem on the qspi chip fairly early in main.py
With my debugger, I found the deadlock to occur at this while loop:
micropython/ports/stm32/qspi.c
Line 271 in c9eb7eb
while (!(QUADSPI->SR & QUADSPI_SR_FTF)) { |
Resetting the board has always brought it back with it working next time, filesystem and file intact and read fine.
I haven't yet investigated the failure at all, just wanted to record it here while I have the location pinned down.
Metadata
Metadata
Assignees
Labels
No labels