GPIO defines

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

GPIO defines

940 Views
nobodyKnows
Contributor III

Hello,

I generated a pin_mux.h with MCUXpresso Config Tool V6 for a KL27Z256. The generated code looks good but it is only for GPIO and not for FGPIO. Is there a way to generate defines for both GPIO and FGPIO?

Thanks a lot and best regards,

Maximilian

0 Kudos
2 Replies

786 Views
Lukas_Heczko
NXP Employee
NXP Employee

Hi Maximilian,

Sorry for delayed response. Indeed, FGPIO register aliases were not considered in MCUXpresso Pins tool so far. We will include it in next version of MCUXpresso Configuraiton Tools. Thank you for your feedback!

Thank you,

Lukas

0 Kudos

786 Views
nobodyKnows
Contributor III

It seems there is no offical solution but I modified the code generation script to do this.

The script is in this folder:

C:\ProgramData\NXP\mcu_data_v6\processors\MKL27Z256xxx4\ksdk2_0\scripts\pins

0 Kudos