S32K344 Makefile/FreeRTOS project

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

S32K344 Makefile/FreeRTOS project

723 次查看
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 项奖励
回复
1 回复

686 次查看
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 项奖励
回复