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.

  • Hello I'm searching for a way to preserve a user defined memory location from programming with my j-trace. The section i want to preserve is the section in the flash of my Chip (STM32H7) where i'm storing my parameters and i don't want to erase this section every time i reflash a program to the chip. I know this function from microchip and there i got a field in the properties of the debugger (real ice) where i was able to insert a range of storage addresses which were read and concatenated into…

  • Also here, thanks for your answer. I will take a look into UM08001! Daimonion

  • Hey Nino Thanks for your answer. In v10.2.0 there are several functions the v10 patch in Segger didn't include. Thats why i had to implement it myself. v10 works well only with segger patch.

  • Hi After digging around a bit in SystemView i want to ask the question wether it is possible to get it to work that the auto detection of my RTT block is working on my stm32h7 working on a Nucleo board. As debugger i'm using the installed debugger on this board flashed with j-link. My RTT block is placed in Ram at address 0x2000xxxx depending on the code and if i place the rtt block detection to this address systemview works very well. But every time i change my code (create new tasks, delete ta…

  • Hey everyone We are starting a new plattform at our company and for this we are using an STM32H7 with latest available FreeRTOS Version (10.2.0). And we want to use SystemView we knew from older projects. As i couldn't find any working kernel patch for this freertos version i implemented the changes manually and generated a patchfile through git. The source for the changes is the systemview freertos kernelpatch available on the systemview website. With this changes systemview works on my nucleo …