Hello,
I am trying to find the NXP HAL user manual for the S32K1XX microcontroller family that details the high-level functions allowing configuration and operation with these microprocessors without needing to know anything about handling the registers. Additionally, I would like to know if there are any application examples using this high-level HAL library. I intend to develop applications where low-level details are completely abstracted.
Unfortunately, I have not been able to find either. Does anyone know where I could download them, ideally a PDF file with the HAL manual and a repository with example projects explaining how to use it?
Thank you very much in advance for the information.
It is very strange that to access the documentation, one has to have an installation. Don't you have a documentation repository from which I can download a PDF file, like practically all microcontroller manufacturers have?
Hi @JorgeSans,
Even after the installation, the driver manuals are not very detailed, the SW is open source so you can refer to the source code.
There are some RTD trainings on the RTD webpage:
Since the S32K1xx RTD is very similar to the S32K3xx RTD, you can refer to the S32K3xx training.
Regards,
Daniel
Don't you have a link to a documentation repository or a PDF file that explains the HAL, just like practically all microcontroller manufacturers have? "It is very strange that to access the documentation, one has to have an installationm.
Hello @JorgeSans,
There are legacy SDK and MCAL drivers.
And new RTD drivers that include both MCAL and Low-level Ip drivers (equivalent to SDK).
All the available documentation can be found in the installation directory.
Please read the release notes that can be downloaded with the SW.
Regards,
Daniel