Hello Everyone,
I am working on a project involving the S32K344 microcontroller. While I know that S32 Design Studio is available for Linux, my team is aiming to use Visual Studio Code exclusively as the IDE for development on Linux, avoiding the use of S32 Design Studio altogether.
However, we are encountering several challenges and would greatly appreciate any insights or advice from the community.
Challenges and Questions:
Code Generation Outside S32 Design Studio
Toolchain and Build System
Debugging and Flashing
Maintaining Configuration Consistency
Goal:
Our ultimate goal is to migrate entirely to a lightweight, flexible development setup based on Linux and Visual Studio Code, while still leveraging NXP's tools or community best practices to simplify the workflow.
If anyone has attempted a similar setup or has any resources, documentation, or advice to share, it would be incredibly helpful!
Thank you in advance for your time and insights!
Best regards,
Sergio Mauro
Hi,
1. RTD code generation is not possible without S32DS. But the code generation can be used with EB Tresos.
2. You can re-use generated Makefiles and .args file from existing project
3. PE Micro has debug environment for Linux.
4. This is not possible without S32DS. Only way is manually edit generated files, but you will be not able add for example new drivers for peripherals and so on.