Skip to content

Instantly share code, notes, and snippets.

@Arman92
Arman92 / CANWorker.cpp
Last active June 5, 2023 20:29
CAN-Bus ECU reading with STM32F429 (STM32Fxxx)
#include "CANWorker.h"
#define CAN_BAUDRATE_TEST_TIMEOUT 10000 //ms
CAN_HandleTypeDef _canHandle;
bool receivedAnyCANFrame = false;
bool flag = false;
bool busy = false;