Git Product home page Git Product logo

freertos-stm32-f303ze's Introduction

freertos-stm32-f303ze

  • Hands-on FreeRTOS with STM32 NUCLEO-F303ZE
  • Implemented FreeRTOS to solve the producer-consumer problem & readers-writers problem with semaphores, mutexes, & volatiles
  • Coped with volatile / xSemaphoreCreateMutex() / xSemaphoreGive() / xSemaphoreTake() / xSemaphoreCreateCounting()


# Title Link
1 Hands-On FreeRTOS in STM32 01 — Producer-Consumer Problem Read More

Outline

(0) Warm-Up

  • 0-1 main_01.c: Multithreading with 2 LED light bulbs

(1) Producer-Consumer Problem

  • 1-1 main_02.c: With a 1-byte buffer using 2 LED light bulbs
  • 1-2 main_03.c: With a 5-byte buffer using 2 LED light bulbs

Screen recording video of main_03.c: The "live expression" section of main_03.c in the CubeIDE

(2) Readers-Writers Problem

  • 2-1 main_04_failed.c: Used 3 LED light bulbs, 2 for the readers and 1 for the writer. Failed for a deadlock between the readers.
  • 2-2 main_05.c: Used 3 LED light bulbs, 2 for the readers and 1 for the writer. Solved the preceding deadlock by a semaphore.

freertos-stm32-f303ze's People

Contributors

yu-cheng-kuo-28 avatar

Stargazers

VirtLands avatar ik5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.