TI-RTOS 之 事件同步(Event, 類似semaphore)
TI-RTOS 之 事件同步(Event, 類似semaphore) Event 是類似Semaphore的存在,官方如下描述: SYS/BIOS events are a means of communication between Tasks and other threads ...
TI-RTOS 之 事件同步(Event, 類似semaphore) Event 是類似Semaphore的存在,官方如下描述: SYS/BIOS events are a means of communication between Tasks and other threads ...
TI-RTOS 之 GPIO中斷(按鍵) 前面已經用過LED, 定時器,這次來了解GPIO的中斷是怎么用的,從CC1310+TI-RTOS的例程可以直接找到相應的例子程序,它的關鍵是在於要使能中斷,也就是在引腳配置時要選擇方向為輸入(PIN_INPUT_EN), 中斷選項 ...