Hello,I was using JLink + Keil with no problem, until the following situation rise.Suddenly, my JLink is not working from KEIL, while it is working from JLink.exe and also from J-Flash Lite.So, is not an HW problem.Have you any tip?thx in advance
ARM7 does not support the SWD connection. you need to change it to JTAG. (the SW to JTAG)
You must have selected a wrong microcontroller in your µVision project. The J-Link driver for ARM7/9 devices does not offer a SWD debug interface selection.
Hello,
The solution came from other forum, but is got solve doing this:
i) I deleted the file "JLinkSettings.ini"ii)Tried to flash againiii) Choose the processorand it is up and flashing
thx