hi bpe
thanks for helping. Just now, I solved the problem.
I get the configuration table from simplePQRS_SJA1105QS.c,just like this
static uint8_t configBurst0_0[65*4] = {0x80,0x20,0x00,0x00,...}
static uint8_t configBurst0_1[65*4] = {0x80,0x20,0x04,0x00,...}
static uint8_t configBurst0_2[65*4] = {0x80,0x20,0x08,0x00,...}
static uint8_t configBurst0_3[29*4] = {0x80,0x20,0x0C,0x00,...}
Then,i use spi send the table into sja1105, i read the register value successfully, and it work well.
.