Open
Conversation
terurin
reviewed
Sep 18, 2025
| - UART通信・USART通信 | ||
| - GPIO | ||
| - PWM(GPIOピンでやる) | ||
|
|
| { | ||
| if (htim->Instance == TIM2) { // TIM2からの割り込み | ||
| led_timer++; | ||
| if (led_state == 0 && led_timer >= 500) { // 消灯500ms経過 |
| 書き終わったら、main.cをmain.cppにしてbuildをします。0error , 0warningsになればOKです。エラーが出た場合、設定したtimと割り込み開始関数にかいたtimの番号が違っている場合があります。 | ||
| ST-Linkを接続し、虫のマークを押してDebugし、再生ボタンを押せば基板にある小さなLED達が点滅します。Debugできない場合は、ST-Linkの接続不良か、モバイルバッテリーなどの電源供給ができていない可能性があります。 | ||
| うまくできたら、今回の目標は達成です。お疲れさまでした。次回はCAN通信をやります。お楽しみに! | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
STM32初心者向けの教育資料