This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Finding the flash path

Hi There,

If I want to put some files, like video on the nRF52840 boards, and let them broadcast onto other devices. How can I do to find the flash path of the video file?

Regards,

Gaosheng

Parents
  • Hi,

    If I want to put some files, like video on the nRF52840 boards

    How big is the file you want to stored in flash? The flash storage of a microcontroller is usually quite limited, so storing something so big as a video file may not be possible.

    You can see an overview of the flash size for different nRF devices in this comparison table:

     

    That said, for storing smaller files in flash you can take a look at the Flash Data Storage (FDS) library or the fstorage library and their respective examples in the SDK.

Reply
  • Hi,

    If I want to put some files, like video on the nRF52840 boards

    How big is the file you want to stored in flash? The flash storage of a microcontroller is usually quite limited, so storing something so big as a video file may not be possible.

    You can see an overview of the flash size for different nRF devices in this comparison table:

     

    That said, for storing smaller files in flash you can take a look at the Flash Data Storage (FDS) library or the fstorage library and their respective examples in the SDK.

Children
Related