Search Results

Search results 1-5 of 5.

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

  • Ok, so I've been able to attach by using the SetupTarget function: int SetupTarget() { // // We leave ths function empty here to skip the ECC RAM init for SystemView. // Otherwise the RTT buffer would be overwritten and SystemView will not start. // return 0; } Does this sound right? Any further commentary is much appreciated, thanks!

  • I confirmed that it WFI=0 at startup and when in Idle task. But I found something that seems to be the answer (although still not working): Here wiki.segger.com/S32Kxxx at section Attach to debug session It says that for S32K chips, you cannot attach out of the box due to the ECC RAM. You must use a JLink Script to alter the normal connection. So I tried using the File provided and putting in my project file via the BeforeTargetConnect() function. But I get the following: Attach to CPU failed. E…

  • Some new information: I bypassed my freeRTOS scheduler start with a while(1) loop and I'm able to attach/play/pause/play again without issue. Is it possible this is specific to the freertos plugin?

  • Sorry my original post did not have values in the image. Here's some more information: It seems that I am able to attach, but it halts (even though I'm doing Attach to Running Program and not Attach and Halt. Then I hit step or play and I get the fault which seems to either be an data access violation or instruction access violation with a SysTickException

  • I'm having trouble with Attach to Running program in Ozone. I have a jLink Ultra+ and am using Ozone (v 3.36). I’m connecting to a S32K396 chip and Ozone works great when I Download & Reset Program, but When I Attach to Running Program, it almost always fails with a HardFault exception. My colleague connecting to a S32K388 experiences the same thing. Weird thing is that sometimes (very rarely) it actually works, but I can't figure out why.