mspi_timing_change_speed_mode_cache_safe() function
Switch MSPI into low speed mode / high speed mode.
Syntax
void mspi_timing_change_speed_mode_cache_safe(bool switch_down); Notes
This API is cache safe, it will freeze both D$ and I$ and restore them after MSPI is switched For some of the MSPI high frequency settings (e.g. 80M DDR mode Flash or PSRAM), timing tuning is required. Certain delays will be added to the MSPI RX direction. When CPU clock switches from PLL to XTAL, should call this API first to enter MSPI low speed mode to remove the delays, and vice versa.