|
HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
|
Bootloader behavior configuration structure. More...
#include <bootloader_config.hpp>
Public Attributes | |
| bootcfg::BootMode | boot_mode |
| Target boot mode (Register or Parameter) | |
| bool | bl_ready_fault {false} |
| Enable bootloader ready fault detection. | |
| bool | bl_exit_fault {true} |
| Enable bootloader exit fault detection. | |
| bool | disable_selftest {false} |
| Disable power-on self-test. | |
| bool | bl_config_fault {false} |
| Enable bootloader configuration fault detection. | |
| bool | start_motor_control {false} |
| Start motor control after configuration (CRITICAL!) | |
Bootloader behavior configuration structure.
Controls the bootloader's behavior including boot mode selection, fault handling, self-test options, and motor control startup.
| bootcfg::BootMode tmc9660::BootConfig::boot_mode |
Target boot mode (Register or Parameter)
Start motor control after configuration (CRITICAL!)