Search Results

Search results 1-1 of 1.

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

  • I have PIC application for STM32F7xx mcu and want to run this application from any flash memory position and debug it in Ozone. The base address of code is 0x08080000 for the compiling time. For the first i used Project.RelocateSymbols: C Source Code (52 lines) But there isn't any offset of code section in the output: Source Code (26 lines)This strange momemt: Elf.GetBaseAddr(); // returns 0x8080000. There is no offset. And code doesn't run properly, no any working brakpoints for example. I thin…