Good morning,
I need to perform a 24-bit SPI transfer with mcxc242, with the clock in continuous mode.
How can I do this?
I tried making 3 packets of 8 in this way:

and 2 packets of 16 in this way:

As you can see from the images, using SPI_MasterTransferBlocking() sends me the clock for each data packet, but I need the clock to be continuous for 24 consecutive bits.
How can I get the clock to be continuous as in the image below?

Many thanks for any replies.
Best regards