Search Results
Search results 1-4 of 4.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Segger really needs to release a C# interface to the SDK covering all functions and structs. Who programs in C / C++ anymore on Windows anyway?? I'm spending too much time figuring out how to Marshal evey everything. Marshalling JLINK_RTTERMINAL_Control() is what made me post this. Thanks Keith Vasilakes Intricon
-
Trying to get systemview up on a kinda strange system Custom CM0, with a bootloader that we don't have the source for and we think relocates the program. We load our program into off chip flash and then boot from there so we have to connect to a running target I can connect with system view but it complains that the "RTT control block not found" This thread makes it sound like auto detection won't work. So how does a guy find the RTT block? Cortex M0 uCOSIII System View 2.4a J-Link ARM V8 Compil…