Hello @liuqimin
The sending order is 0 1 2 3 4, I have replicated your mentioned scenario and had a look on the bus with a logic analyzer.


The SPI will send the uint8_t array and then stop, as you can see in the previous screenshot. You have selected the Continous transfer option, so the CS pin is set low at the beginning of the transfer and set high at the end.
Also, I've noticed that the data type of your transferred variables is double, so please check to be uint8.
Hope this helps,
Marius