Write to G30 Configuration at Deployment

Hi,

Is there a way I can write to the configuration sector at deployment?

I’m using a G30 with firmware 4.3.8.1 and Netmf SDK 4.3

I want to be able to just deploy one time on the assembly floor. I only know how to write to the Configuration sector at runtime and if I only deploy once then it’s a waste to have the data in program memory as well.

I understand I could write a small module which receives the data over serial or something like that, but I’m hoping to find a way to flash the Configuration Sector along with the App Deployment. Something more akin to programming using STM’s Visual Programmer.

1 Like

I believe the only way is to write at runtime.

Okay, thank you for clarifying.