I am working on the RA8D1 and trying to write a GUI image to external flash through the QSPI interface

Dear Renesas Teams

I am working on the RA8D1 and trying to write a GUI image to external flash through the QSPI interface

In my development environment, the external QSPI address is 0x9000 0000, and I stored the generated image at that address. I confirmed that the corresponding data was saved at 0x9000 0000 in the .srec file.

The compilation was successful under the environment shown below, but a problem occurred during debugging download with the E2 Lite.

Could you please help me identify what might be causing the issue?

Additionally, is it possible to access or use QSPI flash via E2 Lite?

.srec file (the GUI image saved at 0x9000 0000)

QSPI Device 1 Start 0x9000 0000

As shown in the image below, the image data was mapped to the QSPI address.

The program failed to download to the target device using E2 Lite during debugging.