Skip to content

QSPI Flash file system problem 'Not a BS' with MicroPython on STM32F722IEK6 #15799

Closed Answered by RichardB-RT
RichardB-RT asked this question in STM32 / Pyboard
Discussion options

You must be logged in to vote

This file system problem was actually caused by 2 problems:

  1. micropython code tries to write 2 QSPI status registers at once while the newer QSPI chip does not support this. The problem was solved by writing the status registers one at the time.
  2. supply 5V instead of 3V3

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@RichardB-RT
Comment options

Comment options

You must be logged in to vote
3 replies
@RichardB-RT
Comment options

@RichardB-RT
Comment options

@RichardB-RT
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by RichardB-RT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants