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.

CCS/LAUNCHXL-CC1310: What is the max execution throttle of OAD tasks?

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1310

Tool/software: Code Composer Studio

Sir,

I am exercising sensor_oad project on CC1310 LP.

I started the OAD tasks from host_collector commanding interface. (e.g. 'u' command)

I noticed that I can select another sensor and kick-off a new OAD task before the last OAD task ends.

Sometimes, they were both done successfully, but sometimes, one of them failed due to too many retries.

I am curious about how many outstanding OAD tasks that the collector can accept?

If there exist ceiling, what parameter in the collector SDK code controls it?

Adam

  • Hi Adam,

    In theory you can start an OAD process for each connected role. Please note this is not recommended. Per default there is no ceiling parameter, but you can implement this in the collector application.