• Current Variation due to Functional Unit activation or deactivation
    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...
  • How the current consumption is affected by instruction address
    Hello to all, I am willing to know the variation in the current consumption due to the instruction address. Therefore I have performed two experiments, first time filled the pipeline with a 32-bit instruction...
  • VTOR: offset address configuration
    Core: Cortex-M4F Do I need to configure vector table offset address to 0xnnnn_n 000? In case of 0x3080(Flash region), the program jump to unexpected code. I think it is caused by mismatching between vector...
  • Difference in the current consumption for different register place for few instructions
    Hello to all, While working on different assembly instructions, I have come across a very different problem of the register's place. For example: SBC r11,r7,r11 : 3.0217mAmps but SBC r11,r7,r7...
  • How to get to know the exact instruction address or find the instruction address for least current consumption?
    Hello to all, In order to measure the current variation due to instruction address location. I filled the memory with NOP instructions and tried to observe the variation in the current consumption due...