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.

  • [SOLVED] SDK and C#

    KeithV - - J-Link/Flasher related

    Post

    Fair enough, all thats really needed is C# examples for the app supported

  • [SOLVED] SDK and C#

    KeithV - - J-Link/Flasher related

    Post

    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

  • Hi, I'm implementing SV on a NoOS nRF52 project and would like to track the many state machines running in it. Looks like a custom user event may work. It would be awesome to be able to watch state transitions in real time! Is there any design patterns or best practices to do this? Thanks Keith

  • 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…