This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Low Power Cortex M?

I am looking for the lwest power Cortex M-?

I don't want to spend years searching the internet for a low-power ARM Cortex controller.

Does anybody know of one?

(And yes, it is Keil related since I'll be using Keil to program it)

Thanks,

--Cpt. Vince Foster
2nd Cannon Place
Fort Marcy Park, VA

Parents
  • Battery Size is TBD dependent upon the electronics, but so far the calculated budget allows for a 32 hours on a 2800mA/H LiIon: in what I think is 'worst case'. But of course simulation versus the real thing can be wrong.

    Per is right about the external peripherals' power usage. Those have been addressed and mitigated.

    A purpose behind knowing a low-power Cortex is an evaluation of the actual MIPS truly needed to accomplish the same goal as a 'fast' 8051.

    Like cars, you'll find that they size the gas tank to ensure at least 300 miles between refueling to prevent the owner from thinking it is a gas hog, or get annoyed by constantly going to the gas station.

    The same will happen on this project. I don't want the customer spending 'too much time' charging the unit.

    Although I said before, that 24 hour mark is for the heavy user who uses it for 8+ hours at a time, while the typical user would use it for about an hour at a time.

    Another aspect of the project is to convert the discrete CPUs (uCs) into an FPGA fabric. Thus the code-monkey-book shall be followed to make that "C" to VHDL transition... then I'll clock it down to reach for optimal battery life while still maintaining performance.

    --Cpt. Vince Foster
    2nd Cannon Place
    Fort Marcy Park, VA

Reply
  • Battery Size is TBD dependent upon the electronics, but so far the calculated budget allows for a 32 hours on a 2800mA/H LiIon: in what I think is 'worst case'. But of course simulation versus the real thing can be wrong.

    Per is right about the external peripherals' power usage. Those have been addressed and mitigated.

    A purpose behind knowing a low-power Cortex is an evaluation of the actual MIPS truly needed to accomplish the same goal as a 'fast' 8051.

    Like cars, you'll find that they size the gas tank to ensure at least 300 miles between refueling to prevent the owner from thinking it is a gas hog, or get annoyed by constantly going to the gas station.

    The same will happen on this project. I don't want the customer spending 'too much time' charging the unit.

    Although I said before, that 24 hour mark is for the heavy user who uses it for 8+ hours at a time, while the typical user would use it for about an hour at a time.

    Another aspect of the project is to convert the discrete CPUs (uCs) into an FPGA fabric. Thus the code-monkey-book shall be followed to make that "C" to VHDL transition... then I'll clock it down to reach for optimal battery life while still maintaining performance.

    --Cpt. Vince Foster
    2nd Cannon Place
    Fort Marcy Park, VA

Children