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.

CC3220MODA: Using file system and provisioning process

Guru 16770 points
Part Number: CC3220MODA


Hi

Our customer uses cloud_ota sample as base of their application.

In cloud_ota sample, Provisioning would be processed to connect access point.
Actually, the customer uses this process to connect AP.

In addition, they want to use file system of CC3220MODA from host.

According to SWRU455E in P21314.10.5 host command during provisioning would not be served.
So there are some questions for using file system with cloud_ota.

1.
Can't we use the file system from the host until finishing Provisioning?

2.
Once provisioning is finished and connected to AP, is it possible to access file system from host?

3.
If file system can't be used due to provisioning,
could it be possible to use file system other than stopping provisiong process?

BestRegards

  • Hi,

    1. No. Calls to the file system API will return -2014 (SL_RET_CODE_PROVISIONING_IN_PROGRESS) when provisioning is in progress.
    2. Yes, it is possible after provisioning is stopped.
    3. No. You must stop the provisioning process to use the file system from the host to create/read/write/delete/etc. files again.

    Best,
    Ben M