Hi,
I found out that another interrupt is also weird
The PIT notification should be called every 1ms, and I flip a 1ms flag in the callback function as follow
void Gpt_PitNotification_PIT0_CH0(void) {
fs_f_us1msFastTask ^= 1;
}
The flag record by lauterbach as the figure attached.

In my point of view, I would say that there's someone has higher priority of the PIT or SPI.
Attached is the configuration of interrupts, I can't find any clue about it.
Please tell my if you have any further ideas.
Thanks a lot.