Tool/software:
Hi team,
I'd like to read GPIO in "mcu_plus_sdk\examples\drivers\boot\sbl_ospi\am243x-lp\r5fss0-0_nortos\main.c", before Bootloader open.
I tried two way to read GPIO.
First way,
including <string.h> and memcpy from address 0x601020.
Second way,
However, I couldn't read any GPIO state by both way.
It's able to read gpio in the SBL?
Best regards,
Oyama