Hi Mike,
When you want to send frames larger than 32 bits thinks are more complicated an not straight forward.
You have 2 options: use continuous mode where you can glue multiple frames by handling CS
configure larger frame size in hardware, but your receive/transmit buffer must be multiple of 32.
I think you are on second option. I expected some problems in understanding how driver should be used in this case and our documentation contains some explanations. You can check our full documentation by opening doxygen file from source code folder or by checking HTML documentation.

As a conclusion if your case you have to align your buffers to 4 bytes and to set that parameter to 8 or multiple of 8.
Best regards,
Razvan