This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Application core

128 MHz or 64 MHz operation is mentioned in the specification (page ii). However, can MCU be capped at around 12MHz? How about the current consumption?

Parents Reply
  • Hello,

    Zephyr enters an idle thread that puts the device in System ON mode automatically when there is nothing else to do, so you as the app developer can focus on optimizing the application code (i.e. reduce execution time).

    Tom Chiang said:
    Furthermore, can I calculate the current consumption while doing so? After all, a decrease in power consumption is all we need. 

    To make an estimate you first have to determine how much time is spent executing code and how much is spent in sleep. Segger SystemViewer is a tool which may help you visualize this. 

    Typical system CPU and sleep run currents can be found in the product specification here: Current consumption

    Edit: I would also recommend you take a look at the Power optimization section of the Application development chapter in the NCS documentation.

Children
No Data
Related