|
Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
|
Macros | |
| #define | HEARTBEAT_PERIODICITY 300u |
| #define | TIMER_HEART_ID (void *)(uint32_t)2 |
| #define | SERIAL_PERIODICITY (void *)(uint32_t)10 |
| #define | CLOCK_PERIODICITY (void *)(uint32_t)50 |
| #define | DISPLAY_PERIODICITY (void *)(uint32_t)100 |
| #define | SERIAL_PRIORITY 3u |
| #define | CLOCK_PRIORITY 2u |
| #define | DISPLAY_PRIORITY 1u |
| #define CLOCK_PERIODICITY (void *)(uint32_t)50 |
Clock's task periodicity
| #define CLOCK_PRIORITY 2u |
Clock's task priority
| #define DISPLAY_PERIODICITY (void *)(uint32_t)100 |
Display's task periodicity
| #define DISPLAY_PRIORITY 1u |
Display's task priority
| #define HEARTBEAT_PERIODICITY 300u |
Periodicity of heart beat task
| #define SERIAL_PERIODICITY (void *)(uint32_t)10 |
Serial's task periodicity
| #define SERIAL_PRIORITY 3u |
Serial's task priority
| #define TIMER_HEART_ID (void *)(uint32_t)2 |
ID for timer used to HEART BEAT