Failed to get chip size NINA101
Posted: Sun Dec 13, 2020 12:20 am
Hello everyone,
I'm working with a custom PCB based on the u-blox NINA 101.
This module uses a 2MB flash, and my PCB also comes with an extra 16MB flash(W25Q128).
The problem is that in order to the NINA module to work I need to set CONFIG_SPI_FLASH_USE_LEGACY_IMPL, otherwhise the system fails to read the chip size and the esp crashes. If I set CONFIG_SPI_FLASH_USE_LEGACY_IMPL to true I lost some useful API that I would like to use for the extra 16MB flash.
How can I bypass this error? I saw similar issues on github but I was not able to correct the issue.
Thank's a lot,
Gabriel Gardin
I'm working with a custom PCB based on the u-blox NINA 101.
This module uses a 2MB flash, and my PCB also comes with an extra 16MB flash(W25Q128).
The problem is that in order to the NINA module to work I need to set CONFIG_SPI_FLASH_USE_LEGACY_IMPL, otherwhise the system fails to read the chip size and the esp crashes. If I set CONFIG_SPI_FLASH_USE_LEGACY_IMPL to true I lost some useful API that I would like to use for the extra 16MB flash.
How can I bypass this error? I saw similar issues on github but I was not able to correct the issue.
Thank's a lot,
Gabriel Gardin