問題タブ [nucleo]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - Nucleo L053R8 CRC 計算ユニットを使用して 3 バイトの CRC を計算する
Nucleo L053R8 の crc 計算ユニットを使用して、3 バイトの CRC 値を計算したいと考えています。生成多項式は次のとおりです: g(X)=x^24 + x^10 + x^9 + x^6 + x^4 + x^3 + x + 1
この CRC 計算ユニットを使用すると、32 ビット長の CRC しか生成できず、小さい値は 32 ビット結果の LSBS にすぎないようです。また、CRC32 の LSB が CRC16 と等しくないことも知っています。
必要な正しいCRC24を取得するために、入力/出力データに対して実行する必要がある操作について何か考えはありますか?
arm - Question to any embedded systems engineers out there using STM32 NUCLEO
I have recently bought an STM32 NUCLEO Dev Kit and wondered if this what an actual Embedded Systems Engineer would use in the industry when developing a product?
I'm using Kiel Uvision 5, STMCubeMX and STM32 ST-LINK Utility to develop certain projects. As I am used to using PIC and using registers like PORTA, OSCCON, TIMER0 etc, I see that Kiel Uvision 5 uses ready made functions like HAL_GPIO_TogglePin(.........) etc. Is this the usual way they do this in industry or work more directly with the registers?
stm32 - STM32 Nucleo-64 評価ボードでの uC の消費電流
STM32 Nucleo-64 評価ボード (NUCLEO-L073RZ) で uC の消費電流を測定したいと考えています。マニュアルによると、JP6/IDD ジャンパーを取り外して、ピンを電流計に接続するだけです。
しかし、JP6 ジャンパー (ピン接続なし) を取り外しただけでも、uC はまだ実行されています (I2C 経由でデバッグ/通信できます)。JP6が取り外された場合、uCには電力が供給されなくなり、アクセスできなくなると予想していました...
誰かが私に説明してくれませんか、私の推論の誤りはどこにありますか?
対応する STM32 Nucleo-64 マニュアル (23 ページ) へのリンクは次のとおりです。