Search Results
Search results 41-60 of 175.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Quote from tpimh: “I tried compiling it with SEGGER compiler ” I thought Segger just uses the GCC Compiler ? Quote from tpimh: “It is a big complicated project ” Are you familiar with working on big complicated tools with other IDEs ? Have you been able to build simple projects using SES ? It's always best to start with simple projects to learn how to use a new tool ... Quote from tpimh: “couldn't get it built ” What problem(s) did you have? It's hard to help you solve the problems when you don'…
-
Quote from dacrites: “The error does not occur on the eval board ” So there's a clue - look at what's different between the eval board and your board. Quote from dacrites: “no issues when programming with the ATMEL-ICE ” similarly. Also check the configuration of your Atmel-ICE vs the configuration of the JLink. One frequent cause of such problems is that your code is doing something to disable the debug link; eg, going to sleep, or putting pins into some alternate mode ...
-
I heard the inventor of auto-correct died recently. May he rust in piss.
-
Quote from SEGGER - Nino: “propitiatory ” * proprietary
-
Quote from SEGGER - Nino: “Could you elaborate why you would want to do that though? ” Presumably, the idea is that everything is under version control? But then just copying the headers doesn't make sense - you would also need the libraries themselves. And the complete toolchain ...
-
For the benefit of others who may come here with the same question, could you give some more detail on which settings were missing? And don't forget to update your cross-post on the Keil (ARM) forum ...
-
Quote from SEGGER - Nino: “we recommend to do the port to gcc/clang manually ” That's a very good suggestion, if changing compilers; but the OP wants to keep the same compiler - just change the IDE.
-
Hmmm ... why didn't that picture work? It appeared OK in the preview! forum.segger.com/index.php/Att…3f698b023f74f925ffd6f485c
-
Quote from Sergey22: “I have tried to setup SES, following this guide ” That's about using the Internal toolchain - ie, GCC: [img]https://infocenter.nordicsemi.com/topic/ug_gsg_ses/UG/gsg/images/toolchain.png[/img] I guess you would need to use an External toolchain? - did you try that? Quote: “how can I easily (sic) setup SES for it? ” Again, I don't think there's any reason to believe that this will ever be "easy" with any toolchain or any IDE community.arm.com/developer/to…-other-ides/161584#…
-
Quote from zend: “I think this behavious is unsafe if we do not have CPU flash contents and just want to perform attepmt to read it ” Why would you be attempting to read it The whole point of this protection is precisely to prevent unauthorised reading I think this is exactly the behaviour that whoever set the protection would want to be seeing!
-
Quote from sridhar.jonnavittula: “The board I use has on board Jlink ” So which board are you using, then? Note that the nRF52840 DK has two USB sockets - are you using the correct one?