Hi!
I have a custom board with a Renesas Synergy S5D9 MCU connected with an external QSPI IS25LP128.
From the segger website I read that both the MCU than the QSPI are supported. Moreover the MCU is supported for external QSPI programming.
However when I try to read or load a binary file from/to the QSPI it fails with this message:
- Executing init sequence ...
- Initialized successfully
- Target interface speed: 4000 kHz (Fixed)
- CPU clock frequency: 1987 kHz (Auto detected)
- J-Link found 1 JTAG device. Core ID: 0x5BA02477 (None)
- Connected successfully
Reading target memory (0x60000000 - 0x60001000) ...
- Start of determining flash info (Bank 3 @ 0x60000000)
- ERROR: Error while determining flash info (Bank 3 @ 0x60000000)
- ERROR: Failed to read back target memory
Disconnecting ...
- Disconnected
Other details:
Thank you very much!
Cristian
I have a custom board with a Renesas Synergy S5D9 MCU connected with an external QSPI IS25LP128.
From the segger website I read that both the MCU than the QSPI are supported. Moreover the MCU is supported for external QSPI programming.
However when I try to read or load a binary file from/to the QSPI it fails with this message:
- Executing init sequence ...
- Initialized successfully
- Target interface speed: 4000 kHz (Fixed)
- CPU clock frequency: 1987 kHz (Auto detected)
- J-Link found 1 JTAG device. Core ID: 0x5BA02477 (None)
- Connected successfully
Reading target memory (0x60000000 - 0x60001000) ...
- Start of determining flash info (Bank 3 @ 0x60000000)
- ERROR: Error while determining flash info (Bank 3 @ 0x60000000)
- ERROR: Failed to read back target memory
Disconnecting ...
- Disconnected
Other details:
- I am using the last version of the J-Flash (6.46g)
- I am able to read and write the QSPI using a firmware on the S5D9.
- The QSPI interface of the MCU can be mapped to 3 different group of pins (2 with our package). We are using the "C" mapping (P207, P208, P209, P210, P211, P214). Does JFlash try all the possible interfaces?
Thank you very much!
Cristian