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/TMS320F28388D: How to use BIOS_exit

Part Number: TMS320F28388D


Tool/software: Code Composer Studio

Hi Scott,

Now I have build a TMS320F28388D project, in which both CPU1 and CM core running on SYS/BIOS. As is known to all, CM could communicate with CPU1 on IPC channels.

If I want to control the process of power off for CM and CPU1, I think that the BIOS on CM core should exit firstly, and at the same time, CM core should tell CPU1 that it clould shutdown now. And then the CPU1's BIOS also exit once received the notification from CM side. Until now, the CPU1 could release the power hold pin, and the TMS320F28388D goes to shutdon safely.

However, what should I do with the exit of BIOS, must I call BIOS_exit? And how to cope with BIOS_exit?

Thanks a lot!

QL