I want to use NXP S32K144 MCU via NXP Matlab ToolBox, but am not able to get understanding for which all RTD packages is their support package.
There are 3 RTD packages for S32K144:
Which has 2 RTD packages in it:
---> Autosar MCAL RTD layer
----> Peripheral IP layer RTD package(which is non autosar only but inside autosar package).
So, MATLAB toolbox has support of which RTD packages??
Would be waiting for reply as ealry as possible
Hello @gkunalupta
The MBDT for S32K1, generates code to access hardware on top of the S32SDK for S32K1, not RTD. MBDT for S32K1 provides also configuration blocks, which generates code to configure the peripherals and does not provide integration with any configuration tools. This approach is what we mark as legacy.
For newer platforms, like S32K3, S32M2, E32ZE, etc. we provide integration with RTD, over the MCAL Layer and provide integration with S32 Configuration Tools or EB Tresos.
Hope this helps,
Marius