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.

C67x bootloader aftermath



Hi everybody,

I have a question about the C6748 Bootloader application. According to th SPRAAT2F Application Note (Using the C67x Bootloader -  www.ti.com/.../sprabb1c.pdf), after the Jump & Close command the bootloader transfers control to the user application that has been copied to the DSP's memory. The actual description of this command is:

"The Jump & Close command is used to mark the end of AIS. On receiving this command, the bootloader
closes the boot peripheral, restores the selected configurations of the device to its default state, and then
transfers control to the user application."

So, if I configured the clocking system of the C6748 and the DDR2 controller through bootloader commands, does the previous paragraph mean that PLL0, PLL1 and the DDR2 controller are always restored to their default state after the Jump&Close command is issued? I mean, if the bootloader configured the previous peripherals to initialize a section that resides within the DDR2 addressing space, would that section be lost after this command? In that case I would need a secondary bootloader right?

Thank you very much in advance.