we are using MCX-N9XX-EVK board we need to run python application on this board.. as of application is more than 7 MB we need to use SD card in SD card slot as per the mcx-n9xx-evk boar
please suggest how to do?
If there is any default image to flash on to the controller please let us know.. also please provide link if there is any...
Hello @mkphsn
Thanks for your patience.
There are SD driver and demos under the SDK.
Please refer to them. There is readme under each example, you can check detail description.
Thank you.
BR
Alice
Hello,
The MCX-N9XX-EVK features a micro SD card socket and 8MB QSPI Flash, which is great for your application size. However, directly running a 7MB Python application on a bare-metal microcontroller like the MCX-N9XX is generally not straightforward.
Best Regards