Hi,
As described here, I could successfully program Cortex-M4 core of iMX8mq with segger JLink programmer via Jtag. This scenario was done in command line and now I want to do the same thing in mcuXpresso IDE.
I have created a generic Cortex-M4 project and have built it as the toolchain is arm-none-eabi-*. Now I want to create a debug configuration but it says:
"unable to find matching SEGGER J-Link device for "Generic-M4". please edit the launch configuration to add an appropriate device from the list of available devices"
When I click on OK, It says:
The launch configuration 'test Debug' is incompatible with this version of MCUXpresso IDE. Migrate the launch configuration to the supported format?
I click on yes, and it says:
Deprecated launch configuration attributes will not be migrated to the new attributes; the new attributes will be set to their default values.
After all these steps, when I want to debug project by click on the debug configuration, it says:
The launch configuration "test Debug" could not be migrated and it should be deleted
My question is that:
How to create a debug configuration for a generic Cortex-M4 project in MCUXpresso IDE? The debugger is SEGGER J-Link and I want to do the same thing described here in command line form BUT in MCUXpresso IDE with graphical features
Thanks in advance for your help