Tool/software: TI-RTOS
Hello.
I have a two questions. Questions related to the example of TI NIMU_ICSS_BasicExample_iceAMIC110_wSoCLib_armExampleproject
Question №1. In the code of example there is a task void taskPruss (UArg a0, UArg a1). I do not quite understand what this task is doing. Judging by the code, this task is called once and executes something copy in memory. The comment says that this is initialization of PRU. What does this task do?
Question №1. In the code of example there is a function void stackInitHook(HANDLE hCfg). What does this task do? What stack initialise this hook?