esp_vfs_write (a.k.a "write") is not in IRAM, so placing just the ISR callback into IRAM doesn't make the callback IRAM-compatible.
esp_vfs_write (a.k.a "write") is not in IRAM, so placing just the ISR callback into IRAM doesn't make the callback IRAM-compatible.