Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.52 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.52 KB

STM32 TWO TASK SEGGER

FREE-RTOS SEGGER J_Link

An exercise in FREE-RTOS and Segger Sysview integration , On STM-32 NUCLIO-767ZI board.

Segger Sysview is a great tool for debugging real time OS and seeing task scheduling in action . in this exercise single shot and continuous capturing are poth used and tested.

Features

  • FREE-RTOS is configured with two tasks of equel priorities.
  • Each of the tasks sends a unique message via UART.
  • UART usage contestation is hadled with shared a blocking flag.
  • Single shot mode requirements and patches are integrated in th project.
  • J-Link firmware is flashed on the board to enable continuous capture mode.

screenshots

Image
UART Termenal uart termenal
Single shot capture uart termenal
Continuous capture mode uart termenal