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.

IPCMtoCBootControlSystem() of F28M35

Other Parts Discussed in Thread: CONTROLSUITE

Hi all.

Please tell me about the IPCMtoCBootControlSystem()  of F28M35

When debugging, IPCMtoCBootControlSystem() is not called but, C28x works.

Where do you have passed the IPCMtoCBootControlSystem()?

I want to know why the C28x to work debugging, without having called the IPCMtoCBootControlSystem().

When the v140(software varsion), it was always called an IPCMtoCBootControlSystem(), but it does not seem to call during debugging v150 or later.

(C:\TI\controlSUITE\device_support\f28m35x\v140)

Regards.

  • IPCMtoCBootControlSystem() - this function sends a boot mode IPC command to C-Boot ROM telling C28x core on how to boot or where to start the application from.

    when you have debugger connected, you will load code on the target CPU and start the loaded application. There is no boot ROM involved here as user is stating the application. But when you run the target in stand-alone mode (no debugger connected), the application on M3 should tell C-Boot ROM how to start the application.

    The controlSuite device support software is constantly tested and improvised, so please refer to the latest revision whenever possible.

    Best Regards

    santosh