S32K344 Makefile/FreeRTOS project

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

S32K344 Makefile/FreeRTOS project

698 Views
segfaulty
Contributor I

We are interested in using S32K344 and purchased a S32K344-WB devel board.

Since our developers are mostly familiar with non-automotive ARM processors the roadmap includes FreeRTOS with SafeRTOS port once the prototype is working.
We want to use:

  • C++17
  • Makefile/cmake build env running on Linux
  • FreeRTOS
  • arm-none-eabi toolchain

I understand that any HAL/drivers will need to be written from scratch (we DONT want to use anything Autosar)

Is there any sample project available that checks some of those boxes? Basic makefile project with working linker script and startup would be immensely helpful in getting started quickly.

Thank you!

 

0 Kudos
Reply
1 Reply

661 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @segfaulty,

NXP provides only FreeRTOS driver that is an extension to the S32K3xx RTD drivers, which has also low-level IP drivers that are not Autosar compatible.

The driver is included in the S32K3xx reference software.

https://www.nxp.com/webapp/swlicensing/sso/downloadSoftware.sp?catid=SW32K3-REFSW-D

Unfortunately, there is no example of such a makefile.

 

Regards,

Daniel

 

0 Kudos
Reply