Hi,
I want to ask about the XIAO nrf52840 Sense external onboard flash example code for Arduino IDE. I have used some example available from Adafruit internal file system but those seems to work with only internal flash but I want to use the external flash which is available on board of XIAO nrf52840.
I have following questions,
Is there any example which ready to work with this board to use external flash?
If there is no library available what are the work arounds to use this flash?
Hi @msfujino ,
Thanks for referring to links. Can you tell what I would need to install in Arduino to run this example? As I can see it has some nrf libraries to be installed but it would be great if you give me a hint which thing would have all of these?
Hi thanks for your answer. Do you know example which could work with adafruit packages as Seeed nRF52 mbed-enabled Boards package does not work the adafruit one. We need to use ble uart from bluefruit with the spi flash. I could run the flash code with the package you mentioned but that will stop the ble uart apis to work with. Any idea?
Hi Everyone,
Thanks for inputs. I have found the lifesaver link which has everything just compile and it should work. It seems Seeed QSPI has to be setup manually as described in the code.
It is no big deal to add Seeed QSPI to the library. With the attached patch, the library will be able to auto-detect the flash used by Seeed patch_to_add_xiao_ble_qspi.zip (7.6 KB)
.
Hi there,
Not sure if this is pertinent, But the code I used for the demo is in the post, The Xiao Grove Expansion Board Video demonstration, w/ code. 🎅
Tests and accesses both on board QSPI and the External Flash on expansion board.
May or may not help.
GL PJ