GPIO group configuration

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

GPIO group configuration

Jump to solution
730 Views
gschelotto
Contributor V

Hi,

I have to configure more than 40 independent GPIOs on MKE02Z64VLH4 mcu. Currently I'm using PE-KDS 3.0 to configure each port (input/output, initial value and so on) but I wonder if there is other (agile) way to do it.Any hints?

Thanks in advance,

gaston

0 Kudos
1 Solution
579 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi

Please check the GPIO_LDD component, which could set multiple pins function in bit fields.

2016-04-07_14-00-00.jpg

Wish it helps.

Have a great day,
Ma Hui
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
3 Replies
580 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi

Please check the GPIO_LDD component, which could set multiple pins function in bit fields.

2016-04-07_14-00-00.jpg

Wish it helps.

Have a great day,
Ma Hui
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
579 Views
gschelotto
Contributor V

Ma Hui, You were right. I've added scattered GPIOs using different Bit fields in GPIO_LDD component. This is okay for me.

thanks,
gaston

0 Kudos
579 Views
gschelotto
Contributor V

Hi Ma Hui,

Thanks, I can see GPIO_LDD is useful when data bus implementation is needed. However in my case I have to configure lot of scattered GPIOs and I have to control them individually. So far I've been doing it with BitIO_LDD but configuring more than 40 GPIOs using this component is a bit tedious. Any suggestion without PE?

regards,

gaston

0 Kudos