Hello,
I need to send the SPI message as described below:
I already set up the SPI config block as below:
However the SPI Master Transfer block is frozen for 8 bit data as can be viewed:
How can I do to transfer this SPI message with 24 bits frame?
Kind Regards, Rafael Barbosa
Hello ext-rafael.barbosa@chassisbrakes.com,
You should use an uint8_t array - e.g.: DataStoreMemory block, uint8 type with value [1,2,3] for example - 3 x 8bits or a Constant block (the same, value [1,2,3] and type uint8).
Please let me know if you are having other issues with it.
Kind regards,
Razvan.