Hi,
I'm using Renesas RA6M3 mcu and I'm having trouble selecting Loader on pin P207-P214 for QSPI programming.
As IDE I'm using e2studio RA and I have attached .jlink and .log files.
In .jlink it seems Loaders file is correctly configured:
Loaders="BankAddr=0x60000000&Loader=CLK@P214_nCS@P207_D0@P211_D1@P210_D2@P209_D3@P208"
as the log reports:
T4F30 000:044.943 JLINK_ExecCommand("ProjectFile=C:\...\UVC/UVC Debug_Flat.jlink", ...).
T4F30 000:053.554 Flash bank @ 0x60000000: Stored loader selection. Loader = CLK@P214_nCS@P207_D0@P211_D1@P210_D2@P209_D3@P208
The log continues:
T4F30 000:079.268 ConfigTargetSettings() start
T4F30 000:079.296 J-Link Script File: Executing ConfigTargetSettings()
T4F30 000:079.315 Flash bank @ 0x60000000: New loader selection will not have any effect until debug session restart because device is already selected. Loader = CLK@P214_nCS@P207_D0@P211_D1@P210_D2@P209_D3@P208
T4F30 000:079.326 Flash bank @ 0x60000000: Rejected loader selection because control panel override is active for this flash bank. LoaderRejected = CLK@P214_nCS@P207_D0@P211_D1@P210_D2@P209_D3@P208
T4F30 000:079.338 ConfigTargetSettings() end - Took 42us
I think this is no problem because the pins set is already the correct one.
Upon entering debug, Memory view shows all 0s at 0x60000000.
If I restart debug (without stopping), the Memory view shows the content of the QSPI but it has not been programmed entering debug.
Thanks for any help on this matter,
FP
I'm using Renesas RA6M3 mcu and I'm having trouble selecting Loader on pin P207-P214 for QSPI programming.
As IDE I'm using e2studio RA and I have attached .jlink and .log files.
In .jlink it seems Loaders file is correctly configured:
Loaders="BankAddr=0x60000000&Loader=CLK@P214_nCS@P207_D0@P211_D1@P210_D2@P209_D3@P208"
as the log reports:
T4F30 000:044.943 JLINK_ExecCommand("ProjectFile=C:\...\UVC/UVC Debug_Flat.jlink", ...).
T4F30 000:053.554 Flash bank @ 0x60000000: Stored loader selection. Loader = CLK@P214_nCS@P207_D0@P211_D1@P210_D2@P209_D3@P208
The log continues:
T4F30 000:079.268 ConfigTargetSettings() start
T4F30 000:079.296 J-Link Script File: Executing ConfigTargetSettings()
T4F30 000:079.315 Flash bank @ 0x60000000: New loader selection will not have any effect until debug session restart because device is already selected. Loader = CLK@P214_nCS@P207_D0@P211_D1@P210_D2@P209_D3@P208
T4F30 000:079.326 Flash bank @ 0x60000000: Rejected loader selection because control panel override is active for this flash bank. LoaderRejected = CLK@P214_nCS@P207_D0@P211_D1@P210_D2@P209_D3@P208
T4F30 000:079.338 ConfigTargetSettings() end - Took 42us
I think this is no problem because the pins set is already the correct one.
Upon entering debug, Memory view shows all 0s at 0x60000000.
If I restart debug (without stopping), the Memory view shows the content of the QSPI but it has not been programmed entering debug.
Thanks for any help on this matter,
FP
The post was edited 1 time, last by fpro_ssg ().