Hello, I am using the S32K312 processor. In the RTD layer, why aren't the declarations prototypes of SPI interrupt functions defined in the header file? In other modules, functions prototypes are defined in the headers.
Solved! Go to Solution.
Hi @rexoplans
To find the .h file, I checked the Lpspi_Flexio_Ip_Transfer_S32K312 example of the RTD 2.0.3, but I also confirmed this with the same example, but for the S32K344 in version 3.0.0.
Hi @rexoplans
The definitions of the LPSPI interrupt can be found in the RTD file of the project -> scr -> Lpspi_Ip_Irq.c file.
B.R.
VaneB
What is the version?
Hi @rexoplans
To find the .h file, I checked the Lpspi_Flexio_Ip_Transfer_S32K312 example of the RTD 2.0.3, but I also confirmed this with the same example, but for the S32K344 in version 3.0.0.