LoginSignup
0
0

More than 1 year has passed since last update.

あたらしい、お友達は、LPC812MAXでLチカ(準備中)

Last updated at Posted at 2022-09-01

LPC812MAX

通販コード M-07056
発売日 2013/10/25

目的
M0+系で遊ぶ

o_con706.jpg

o_con705.jpg

  1. 繋ぐ
    2.バグる
    3.LPC LINKのアップデート

やりたいこと
0254_lpc11u35_lpc812xpresso_0x0000.bin

a. へ

とぶ

b.Firmware Update

arm MBED
DAPLink

クリック

c. ダウンロード

0254_lpc11u35_lpc812xpresso_0x0000.bin

d.リセットを押したまま繋ぐ

ファームを消して

0254_lpc11u35_lpc812xpresso_0x0000.bin

をコピー

4.はずす

5.プログラムをコンパイル、コピー



#include "mbed.h"

//DigitalOut myled(LED1);
//DigitalOut myled(D13);
DigitalOut myled(P0_7);

int main() {
    while(1) {
        myled = 1;
        wait(0.2);
        myled = 0;
        wait(0.2);
    }
}


  1. Lチカして数秒後にバグってとまる

  2. 今ここ

o_con833.jpg

-1-

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0