M480BSP_FreeRTOS
update @ 2020/06/16
-
Create 3 timer task (10ms , 50ms , 100ms ) with GPIO toggle (PH0 , PH1 , PH2)
-
Create task A to rising a flag per 500 ms
-
with task B by polling , if the flag true then create a task C (sub task)
-
with task C by polling , set flag to false , and delete task C (sub task)
-
-
below is GPIO toggle capture , 10 ms , 50 ms , 100 ms , to monitor the 3 timer task
- output log to monitor task (rising flag , create task , delete sub task)