Hello to all,
I would like to measure the current variation due to Functional Unit activation and deactivation. Can anyone help me out with the assembly program or the code through which I can measure this? I am using LPCXpresso 54114 board(ARM Cortex-M4).
Kindly, help me out with this. I read the various documentation but didn't get a clear picture.
Thanking you,
Regards,
Himanshu
In NOP instruction sequence there is no write to register bank so all registers could be clock gated.
When a sequence of ADD instructions are executed, the result of the ADD need to be stored and hence the power used by the register bank would be higher (destination register need to be active every cycle).
regards,
Joseph
Hello Mr. Yiu,
Thank you so much for the explanation. It is really helpful.
Thank you once again,