• How to start cpu in ARMv7 baremetal environment?

    Levente
    Levente

    I am using an Allwinner H3 SoC (on a zeropi board) and I want to start up a secondary core without using an OS.
    I am trying to use the SMC call CPU_ON, using the following code:


    smc_call(0x84000003, 0x02, (void*)blink, 0);


    Where I use the assembler routine…

    • 4 months ago
    • Processors
    • Cortex-A / A-Profile forum