这个程序包含了在STM32F103芯片上移植Azure threadx RTOS代码,并展示了如何使用互斥信号量来避免任务之间的冲突。通过Keil5搭建的工程将实现两个任务,并在这两个任务都需要调用串口时通过互斥锁的原理来确保安全性。
STM32F103芯片在Azure threadx RTOS下的互斥信号量应用示例
文件列表
STM32F103-AzureRTOS-3-mutex.7z
(预估有个237文件)
keilkilll.bat
399B
tx_thread_create.c
16KB
tx_thread_system_suspend.c
45KB
tx_thread_resume.c
23KB
tx_queue_send.c
17KB
tx_byte_allocate.c
17KB
tx_event_flags_set.c
26KB
tx_misra.c
40KB
tx_mutex_get.c
18KB
tx_trace_enable.c
19KB
暂无评论