今さらSTM8S-DiscoveryのSTM32F103でLチカ
1450 ワード
x もどせなくなります。書き込み機として使えないからまーいーか?
1.STM32CubeProg.. で read outプロテクションを外す。
2.STM32 ST-LINK Utiityでライトプロテクションを外す、オールイレース
4.mbedで次のプログラムをコンパイル
#include "mbed.h"
DigitalOut myled(PA_8);
int main()
{
while(1) {
myled = 1;
wait(0.2);
myled = 0;
wait(0.2);
}
}
5.STM32 ST-LINK Utiityで書き込み実行
6.赤LEDが光る
7.おわり
Author And Source
この問題について(今さらSTM8S-DiscoveryのSTM32F103でLチカ), 我々は、より多くの情報をここで見つけました https://qiita.com/caa45040/items/cb332fcfc0920453df2f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .