Hi,
I am having problems setting the word length of the SPI channel 0 buffer to 32 bits from the default 8 bits it comes in. When I do via S32 config studio. The clock is stuck on low as seen on the logic analyzer, although the data I am writing is unit8 at that point.
When I change the data I am writing to the buffer to uint32 from uint8 the model wouldn't compile because the SPI block is expecting uint8 even after I've changed it to 32.,
regards.
So I guess my question is can the SPI be configured for 32 bit word length,
btw my reference examples are: Asynchronous polling Master and Asynchronous Interrupt Master
from the Library browser in Simulink
thanks