Store data on flash with WICED smart

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
prvoc_2175136
Level 1
Level 1

How can I store large amounts of data  on the flash using WICED Smart SDK ?

0 Likes
1 Solution
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

praveen

As a follow on to kwang's response, take a look at uart_firmware_upgrade example to see an example of how to correctly write to the onboard EEPROM.

You will also find these threads helpful:

WICED Smart BCM92073X EEPROM and SFLASH Layout

Re: Accessing the 512 kb (64 kB) EEPROM in the 20737S module

Layout of VS1 in the EEPROM


There is also a collection of these threads in the Memory section of the online WICED Smart User's Guide

View solution in original post

0 Likes
4 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

Not sure I understand you...

Are you asking on how to download your compiled code onto your board via the SDK?

0 Likes
prvoc_2175136
Level 1
Level 1

no, i wants to store the data on memory(Serial Flash). something like below, is there any api for wiced smart ?

Store arbitrary data on flash with WICED

0 Likes
Anonymous
Not applicable

I think there is some example under wiced-sense->ws_ota_upgrade (sorry I don't have the SDK on me).  There should be examples on how to write to nvram. 

0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

praveen

As a follow on to kwang's response, take a look at uart_firmware_upgrade example to see an example of how to correctly write to the onboard EEPROM.

You will also find these threads helpful:

WICED Smart BCM92073X EEPROM and SFLASH Layout

Re: Accessing the 512 kb (64 kB) EEPROM in the 20737S module

Layout of VS1 in the EEPROM


There is also a collection of these threads in the Memory section of the online WICED Smart User's Guide

0 Likes