* be touched from the loaded application. #define BOOT_DOUBLE_TAP_ADDRESS (0x20007FFCul) #define BOOT_DOUBLE_TAP_DATA (*((volatile uint32_t *) BOOT_DOUBLE_TAP_ADDRESS)) * If BOOT_LOAD_PIN is defined ...
If anyone on here follows my GitHub/coding. I have updated my esp32-slcan code to use the Arduino 3.x ESP32 board definitions which now uses TWAI (Two Wire Automotive Interface) for CAN. My older 2.x ...