NXP LPC54S018 Development board (LPCXpresso54S018)
Using the NXP IDE with my J-Link Plus Compact, I get connection errors, so I thought I'd try with Ozone.
The JLinkGDBServerCL commandline is as follows:
'C:\Program Files\SEGGER\JLink\JLinkGDBServerCL.exe' -SettingsFile "C:\open\nxp_workspace\lpcxpresso54s018_freertos_hello\Debug\lpcxpresso54s018_freertos_hello JLink Debug SettingsFile.jlink" -nosilent -swoport 2332 -select USB=851001883 -telnetport 2333 -singlerun -endian little -noir -speed 4000 -port 2331 -vd -device LPC54S018 -if SWD -halt -reportuseraction
I've attached the settings file. Running it in PowerShell it sems to connect to the LPC and open a GDB server correctly.
Trying to get it working under Ozone, I set things up as default for the LPC54S018 and get the following error:
Debug.Start();
Device "LPC54S018" selected.
Could not measure total IR len. TDO is constant high.
Failed to identify target. Resetting via Reset pin and trying again.
Could not measure total IR len. TDO is constant high.
Could not measure total IR len. TDO is constant high.
Failed to identify target. Resetting via Reset pin and trying again.
Could not measure total IR len. TDO is constant high.
Connection failed.
How do I set up ozone to match the settings in the SettingsFile?
Using the NXP IDE with my J-Link Plus Compact, I get connection errors, so I thought I'd try with Ozone.
The JLinkGDBServerCL commandline is as follows:
'C:\Program Files\SEGGER\JLink\JLinkGDBServerCL.exe' -SettingsFile "C:\open\nxp_workspace\lpcxpresso54s018_freertos_hello\Debug\lpcxpresso54s018_freertos_hello JLink Debug SettingsFile.jlink" -nosilent -swoport 2332 -select USB=851001883 -telnetport 2333 -singlerun -endian little -noir -speed 4000 -port 2331 -vd -device LPC54S018 -if SWD -halt -reportuseraction
I've attached the settings file. Running it in PowerShell it sems to connect to the LPC and open a GDB server correctly.
Trying to get it working under Ozone, I set things up as default for the LPC54S018 and get the following error:
Debug.Start();
Device "LPC54S018" selected.
Could not measure total IR len. TDO is constant high.
Failed to identify target. Resetting via Reset pin and trying again.
Could not measure total IR len. TDO is constant high.
Could not measure total IR len. TDO is constant high.
Failed to identify target. Resetting via Reset pin and trying again.
Could not measure total IR len. TDO is constant high.
Connection failed.
How do I set up ozone to match the settings in the SettingsFile?