Search Results

Search results 1-20 of 27.

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

  • [SOLVED] Jscope RTT time stamp

    rum - - General

    Post

    Hello forum users, I would like to use timestamp with Jscope in RTT mode. It is not clear to me what should be written in this variable and there are no examples. Is it constant, is it some incremental value? In my case I prepare data in 2ms interrupt. What value should I write to timestamp at each interrupt such that time relation in Jscope is displayed correctly? Thank you. rum

  • [SOLVED] Jscope & RTT

    rum - - General

    Post

    Solution found. I located control block at fixed address and pass this address at command line using -RTTSearchRanges switch.

  • [SOLVED] Jscope & RTT

    rum - - General

    Post

    Hello forum users, I working on project with CortexM4. For debugging I am using Jlink ultra+, with sw. version 7.88k. I want to use Jscope with RTT, for this I instrumented my software as suggested in (J-Scope_RTT_Example.zip). First Jscope was not able to find control block on my platform. I changed command line to specify search range JScope.exe -openprj"..\SeggerJScope\Scope.jscope" -RTTSearchRange,0x1FFFC000,0xA000. In Jscope project I selected RTT mode, SWD 4000kHz. When checked with debugg…

  • Thank you Nino for pointing me to updated patch file. I tried to apply this patch created for 10.4.3 to version 10.4.6. It still fails on many points. I attach screenshot and also "rej" files.

  • Hello forum users, do you know if patch file to modify FREERTOS kernel version 10.4.6 for use with SystemVIEW V330 exists? I tried one provided inside "SystemView_Windows_V330_x64.zip" but the differences between OS version from which it was generated and 10.4.6 are too big and patch cannot be applied successfully. rum

  • Hello Leon, you have very good sight, I have copied those dashes with words from manual just to be sure because before I was using just one dash. now it works, thank you !!! rum

  • Hello Leon, it is posted on 25/1. here it is again "C:\Program Files (x86)\SEGGER\JLink_V642\JLinkRTTViewer.exe" -–autoconnect --serialnumber <my serial> -–connection sess if you missed, I am also using two jlinks. thanks for helping, it is really only a small issue rum

  • Hello Lenon, 1. problem with -autoconnect remains also with 6.42 2. problem unspecified script file solved regards rum

  • Hello Leon, this dialog in attachment… I thing that when "autoconnect" option is used it should no appear? before I had on line "script file" = unspecified (which is default setting), as seen in previous post. When you hit OK, appeared warning "scrip not found". This is not occurring anymore since I deleted "unspecified". rum

  • Hello Leon, I already figured out from manual that I have to use "two dashes" version, so in my case "C:\Program Files (x86)\SEGGER\JLink_V640\JLinkRTTViewer.exe" -–autoconnect --serialnumber <my serial> -–connection sess (because I use also debugger), I see now that serial number is populated... but still I cannot get passed dialog window additional info: I have two jlinks attached on usb thanks for help rum

  • Hello, I am trying to start using command line options like this: "C:\Program Files (x86)\SEGGER\JLink_V640\JLinkRTTViewer.exe" –autoconnect -serialnumber 1111111111 serial number is of course the right one my problem is that dialog box appears even when it is suppressed by autoconnect when I confirm by OK, another dialog appears with serial number selection, after that last warning message appears as shown here bellow how can I connect directly without dialogs?

  • [SOLVED] JScope beta 611k crashing

    rum - - General

    Post

    Hello Segger team, I tried 611k version, but it is crashing with Windows error (win10) immediately after I confirm dialog to establish connection and select first variable. Previous 611j is working fine. rum

  • portEND_SWITCHING_ISR

    rum - - SEGGER SystemView related

    Post

    Hello support, I am using Systemview 240a on project with freertos. When I want to record ISR which is not under OS I just simply use traceISR_Enter and traceISR_Exit at the begining and end of interrupt routine. However ISR under OS I usually terminate with portEND_SWITCHING_ISR(xHigherPriorityTaskWoken) to optimize. This macro already contains traceISR_Exit. If I don't want to monitor such interrupt, problem arises that entry is not marked but exit is. Do you have any suggestion? rum

  • Systemview with debugger

    rum - - SEGGER SystemView related

    Post

    Hello support, I am using Systemview240a and stand alone it works. But in documentation is written that it should work also parallel with debugger. My configuration is winIDEA debugger with ULTARA+ jlink, speed configured to 50000kHz. What settings in debugger I should make to make it work. Please let me know what is the correct sequence since when Systemview connect to target it resets. I would like to capture recording between two breakpoints. thank you rum

  • Hello, where I can download previous version, 2.12c crashes when opening existing project, does not permit set breakpoints, does not allow high level debugging, disassembly window shows (no program data) thanks

  • Hello, I run on remote PC Jlink remote server tunneling mode and connect sucessfuly to SEGER server. this is Ok. I run on local PC Jlink.exe and choose conenction via IP tunnel, type serial number and I get connected. So far it is Ok. Now how can I debug my remote connected target using Segger debugger? Or winIDEA debugger? When creating new project, I choose IP connection and ype address of segger 85.114.137.111 but debugger is never connected - I get fail message. any advice?

  • Thank you this syntax for range search, now it works. rum

  • Thank you Johannes for support and solving the problem.

  • First impressions

    rum - - SEGGER SystemView related

    Post

    Instead if (memcmp(pcTaskName, "IDLE", 5) == 0) { return; } maybe this is faster if(*(uint32_t*)pcTaskName == 0x454C4449) return; //'ELDI=IDLE' rum

  • Thanks. Version 2.30 solves the problem.