メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

ユーティリティ

メモリ ブロックを使用してメモリ固有の操作を実行する

メモリ操作ブロックはすべての STM32 プロセッサをサポートしています。

ブロック

Byte Pack入力信号を uint8 ベクトルに変換
Byte Unpack uint8 ベクトルを入力信号に変換
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 以降)

トピック

注目の例