你好:
我们目前需求是通过 MCU 来实现 SoC 重启,请问应该如何做到?
-- 沈
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.
TDA系列的产品主要通过英文e2e支持。我看到您也在英文e2e上发帖了,工程师已经回复您了。
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1106371/tda4vm-how-to-restart-soc-through-mcu
看到e2e工程师有最新的回复。
You can call the TISCI interface by including the libraries and headers in your project and using any of the APIs. An example that uses the TISCI interface for interrupt routing can be the CAN app in the MCUSW project:
ti-processor-sdk-rtos-j721e-evm-08_02_00_05/mcusw/mcal_drv/mcal/examples/Can/soc/j721e/mcu1_0/CanApp_Startup.c
You can see that first, the Sciclient_init() needs to be called. Then, the Sciclient_rmIrqSet() can be used. The TISCI driver is contained in the RTOS SDK, so you can take a look there as well.