Hi,
I am trying get an estimate of the power consumption of the microcontroller on a F28335 based board. As it stands, I have following I/Os and peripherals connected on the board:
1. 12 GPIOs configured as 12 PWM channels
2. 16 GPIOs configured as inputs (connected to buffers)
3. 8 GPIOs configured as outputs (connected to buffers)
4. Two SCI modules
5. SPI module
6. All 16 ADC channels
7. One eCAP module
Other GPIOs are left floating and configured as outputs.
In a typical usage scenario, following I/Os are being used for the target application:
1. 8 PWM channels
2. One SCI module
3. 8 digital inputs
4. 1 eCap module
5. 7 ADC channels
6. SPI module
Based on the above, is there a way to approximate the power consumption of the processor? I do not need an exact figure, but something in the ballpark would be ok. An answer such as <100mW or <200mW or something similar is what I am looking for. Can somebody help?
If any other information is needed to get an estimate, I can try to provide that.