Is it possible to receive can/twai messages in a custom bootloader?
Posted: Sun Mar 09, 2025 10:24 am
Is it theoretically possible to receive CAN / Twai messages in a custom bootloader in any way?
I have already tried to import the driver component in bootloader_components\main\CMakeLists.txt: set(requires “bootloader” “bootloader_support” “spi_flash” ‘driver’), but the line #include “twai.h” in bootloader_start.c does not work.
I have already tried to import the driver component in bootloader_components\main\CMakeLists.txt: set(requires “bootloader” “bootloader_support” “spi_flash” ‘driver’), but the line #include “twai.h” in bootloader_start.c does not work.