RTOS DEBUGGING IN REAL TIME USING OZONE AND SYSTEM VIEWER
RTOS DEBUGGING ON SYSTEM VIEW USING ST-LINK STM32

RTOS DEBUGGING IN REAL TIME USING OZONE AND SYSTEM VIEWER

Finally got my stlink-V2 on nucleo board to debug rtos providing me to see at what instance which task is running at real time and using ozone view i can check call stack and ticks and mutexes hold by tasks. I will add details later on how to do it on your boards

要查看或添加评论,请登录

Isfandyar Qureshi的更多文章

  • Embedded Talks Ep3 : Context Switching

    Embedded Talks Ep3 : Context Switching

    Context switching refers to the process where cpu halt program currently executing save its context and switch to…

  • Embedded Talks Ep2 : A Process/TASK/THREAD

    Embedded Talks Ep2 : A Process/TASK/THREAD

    Concepts an embedded engineer must know: Process: A process is simply a running program; at any instant of in time…

  • Embedded Talk Ep.1

    Embedded Talk Ep.1

    Concepts an embedded software engineer must know Operating System: An operating system is a piece of software that…

  • WHY IT SUCKS TO BE EMBEDDED ENGINEER!!!!

    WHY IT SUCKS TO BE EMBEDDED ENGINEER!!!!

    This article is a personal experience and observation over my 6-7 years as an electronics/embedded engineer. Your…

    69 条评论
  • Sending Struct on SPI?

    Sending Struct on SPI?

    Another short article for embedded developers like me who are learning We all use structures in our C / C++ programing…

    3 条评论
  • Common Issue with SPI

    Common Issue with SPI

    Spi is very common protocol and is used very often it has its perk of multiple sensors on common bus etc Hardware used…

    1 条评论
  • MOCKING THE MYSTERY IN UNIT TESTING

    MOCKING THE MYSTERY IN UNIT TESTING

    Greeting everyone are you a software engineer making apps or are you an embedded iot developer. This article is for…

  • IS YOUR SPI GITCHY ?????

    IS YOUR SPI GITCHY ?????

    #embeddedsystems #spi #embeddedengineer Have you even face a scenario where your spi run sometimes very well and…

    8 条评论

社区洞察

其他会员也浏览了