HF-TMC9660 Driver 0.1.0-dev
Hardware Agnostic C++ Driver for the TMC9660
Loading...
Searching...
No Matches
bootloader_utils.hpp File Reference

TMC9660 bootloader utility functions and helpers. More...

#include <array>
#include <cstddef>
#include <cstdint>
Include dependency graph for bootloader_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tmc9660
 

Functions

static constexpr uint8_t tmc9660::reverseByte (uint8_t b) noexcept
 Helper function for CRC-8 calculation (UART only).
 
static constexpr uint8_t tmc9660::crc8Bootloader (const uint8_t *data, size_t len) noexcept
 CRC-8 calculation for UART protocol (TMC9660 datasheet method).
 

Detailed Description

TMC9660 bootloader utility functions and helpers.