Search Results

Search results 1-3 of 3.

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

  • Hi: I would like to shrink heap and stack size to save some RAM space. I can see in the memory usage page of currently allocated heap and stack: forum.segger.com/index.php/Att…b28e3bb66047330a469e884ef As you can see it's allocated with 8KB for heap and stack respectively. If I want to shrink the size, I need to determine how much heap and stack are actually used. How to view the actually used stack and heap in runtime? Thanks.

  • With Ozone we have encountered a rather strange display artifact. Every time an software interrupt call ends, the whole stack does not drop down one bar, instead one main() gets filled in immediately after the terminated interrupt handler, resulting an ever stacking up main(), see below. Is there any way to alleviate the problem? Edit: I later found out that this stacking up would only happen during a software interrupt ending, normal interrupt are handled correctly And it seems rather bizarre t…

  • Hi Segger community, I am having trouble finding the right information to get ozone to run on Nordic nRF52833 with my own project. I followed in instruction here: wiki.segger.com/nRF52_Series_Devices#How_to And I can get "Nordic_nRF52833_Trace_Example.zip" to run on nRF52833DK board with no problem. But this is only an example project. how do we run analysis on our own projects? What kind of setup do we need to do? Things like: Do we need to define and connect the trace pin somewhere in the code…