This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3235MODASF: How can I re-flash the MCU image preserviing WiFi profiles

Part Number: CC3235MODASF
Other Parts Discussed in Thread: UNIFLASH

Hi

I have a custom board using the CC3235MODASF, which is working fine.

However, at present, the development cycle means that every time I update the MCU flash image, the WiFI profiles are erased.

I would expect there to be an option in Uniflash allowing me to save that information.

Alternatively, is it possible to 'pre-build' profiles and include them in the image?

For me, debugging on Launchpad is not possible/practical owing to needed custom peripherals

  • Hi Chris, 

    This is not possible. If you are in development cycle I would just bypass provisioning and hard code the AP credentials into your image. If this is really important for you you can possibly create a user file during runtime that holds this information and add it to your Uniflash project but nobody here has ever done this before.

    Jesu

  • I had reached the same conclusion so I've just added a #define which I will change when I get nearer to final testing.

    (And I had also considered adding profile information in a file - but don't need to do that right now - present workaround is good enough.

    Thank you for your response