SEGGER - AlexD Administrator

  • Member since Jan 12th 2021
Last Activity

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

  • SEGGER - AlexD -

    Replied to the thread Ozone issues when running from flash address 0x00000000.

    Post
    Hi kayers, splendid. As often: The smaller and simpler, the better - so feel free to reduce to the max :) Best regards -- AlexD
  • SEGGER - AlexD -

    Replied to the thread Ozone issues when running from flash address 0x00000000.

    Post
    Hi Kayers, Ozone relies on the information found in the ELF file, which also contains information on the mapping of source code to addresses and vice versa. The ELF file contains such information in a highly compressed and rather complex format and it…
  • SEGGER - AlexD -

    Replied to the thread FreeRTOS plugin that shows queues?.

    Post
    Hi AndersHedberg, if an RTOS plug-in is lacking some feature you can easily add this on your own. For details please refer to the Ozone user's manual, section 6.3. You may also look into the scripts provided for other RTOSes and if the desired…
  • Hi Aleksei, I need to admit I do not yet fully grasp what you intend doing. Therefore, at this point in time, I can provide just some general thoughts. It appears to me that you intend changing the execution address range of your application so it…
  • SEGGER - AlexD -

    Replied to the thread Segger EDU mini freertos.

    Post
    Hi Simon884, good to see that you are now able to see your RTOS tasks. For the others it might be valuable if you'd describe what you did to make the tasks visible. Normally Ozone should do that out of the box, so I assume that you simply looked into the…
  • SEGGER - AlexD -

    Replied to the thread [SOLVED] data sampling / timeline when doing emulated background reads.

    Post
    Hi AndyR, please accept my apologies for the late response. Busy times... Indeed, the support for emulated background memory access for high-speed applications such as the data sampling window in Ozone, is deprecated since quite a long time in the…
  • SEGGER - AlexD -

    Replied to the thread [SOLVED] Reset of target stops RTC from working.

    Post
    Hi Ross, it appears to be the case that the timer is not set-up correctly when you are debugging with Ozone. A popular reason for that might be the presence of a boot loader which does not fully execute during debugging, thus leaving the system in a…