SAE Teensy ECU
IIT SAE Microcontroller programming
|
Configure canbus functionality. More...
#include "ECUGlobalConfig.h"
Go to the source code of this file.
Macros | |
#define | CONFIG_FLEXCAN_CAN_SELECT CAN1 |
Select the CAN to use on a teensy CAN1 or CAN0 on T3.6 | CAN3 on T4.X. | |
#define | CONFIG_FLEXCAN_BAUD_RATE 500000 |
Set the baud rate at which the CAN line should run. | |
#define | CONFIG_FLEXCAN_TX_MAILBOXES 2 |
Set the number of outgoing mailboxes. | |
Configure canbus functionality.
Definition in file CanbusConfig.def.
#define CONFIG_FLEXCAN_BAUD_RATE 500000 |
Set the baud rate at which the CAN line should run.
Definition at line 28 of file CanbusConfig.def.
#define CONFIG_FLEXCAN_CAN_SELECT CAN1 |
Select the CAN to use on a teensy CAN1 or CAN0 on T3.6 | CAN3 on T4.X.
Definition at line 23 of file CanbusConfig.def.
#define CONFIG_FLEXCAN_TX_MAILBOXES 2 |
Set the number of outgoing mailboxes.
Definition at line 34 of file CanbusConfig.def.