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.

  • Here is a sample project (attached) quickly made with the SEGGER Embedded Studio, where a few source/header files were added to contribute to the debug symbols, and similar behavior can be seen in the disassembly: forum.segger.com/index.php/Att…4304178cee06d6c80e49ec08a

  • Hi, thanks for the reply. I cannot share this project at all, but we will try to create a smaller example project which demonstrates the same behavior and post it sometime next week.

  • I am working with the TMS570LC4357 and we are running our code from flash address 0x00000000 where the application starts just after the vector table. When doing this, Ozone seems to be somehow overlapping a bunch of debug symbols, and when stepping through code it will just end up at random unrelated lines of code. The disassembly seen in figure 1 shows this behavior, where the blacked out source files are various different files which should not be correlated with this address. We found a "fix…