s32k-324 Gpio driver to Read/Write on registers

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

s32k-324 Gpio driver to Read/Write on registers

Jump to solution
674 Views
Sanchita_Kochar
Contributor II

Can I please get the gpio driver to read from registers and write to registers for S32K-324?

0 Kudos
1 Solution
651 Views
danielmartynek
NXP TechSupport
NXP TechSupport

The RTD drivers in the S32DS IDE have graphic configuration tool which allows you to configure the pins, etc.

Then, you just need to initialize the drivers in the code.

There are APIs for that.

Again, please refer to the examples.

 

Regards,

Daniel

 

 

 

View solution in original post

3 Replies
653 Views
Sanchita_Kochar
Contributor II

How to Configure a pad for use as general purpose output.?

 

0 Kudos
652 Views
danielmartynek
NXP TechSupport
NXP TechSupport

The RTD drivers in the S32DS IDE have graphic configuration tool which allows you to configure the pins, etc.

Then, you just need to initialize the drivers in the code.

There are APIs for that.

Again, please refer to the examples.

 

Regards,

Daniel

 

 

 

660 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @Sanchita_Kochar,

There are RTD drivers for S32K324 (S32 Design Studio 3.4 IDE)

https://www.nxp.com/design/automotive-software-and-tools/real-time-drivers-rtd:AUTOMOTIVE-RTD

Refer to the following examples (The IP drivers are not compatible with Autosar, the rest of it is).

danielmartynek_0-1674118045908.png

 

Let me know if you have any questions,

 

BR, Daniel