I cann't find where DSP_BOOTMODE_NOBOOT is defined in DSPLINK loop example. SoI cann't sure the DSP_BOOTmode, please help me. Thank you.
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.
Hi Chen Hong,
Not sure if I understand your question fully. The different supported boot modes are listed in dsplink/gpp/src/inc/usr/linkcfgdefs.h. If you are referring to the macro DSP_BOOTMODE_NOBOOT in the dsp-side source file I think you can add the #define statement yourself to enable it. Note that the loop sample is typically run with the host processor booting the DSP. Only when you don't want that default behavior would you need to enable NoBoot mode.
Best regards,
Vincent