Search Results
Search results 1-6 of 6.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
[SOLVED] Jlink edu only detects ATSAMS70N21 when connected to SAM-xplained board with ATSAME70Q21
PostOkay, problem solved. Thank you so much for your help Niklas!
-
[SOLVED] Jlink edu only detects ATSAMS70N21 when connected to SAM-xplained board with ATSAME70Q21
PostI've forgotten to say the project I'm working on is using the ATSAMS70J21. according to the docs, 0x00400000 is the start of internal flash
-
[SOLVED] Jlink edu only detects ATSAMS70N21 when connected to SAM-xplained board with ATSAME70Q21
PostI've uploaded the hex file as well Console: J-Link software found at: C:/Program Files/SEGGER/Ozone V2.44/JLink_x64.dll File path resolved: "Cortex-M7F.svd" was found at "C:/Program Files/SEGGER/Ozone V2.44/Config/CPU/Cortex-M7F.svd" Project.SetDevice ("Cortex-M7"); Project.SetHostIF ("USB", ""); Project.SetTargetIF ("SWD"); Project.SetTIFSpeed ("5 kHz"); Project.AddSvdFile ("Cortex-M7F.svd"); File path resolved: "Cortex-M7F.svd" was found at "C:/Program Files/SEGGER/Ozone V2.44/Config/CPU/Corte…
-
[SOLVED] Jlink edu only detects ATSAMS70N21 when connected to SAM-xplained board with ATSAME70Q21
PostHi Niklas. You're right, I think the wiring for the power supply for the uC may have been the issue unfortunately (I bumped it and it connected successfully), but now I've come back to my previous problem which is Atmel studios freezing at "loading symbol info... (95%)" before asking me is I would like to terminate which is followed by "Timed out waiting for initial target stop event". The J-link led is off while this is happening. Keil uVision 5 also freezes when uploading a program.
-
[SOLVED] Jlink edu only detects ATSAMS70N21 when connected to SAM-xplained board with ATSAME70Q21
PostMy problem is that once connected to the board (via jtag and the board is powered by USB) J-link commander recognizes the chip as atsams70n21 or something like that instead of the atsame70q21 that is in place on the board. If you could help shed some light on this that would be wonderful. I should mention that it used to detect the correct chip, but now does not.
-
[DUPLICATE] Jlink edu only detects ATSAMS70N21 when connected to SAM-xplained board with ATSAME70Q21
PostI have a development board to which I connect the j-link header. There is no ATSAMS70N21 on this dev board. It used to detect the correct chip, but now it doesn't. It still detects the correct voltage, but cannot connect to any target.Is it broken? If I've left out information please let me know. I don't have very much experience with embedded programming or systems and what I do know was self taught from docs and application notes.