what is HAL_OSPI_AutoPolling() ? how to fix it ?
After trying the sample code from STM32Cube_FW_L4_V1.18.0
for octo spi
I getting stuck on
HAL_OSPI_AutoPolling(hospi, &sConfig, HAL_OSPI_TIMEOUT_DEFAULT_VALUE);
it is not working, after reading posts and
STM32L4Rxxx and STM32L4Sxxx device errata
I found information that:
"Auto-polling mode not functional with new octal memories"
any idea how to work around it or fix ?
the sample code does not work, I cannot test OSPI.
