Skip to content

Guozhanxin/rust-stm32l4-pandora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c2c783 · May 29, 2022

History

20 Commits
May 29, 2022
May 29, 2022
May 29, 2022
May 29, 2022
May 29, 2022
May 29, 2022
May 29, 2022
May 29, 2022
May 29, 2022

Repository files navigation

rust-stm32l4-pandora

blinky

  • cd blinky
  • cargo build --release
  • arm-none-eabi-objcopy target/thumbv7em-none-eabihf/release/blinky -O binary blinky.bin

将 blinky.bin 拖入 ST-Link 虚拟 U 盘完成烧录;LED_R 周期性闪烁。

uart

  • cd uart
  • cargo build --release
  • arm-none-eabi-objcopy target/thumbv7em-none-eabihf/release/uart -O binary uart.bin

将 uart.bin 拖入 ST-Link 虚拟 U 盘完成烧录;打开串口调试助手,连接 ST-Link 虚拟串口;串口调试助手会显示键盘输入的内容。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published