Hi,Robin
I think i have find the bug. It's the startup file problem.
the example twrkv58f220m_led_demo_tower_a000 use "startup_MKV58F24.S".
and normal example use "startup_mkv58f24.c".
the SDK support two different example based on "KSDK driver" or "transactional API".
the difference is "KSDK driver" use SPI0_IRQHandler directly, "transactional API" use SPI0_DriverIRQHandler which not define in "startup_MKV58F24.S".
I hope NXP engineer can fix this bug. I waste nearly one week time on this problem, hope these can help other NXP users. Thank you!
Best Regards,
Roger