Middleware software for S32K1x SDK with processor expert needd

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

Middleware software for S32K1x SDK with processor expert needd

Jump to solution
1,319 Views
MichelF
NXP Employee
NXP Employee

Dear community,

I am looking for more middleware software for the S32K116.

Currently I use the S32 design studio v2.2 with latest S32SDK_S32K1xx_RTM_3.0.0 developed with processor expert.

Only middleware I can see is:

-LIN stack

-TCP/IP stack

-SBC drivers

I am missing drivers/middleware for the

- on board RGB LED

- push button switches

- Uart console

etc.

Is there any extension to the SDK I us or do I need to write those drivers on my own ?

Thank you.

Labels (1)
0 Kudos
1 Solution
1,292 Views
MichelF
NXP Employee
NXP Employee

Hi PetrS,

thank you for fast response.

I was just wondering whether there is official NXP provided middleware available.

Since there is not, I will use the provided examples you mentioned and create my own middleware.

Thank you!

Best regards,

MichelF

View solution in original post

0 Kudos
2 Replies
1,312 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

no middleware is there, use SDK peripherals drivers

- driving RGB use PINS_DRV, see "hello world" demo example
- push buttons, again , see e.g. "flexcan_encrypted_s32k116" demo
- UART use LPUART_DRV, see "lpuart_echo_s32k116" demo

BR, Petr

0 Kudos
1,293 Views
MichelF
NXP Employee
NXP Employee

Hi PetrS,

thank you for fast response.

I was just wondering whether there is official NXP provided middleware available.

Since there is not, I will use the provided examples you mentioned and create my own middleware.

Thank you!

Best regards,

MichelF

0 Kudos