A core SDK version :6.1.55
M core SDK version:2.14
The first test:using flash.bin(make by make SOC=iMX9 flash_singleboot_m33) to start both A and M cores,then M core cannot control the GPIO(Test using M-core GPIO routine),However, other peripherals such as the SPI IIC work properly
The secord:using flash.bin(make by make SOC=iMX9 flash_singleboot) to start A cores,start M kernel using elf link file,then The M core can control GPIO normally
The third:In the uboot phase, load the firmware for gpio control (.bin format) to m33 and run m33 to control gpio normally
The above test methods are based on IMX93-EVK test,Do you have the general idea and solution of the positioning problem? Thank you
#IMX9352