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!