-
I intend to integrate zephyr on the S32K388EVB-Q289 board which is based on the S32K388 MCU. I've seen that zephyr already supports MR-CANHUBK344 with the S32k344 MCU but since the S32K388 has additional features (such as more cores, bigger memory and extra peripherals), it seems that the existing S32K344 support wouldn't be directly compatible or sufficient for S32K388. I'm wondering if there are any plans in the future to add support for this in zephyr and also in the hal_nxp repository. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi @DianaT08, thanks for your interest! NXP is currently checking internally regarding S32K388 support and will update you as soon as we have more information. |
Beta Was this translation helpful? Give feedback.
Hi @DianaT08 , thanks for the follow-up.
To enable us to build and merge the SoC support, we would need at least one board to be supported upstream. The EVB is a great choice for this because it's commercially available and serves as a reference platform for validation and community use.
If your company is able to contribute support for the EVB board upstream, it would unlock the possibility for NXP to also upstream the necessary RTD drivers in the hal_nxp repository. This would not only benefit your integration efforts but also make it easier for the wider Zephyr community to adopt the S32K388.
If there's any flexibility around contributing the EVB board support, we'd be happy to collabo…