Hi,
I would like to start working with FRDM-KW36, but unfortunately I got stuck at the beginning ...
When I click "Debug" button, MCUExpressois showing me an error like in attachment.
I use version v11.1.1_3241, I checked firewall, I tried to remove *.launch in project workspace but still without success.
I reflash OpenSDA according to the link:
OpenSDA Serial and Debug Adapter | NXP
But it doesn;t work still.
In err2.png (in attachment) you can see the error from the console in MCUExpresso.
Hi Adrian
Could you please check this link down below?
Fix for GDB and “The system tried to join a drive to a directory on a joined drive” | MCU on Eclipse
If you need more information, please let me know.
Jose
I know this link, but unfortunately it looks different for me and there is no this checkpoint to mark.
I think is a GDB issue
I have installed python 2.7 with included python path in system enviroment. (python 3.x is not installed)
There is also a Python path in the project preferences.
Manual connection via GDB works, the problem only occurs in MCUXpresso.
And in this way I found a bugg, JLink server is not started by MCUXpresso in debug mode.
When SEGGER J-Link GDB Server is running manually as a separate program, then debugging is works fine in MCUXpresso.
Could you check and verify it in the next release of MCUXpresso?
Hi Adrian
I'm glad to hear that you found the issue and that you can work on your project. Thank so much for your feedback, it's very important for us.
If you have more problems in the future, please let me know.
Jose
Hi Adrian
Could you please try the following steps?:
If you have any problem with this process, or if you need more information, please let me know.
Jose
Now is better, but....
MCUxpresso can detect the board via J-Link, I can erase memory, program new software, but debugging doesn't work.
When I try debug:
Hi Adrian
Could you please check if you have the latest OpenSDA version (v2.2) in your board?
If you don't, could you please try downloading and programming it to your board? You can find it in this link. Please, follow the instructions in the page. Also, could you please make sure that your drivers are updated? The links for the Segger and CMSIS-DAP drivers are in the page.
If you have any problem with this process, or if you need more information, please let me know.
Jose
If I understand correctly, I can choose whether to upload Segger or DAPLink?
When DAPLink 2.2V is programed:
Drivers are installed
And the red LED on the board lights up
When Seger is programed (last wersion form 2019-06-03 and driver 6.72c), then I can read and program board.
But when I click Debug (blue one)
Drivers are installed
The red LED on the board is no longer lit.
Of course I can develop program like that, but without a debugger it is completely uncomfortable...