Hi,
I am developing an application for the DSP 6748 and I would like to disable the modules that the application is not using for avoiding interferences and save power.
I have checked that the modules are disabled in PSC but I am not sured about the difference between the SwRstDisable and Disable modules states. Both states have the clock off, but I am not sure about the difference in the reset. I understand:
- SwRstDisable: the module is reset and in case of going to Enable state the module starts in an init (reset) state
- Disable: the module is not reset and in case of going to Enable state the module starts in the previous state (before being disable)
Also I have some doubts in disabling SCR and BR.
- If the app does not use the HPI could I disable the SCR F0? affect to the SCR1?
- If the app does not use the HPI and EDMA, could I disable the SCR F5? affect to the SCR F6 and BRF3? I am using GPIOs and I do not want to disable the SCR F6
Thanks,
Lucía