This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Enable SDH and SDH_SOC in open_Bootloader_usb_mbr

Hi, 

Could I enable SDH/SDH_SOC/SDH_BLE  among bootloader (such as open_Bootloader_usb_mbr)? 

Here I am customising my own bootloader upon open_Bootloader_usb_mbr in Nodic DK 10056. What I am trying to integrate,

1. Get CLI/Log over ACM/CDC serial upon USB

2. Get FDS_SD (not nvmc) activated (because in main application I am using FDS_SD, not FDS_NVMC)

Is it possible? Is there any existing example like so for my reference? Thanks

Regards

S.

   

Parents
  • Hi James,

    Please be aware that you don't need to use the _SD if you don't initialize the bootloader. And if the main application use FDS_SD it doesn't mean you also need to use FDS_SD in the bootloader. The bootloader and the application are independent. 

  • But I need to let bootloader read the configuration in FDS. So could _NVMC read the data by _SD? 

    Btw, could we get multiple fstorage instances, for example one for _NVMC and the other for _SD?  

    Thanks.

    S. 

  • Yes it can read each other. Difference between _NVMS and _SD is just the APIs used to store/read data. The actual data format is the same. I don't think you can have both at the same time. 

Reply
  • Yes it can read each other. Difference between _NVMS and _SD is just the APIs used to store/read data. The actual data format is the same. I don't think you can have both at the same time. 

Children