主要内容

实用工具

使用内存模块执行内存特定操作

内存操作模块支持所有 STM32 处理器。

模块

Byte Pack将输入信号转换为 uint8 向量
Byte Unpackuint8 向量转换为输入信号
Byte Reversal反转输入字中的字节顺序
CAN PackPack individual signals into CAN message
CAN UnpackUnpack individual signals from CAN messages
CAN FD PackPack individual signals into message for CAN FD bus
CAN FD UnpackUnpack individual signals from CAN FD messages
Memory CopyCopy data from and to memory section
Idle TaskCreate free-running task (自 R2024a 起)
Protocol EncoderEncode input data into a uint8 byte stream by specifying the packet structure (自 R2023a 起)
Protocol DecoderDecode a uint8 byte stream by specifying the packet structure (自 R2023a 起)
Execution ProfilerProfile execution time of functions using either DWT Timer, GPIO or Timer measurement modes (自 R2025a 起)

主题

精选示例