Team,
I have an NXP S32K312 EVB and I am using MBDT. I tried flashing an example for SPI (SPI Asynchronous Transfer S32CT) and was able to check the master_send, master_recv on Free Master and confirmed the data transfer.
Now, for the application that I am working on, I have to send 16 bit data to be able to communicate. I used the same example and started to tailor it to my needs and I keep getting errors when trying to build the model saying that the block SPI_SetupEB can only take uint8. I tried to use S32 Config tool and changed the
SpiChannel_0/SpiDataWidth from 8 to 16 but it is of no help, can you please let me know how I can overcome this issue?