問題タブ [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.

0 投票する
0 に答える
3578 参照

c++ - リンカ エラー: 「ロケーション カウンタを後方に移動できません (200009f8 から 20000800 へ)」

PlatformIO ファームウェア Mbed を使用して Nucleo STM32F042k6 のコードをビルドしようとしていますが、次のエラーが発生します。

誰でも私を助けることができますか?

以前はビルドが機能していましたが、新しいコンピューターに PlatformIO をインストールしたため、機能しなくなりました。

STM32F042X6.ld.link_script.ld :

`

0 投票する
1 に答える
170 参照

c - How to get a PWM signal on port D6 (PE_9) on a STM board?

I'm programming a board and want a PWM signal to appear on a pin to drive a LED. I'm using a STM32 NUCLEO-F207ZG board, and only low-level register programming. It is not working.

I've looked into the manual, datasheet and application note. Also some Google searches have been done.

//Enable timer 1 clock: RCC->APB2ENR |= BIT0;

I expect a PWM signal on pin D6 (PE_9), to drive a LED. But the LED doesn't seem to do anything.