Hello experts,
I am working on i.mx93 in which cortex-a55 is running Linux, here at cortex-m33 side I want to use flexio moules as felxio-pin (as gpio to toggle one pin), so for that I am using flexio_pin_led_output example code from this SDK_2_14_2_MIMX9352xxxxM. But after reading readme.txt file I found below things.
Note
Please run the application in Low Power boot mode (without Linux BSP).
The IP module resource of the application is also used by Linux BSP.
Or, run with Single Boot mode by changing Linux BSP to avoid resource
conflict.
1. In Linux dts file I have not enabled any flexio related node, so my query is that is it safe to access flexio at cortex-m33 side?
2. Here I am worrying because readme.txt file denotes that The IP module resource of the application is also used by Linux BSP. but I am not able to find where it is.
3. In nutshell my task is to safely access flexio from cortex-m33 side.
PS: I am referring imx93-11x11-evk.dts file that I have attached below.