cancel
Showing results for 
Search instead for 
Did you mean: 

Generation of Stm32mp157A Interrupts At Uboot Level.

Sindhu Vadde
Associate III

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 .

1 REPLY 1
PatrickF
ST Employee

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.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.