Part Number: AM5728
Tool/software: TI-RTOS
Hello, TI Experts,
Our customer sent us questions about "how to add the new task(program) after boot" by using TI-RTOS(PROCESSOR-SDK-RTOS-AM57X).
They would like to add their program as TI-RTOS-task after boot like below procedure;
- AM5728 boot by SBL in QSPI flash.
- Then "app" program in QSPI -flash runs.
- After that, the "app" program extract the additional program in QSPI-flash to DDR.
- Those extracted additional programs are running as task.
- So, those program also use TI-RTOS API such as Task_sleep() or Task_SetPri() like that.
Question:
- Could you tell us the recommended way or related document for adding new task(program) after boot like above?
We would also appreciate if you tell us the successful way or experience about that.
Best regards,