Hello World!
need help to added this controller to arduino IDE S32K358GHT1MJBST please. Any advice please?
Thanks
The PJRC Teensy 4.1 is a high-end NXP Cortex-M7, so their code is probably a good place to start looking. NXP has absorbed a lot of other companies; I'm not sure how much the S32K series is related to the i.MX series used on Teensy. Some of it will depend on how much of Arduino you want to support, and how much of the chip features you want to support...
Hi @engineer_xxx. You will find the Arduino Platform Specification to be a useful reference if you are creating a new Arduino boards platform:
https://arduino.github.io/arduino-cli/latest/platform-specification/
Thanks for your support team. Like what (ptillisch) said its best to create board library for the chip and everything will be good to go.
Thanks for everyone support here
You are welcome. I'm glad if I was able to be of assistance.
Best wishes for success if you are undertaking the endeavor of creating a new Arduino boards platform for this microcontroller! If you do end up making one, please let us know. I'm personally very interested in this as I have a hobby of keeping a list of all the Arduino boards platforms, and I'm sure other forum members would like to know about it as well.
Regards, Per