Part Number:MSP432P401R
Tool/software: Code Composer Studio
Hi,
I want to know the way to disable except for SRAMbank0.
I used this method -> " SYSCTL->SRAM_BANKEN = SYSCTL_SRAM_BANKEN_BNK0_EN; "
However, when all the SRAM banks are used and only SRAM bank0 is activated, there is no difference in the energy consumed...
As the datasheet shows, there must be a clear difference in the energy consumed in both cases...