|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Directories | |
| inc | |
| src | |
The #150 power-saving model in its simplest demonstrable form: for a static e-reader page – text shown, waiting for a tap – the Cortex-M85 @ 1 GHz is wasted, so it hands the page to the Cortex-M33 @ 250 MHz and parks. Power saving means dropping to the slow core.
The M85 never drives LED1 or the page number after the handoff, so a toggling LED and a climbing heartbeat are honest proof that the M33 is the live core while the M85 sleeps.
What is landed here is the handoff, the slow-core hold loop, the LED indicator and the SW1 page-turn. What no emulator can supply is the real on-bench battery delta of the park (#30), which is the entire point of the exercise. The real GLCDC display-plane and framebuffer handoff to the M33, in place of the page marker, is the other open half of #150.