> What kind of memory QSPI do you have?
NOR Flash W25Q128FWPIG
> What kind of version of Jlink driver have?
> Is the Jlink version "plus", "edu" or "normal"?
The problem is about MCU Link, standard version.
> What was the difference when you change the debugger? did you modify the code or the board?
No, it's the same configuration
> Could you install SPT to confirm there is a communication with the QSPI?
I have installed it and run a flash test there, output is:
### Check presence of FlashLoader ###
### Select FlexSPI NOR memory instance #1 using option on address 0x2000 ###
/opt/nxp/MCUX_Provi_v10/bin/_internal/tools/spsdk /opt/nxp/MCUX_Provi_v10/bin
/opt/nxp/MCUX_Provi_v10/bin/_internal/tools/spsdk/blhost -t 5000 -u 0x15A2,0x0073 -j -- fill-memory 0x2000 4 0xCF900001 word
/opt/nxp/MCUX_Provi_v10/bin
{
"command": "fill-memory",
"response": [],
"status": {
"description": "0 (0x0) Success.",
"value": 0
}
}
blhost succeeded
/opt/nxp/MCUX_Provi_v10/bin/_internal/tools/spsdk /opt/nxp/MCUX_Provi_v10/bin
/opt/nxp/MCUX_Provi_v10/bin/_internal/tools/spsdk/blhost -t 5000 -u 0x15A2,0x0073 -j -- configure-memory 9 0x2000
/opt/nxp/MCUX_Provi_v10/bin
{
"command": "configure-memory",
"response": [],
"status": {
"description": "0 (0x0) Success.",
"value": 0
}
}
blhost succeeded
### Configure FlexSPI NOR memory using options on address 0x2000 ###
/opt/nxp/MCUX_Provi_v10/bin/_internal/tools/spsdk /opt/nxp/MCUX_Provi_v10/bin
/opt/nxp/MCUX_Provi_v10/bin/_internal/tools/spsdk/blhost -t 5000 -u 0x15A2,0x0073 -j -- fill-memory 0x2000 4 0xC0000007 word
/opt/nxp/MCUX_Provi_v10/bin
{
"command": "fill-memory",
"response": [],
"status": {
"description": "0 (0x0) Success.",
"value": 0
}
}
blhost succeeded
/opt/nxp/MCUX_Provi_v10/bin/_internal/tools/spsdk /opt/nxp/MCUX_Provi_v10/bin
/opt/nxp/MCUX_Provi_v10/bin/_internal/tools/spsdk/blhost -t 5000 -u 0x15A2,0x0073 -j -- configure-memory 9 0x2000
/opt/nxp/MCUX_Provi_v10/bin
{
"command": "configure-memory",
"response": [],
"status": {
"description": "20107 (0x4e8b) FlexSPINOR: SFDP Not Found.",
"value": 20107
}
}
blhost failed
