How to configure and use the FreeRTOS API to synchronize two threads using a mutex. While semaphores are used to notify threads, mutexes are used to protect critical sections, shared resources from ...
Mutex(ミューテックス)は、複数のタスクが同じ資源を同時に使わないようにするための排他制御です。 ESP32ではFreeRTOS上で複数のタスクが並行して動きます。たとえば、次のような共有資源を複数タスクから使う場合にMutexが必要になります。 たとえば、2 ...
EN: This project demonstrates multitasking, inter-task communication, and resource protection using FreeRTOS (CMSIS-RTOS v2) on an STM32 microcontroller. The example includes tasks, queues and mutexes ...
「なんか動かない」「突然落ちる」「時々おかしい」――FreeRTOS初手がハマる症状のほとんどは、コードの書き方に原因がある。 この記事はBADコードと症状の対応表だ。自分のコードと照らし合わせて、同じパターンが紛れ込んでいないか確認してほしい。
For decades, the world of automotive software has been dominated by AUTOSAR Classic – a reliable but heavyweight standard. Recently, however, OEMs and suppliers are increasingly investigating ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する