Skip to main content
Visitor II
August 14, 2021
Question

Generation of Stm32mp157A Interrupts At Uboot Level.

  • August 14, 2021
  • 1 reply
  • 659 views

Hi,

I want to generate Interrupts from Core0(First A7) to Core1(Second A7)in stm32mp157A at Uboot Level .We are using St distribution Uboot source Code.

Can Anyone Tell the Procedure for Generation of Interrupts .

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    September 6, 2021

    Hi,

    uBoot only execute in a single core. uBoot is not (and it never be) designed to run multicore. The second core is 'parked' in WFI after reset.

    The second core is started by the operating system kernel (see https://wiki.st.com/stm32mpu/wiki/STM32MP15_ROM_code_overview#Secondary_core_boot)

    Regards.