实用工具
使用内存模块执行内存特定操作
内存操作模块支持所有 STM32 处理器。
模块
Byte Pack | 将输入信号转换为 uint8 向量 |
Byte Unpack | 将 uint8 向量转换为输入信号 |
Byte Reversal | 反转输入字中的字节顺序 |
CAN Pack | Pack individual signals into CAN message |
CAN Unpack | Unpack individual signals from CAN messages |
CAN FD Pack | Pack individual signals into message for CAN FD bus |
CAN FD Unpack | Unpack individual signals from CAN FD messages |
Memory Copy | Copy data from and to memory section |
Idle Task | Create free-running task (自 R2024a 起) |
Protocol Encoder | Encode input data into a uint8 byte stream by specifying the packet structure (自 R2023a 起) |
Protocol Decoder | Decode a uint8 byte stream by specifying the packet structure (自 R2023a 起) |
Execution Profiler | Profile execution time of functions using either DWT Timer, GPIO or Timer measurement modes (自 R2025a 起) |
主题
- 使用 STM32CubeMX 和 Simulink 配置基于 STM32 处理器的板
配置基于 STM32 处理器的板以在 Simulink 中使用 STM32CubeMX 工程。
- 为基于 STM32 处理器的板设置调度选项
为基于 STM32 处理器的板设置调度选项。
- STM32CubeMX Configuration for Voltage Mode Control
Instructions for STM32CubeMX configuration.