Search Results

Search results 1-9 of 9.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hello Thank you for your support. Both statements are correct. Yes I wrote that with one hardware (JLINK Plus) and one software (XMCFlasher), I (or the JLINK) can not connect to target. The same hardware and another software (JLink commander) can connect to target MCU. So the problem is the combination hardware - software. The problem with the Jlink OB from the boot kit is that it has limited features : I can not get/set bmi with Jlink commander, and I was told to buy the full licensed Jlink.

  • Thank you. That was helpfull

  • Hello I have purchased a JLINK plus compact having much hope that it would behave better that the cheaper Jlink OB found on XMCBootkit. After much trouble with the XMCBootkit , now I am facing new problems with the JLINK plus. First : JLINK Plus does not connect with the target using XMC Flasher tool from Infineon. I know you will pass the problem on their side, but with XMCBootkit which has JLINK OB it can connect to the target. Using Jlink.exe I can indeed connect to the target but I can not e…

  • Hello I have got a JLink plus and SWD isolator From the User manual UM08021-R1, I understand that I can power the target from J-Link via SWD isolator "The target side draws power from pins 1 or 2, the emulator side draws power from pin 19. " Pins 1 or 2 are the pins from the target connector and pin 19 is from the emulator connector , right ? You do not say explicity which connector. I do not see any dc-dc isolator which can transfer power from emulator side to target side. If i power the target…

  • Hello I have observed from log files that when I execute from script file the loadbin command, Jlink also does a checkup if the binfile is already in MCU flash memory; then it is erasing it, andthen it programs the bin file; after that it checks again if the bin file is in the MCU memory. Right now I am erasing the chip and then use the loadbin command. It is safe to skip the erase step? Is the erasing embbeded into loadbin command equivalent to erase command ?

  • I have two XMC MCUs (XMC1302 and XMC1202) and I want to program them automatically. First I change BMI from ASC_BSL to SWD0, then I erase them and flash them. Initially I have used the process exit code , but that was not relevant. I was getting exit code 0 even if there was a problem (could not erase, could not flash) So I have enabled log file and now I try to extract from it usefull informations that can tell me if the operation was done successfully. What message should I search for, which c…

  • Hello Is it posibile to do debug using Segger ES simulator for an example which uses also BLE stack? More specific I am trying to debug the blinky example found in \nRF5SDK1702d674dde\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_blinky When I start the debugger, the CPU is running, if I pause the debugger (break) the code stops somewhere in disassembler ; and it never reaches any part of main or startup .s files.. I guess this is because the project somehow does not know how to load t…

  • Yes. I want to make production programming of XMC with a one button windows form programm . This programm will call that command line interface One more question. What Jlink should I buy in order to programm using a command line interface ? I saw there are many Jlink types. Will J-Link BASE (8.08.00) do the job? Is there needed another software which I should buy?

  • Hello I have a XMC Boot kit for XMC1300 I want to program with this kit another two MCUs (XMC1302 and XMC1202) , which are new with factory default BMI set to ASC_BSL Jlink.exe can not connect to these MCU, but instead I have to change BMI to SWD0 with DAVE3 or XMCFlasher , Why these softwares can connect directly to my XMCs but jlink can not? Obviously it is a software issue, because the hardware is the same. I have found out that the problem is that Dave or XMCFlasher automatically switch BMI …