37 #include <STM32FreeRTOS.h>
40 #include "semaphore.hpp"
46 #include <IWatchdog.h>
51 #define WDT_TASK_WAIT_DELAY_MS (WDT_CONTROLLER_MS)
53 using namespace cpp_freertos;
66 class WdtTask :
public cpp_freertos::Thread {
76 STM32RTC& rtc = STM32RTC::getInstance();
WATCH DOG TASK cpp_freertos class.
WdtTask(const char *taskName, uint16_t stackSize, uint8_t priority, WdtParam_t wdtParam)
Interface STM32 hardware_hal STIMAV4 Header config.
struct for local param access
cpp_freertos::BinarySemaphore * rtcLock
semaphore access to RTC
cpp_freertos::BinarySemaphore * systemStatusLock
semaphore access to system status
EEprom * eeprom
Pointer to EEprom C++ object.
system_status_t * system_status
system configuration pointer struct
cpp_freertos::BinarySemaphore * wireLock
semaphore access to wire I2C
bootloader_t * boot_request
bootloader struct access pointer
Backup && Upload Firmware TypeDef (BootLoader)