nRF Connect SDK Lazy SD Card initialize to startup as fast as possible

Hello!

I'm using nRF5340 MCU with nRF Connect SDK 2.3.0

In my project, I'm using below functions

* MCUBoot

* BLE

* DFU with SMP

* USB MSC

* Filesystem - FATFS

I want to make nRF5340 start as fast as possible.

In my test, SD Card related functions makes about 2s delays.

that functions lists below

* SDMMC - With SPI 25M SDCard SDIO 2.0 64Gbit NAND

* Filesystem - FATFS

* USB MSC

Could you tell me how to initialize SD Card related function after main() function is start.

if there are another method to start fast please tell me.

thanks!!

Parents Reply Children
No Data
Related