Hi,
I read in L138 Reference Manual that ARM and DSP must have the same frequency (pag. 150, Table 8-1, Note 1).
Is that correct?
best regards
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,
I read in L138 Reference Manual that ARM and DSP must have the same frequency (pag. 150, Table 8-1, Note 1).
Is that correct?
best regards
Yes that is correct. SYSCLK1(Input system clock to DSP) and SYSCLK6 (Input clock to ARM) have a fixed clock ratio of 1:1 so they must operate at the same frequency.
Regards,
Rahul
what would happen if I tried to change the DSP frequency? For example: DSP runs half of the ARM speed.
best regards
That scenario is not supported or tested. The design was made with synchronizers in place that expect 1:1 ARM : DSP frequency. Running them asynchronously or running them at different than 1:1 frequency can lead to instability in data movement etc.