Resolved! QSPI of STM32L496A
Hi I have interfaced STM32L4 qspi with Winbond(W25N01GV). I am using HAL api's. The problem is erase/write to a page(2KB) address(say 0x0) repeats to the page after 512 KB(Say 0x80000) and so on. This is a 128 MiB NAND flash and erase command(D8h) o...