Explore tweets tagged as #STM32Cube
#STM32Cube.メモ: STM32 peripheralのCRCモジュールの設定で、たとえばx^16 + x^12 + x^5 + 1を生成多項式にしたい場合、まずCRC Length=16を選択する。CRC Generating Polynomialにはもっとも次数の高い項は書かない、書けないようになっている。.(画面はCRC Lengthを後から変えたときのもの。)
0
0
1
A few months ago, maybe more than a few, I managed to get Hardware AES working on my RAK3172 boards on Arduino IDE (with STM32Core). It was based on an example from the STM32Cube FW examples. I came back to it today – I'd like to port it to #RUI3.
3
0
8