Search Results

Search results 1-10 of 10.

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

  • Hi, I am trying to load file to my XMC1400 MCU via SWD. I am using XMC Link pribe(Jlink lite) I can do it by using Jlink.exe directly. But I want to do this by windows command line. It seems like -loadfile is not recognized trough command line. I checked the manuals and I confirmed this. But is there another I can do this? By using other .exes or .dlls? (I must add, I'd prefer doing this without any purchases.) Best regards, İpek

  • Hi Alex, Well then can you help me with that automatic behaviour? I confirmed that my mcu is in asc bsl mode by tyring to switch it back to swd0 with Memtool(multiple times). I tried these with Jlink plus so it shall be working fine too. What else shall I check?

  • Hi, I am attaching it. Best regards, İpek

  • Hi Fabian, I tried it but didn't worked. When the BMI is SWD0, I can do getBMI/setBMI. But when I change it to ASC BSL, I receive error( Error Code -262) I also tried : - To turn the power off then on - To connect via Memtool, change BMI back to SWD then again ASC BSL and again commands getBMI/setBMI But the result is the same Best regards, İpek

  • Hi, In this document wiki.segger.com/Infineon_XMC1000 is it written that "By default, J-Link changes the BMI from ASC_BSL to SWD0 (P0.14 & P015 used for SWD) if the BMI of the device is ASC_BSL". I have an XMC1400 with BMI of ASC BSL(I confirmed it with Memtool), I connect my Jlink device and nothing happens. It didn't change the BMI automatically. Am I understanding that quoted line incorrect? Thanks

  • Hi Alex, Thank you for your fast return. Quote from SEGGER - Alex: “SWD and ASC share the same pins ” If I am not mistaken this is not the case neither on the MCU side nor on the an other debugger I am using(XMCLink) ( You can check the debugger's pinout from Table 3. in here infineon.com/dgdl/Infineon-XMC…2518ffd850152451695e45edc and XMC1400 Boot Kit's pinout for debug pins from chp 2.6, Table 1 in here infineon.com/dgdl/Infineon-Boa…2525dbac401527815f9a073fd ) And my device doesn't support JT…

  • Hi, I need an adaptor to use with JLink Plus. I will use this with my XMC1400 for SWD and ASC BSL protocol. I check the adapters and saw that these two are ok with SWD: segger.com/products/debug-prob…s/9-pin-cortex-m-adapter/ segger.com/products/debug-prob…/19-pin-cortex-m-adapter/ I saw that swdio and swclk lines are there, that's OK. As discussed in this post([SOLVED] ChanginG BMI of XMC1400 from ASC BSL to SWD0), I learnt that ASC BSL communication is also possible with this JLink Plus. But I…

  • Hi Alex, Thank you very much for your replies. I am buying JLink Plus. To get tech support shall I need to purchase a support package too? Bests, İpek

  • Hı Alex, Thanks for your reply. Ok I can do that but first Iwant to be sure that we are on the same page. - I want to change XMC1400 mcu's BMI value to SWD0. - I want the have a trusted reliable method for that.(works the same every time) - I want this procedure to be as easy as possible because this will be conducted by people who doesn't have much knowledge about the concept. And you are saying that I can do this if I get a commercial Segger Jlink and contact to support. Am I right? If yes, is…

  • Hi, I am trying to change the factory mode(ASC BSL with no timeout) of an XMC1400 MCU to SWD0 User Debug mode. But I want to do this via a script or something like that, because this will be done in the future by people who are not engineers so it should be simple as possible. The ways that Infineon offers are not appropriate (and/or not working for me. I saw in other posts that Jlink can be used to do this but I didn't understand the full process. I am here to learn more about this First let me…