Question
QSPI STRANGE BEHAVIOR WHEN AUTOPOLLING
I am trying to autopoll wip and wel bit from status register (0x05) in a flash memory when I perfrom a erase process.
The first autopolling operation is correctly, however, the second time that qspi try to autpoll the bits, this does not release CS, and the data is not readed correctly. I am using HAL_QSPI and inmediatlly after perfrom the aupolling hal line, it finish, but the peripheral continue polling the bits forever.

