GPIO Driver

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GPIO Driver

246 Views
Rakesh_Kumar-Thakur
Contributor II

Hi NXP

As per M33 SDK the GPIO driver is available in the path /M33 Sdk /imx93-SDK/boards/mcimx93 evk/driver_examples but after installing The SDK I didn't find any driver examples for GPIO. Can I find any other examples of GPIO.

0 Kudos
Reply
2 Replies

227 Views
Alejandro_Salas
NXP TechSupport
NXP TechSupport

Hello @Rakesh_Kumar-Thakur 

I hope you are doing well.

 

Actually the example is under /M33 Sdk /imx93-SDK/boards/mcimx93 evk/driver_examples/rgpio/led_output.

 

The gpio driver for M33 now is called RGPIO (Rapid General Propose Input Output).

 

Also you can refer to this post: https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/GPIOs-Interrupt-i-MX93-M33/ta-p/1909424

 

There is explained How to properly configure an GPIO as input with IRQ.

 

Best regards,

Salas.

193 Views
Rakesh_Kumar-Thakur
Contributor II

Hello @Alejandro_Salas 

Thank you so much for provide very helpful support

 

Best regards

Rakesh