Hello NXP support team,
I am trying to configure the S32K3XX RTD SPI driver for the 172 pin package using S32DS 3.4 update 3. But every time I add a new new pin/signal routing in the pins tool and build the project, I am getting an error as shown. Could you please help me with this?
NUM_OF_CONFIGURED_PINS0' undeclared here (not in a function): this is the error that pops up. Please do share your thoughts.
B R,
Gopika
解決済! 解決策の投稿を見る。
Dear @VaneB
Thanks for the reply. Will go through the examples suggested by you.
Also, I am using the non Autosar based development here. So if i use RTD, will an Autosar based application be able to use the lower layer configurations?
Regads,
Gopika
Hello,
Is there an emulation software that will help me test the s32k344 software without an evaluation board?
Regards
Gopika
The RTD controller can help users to use Autosar and Non-Autosar to develop their applications. For some complex controllers, users can also combine these two methods.
The example you are using is done in MCAL to implement the port function, and you don't need to configure Pins.
Take a look at Siul2_Port_Ip_Example_S32k344.
B.R.
VaneB
I am still confused as to how to proceed on creating a project for SPI module for communication with a slave? Should I start with the example for SPI-S32K344? If yes, 1) how to i incorporate Siul2_Port_Ip module to the SPI configuration project ?
2) In which module should I be configuring the desired port pins required for SPI communication? Is it Siul2_Port_Ip?
Kindly share your thoughts.
BR,
Gopika
Before using MCAL, I suggest to you start with the LPSPI_HalfDuplexTransfer or the LPSPI_Flexio_Ip_Transfer. These applications demonstrates the usage of Real Time Drivers.
The applications includes a Design Studio project, that uses predefined configurations for the IP layer only (Clock, Pin, Siul2, OsIf, Lpspi, IntCtrl, Flexio_Spi).
Dear @VaneB
Thanks for the reply. Will go through the examples suggested by you.
Also, I am using the non Autosar based development here. So if i use RTD, will an Autosar based application be able to use the lower layer configurations?
Regads,
Gopika
Yes it is possible, the RTD controller let users can also combine Autosar and Non-Autosar to develop applications.
Thankyou so much for your help and support. Really appreciate it.