Adding an external flash memory "MX25R6435F" to my arduino nano 33 ble board

I want to use the external flash memory MX25R6435F to run my code which has a big size on my arduino nano 33 ble but I'am a newbie and I don't find supports that can help me,

Is that possible and should I add some configuration ?

Parents Reply
  • It is possible, but I wouldn't recommend running an entire application from external flash on the nRF52840 because of errata and performance limitations. It may make more sense if you run certain parts of the application from external flash. For instance, if you have some library code that is does not need to run too often.

    Do you know what's taking up so much space in your application? You can fit a lot of code on a 1MB device like the 52840..

Children
Related