Want to create new field in DCT statically (Not by programming with DCT APIS) in DCT_APP_SECTION

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

cross mob
Anonymous
Not applicable

Hi

I would like to create some entry specific to our application in  DCT_APP_SECTION statically (not by programming, not using DCT APIS)

but before flashing the image. Initially this values will be flashed when we are going ship the product but this will change in future when application starts running.

For example in DCT_APP_SECTION  offset 0x10 the value should be specified as 0x45 (statically in C file or somewhere not sure how to do). When application started running first time the expected value should be 0x45 in offset 0x10. But after application booted and done some test it will update the value (This is through using DCT APIs).

Can you please let me know where (which *.c file) and how (Which section of code and data structure) I have to mention in WICED code stack?

Thanks & regards

Sankha

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Please check the 43xxx_Wi-Fi/doc/WICED-AN800-R-Factory-Programming.pdf document which I think talks about something similar and check the demo.temp_control example which will give you the idea about implementing the same.

View solution in original post

1 Reply
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Please check the 43xxx_Wi-Fi/doc/WICED-AN800-R-Factory-Programming.pdf document which I think talks about something similar and check the demo.temp_control example which will give you the idea about implementing the same.