[PB-03F-kit] 开始点灯

[复制链接]
查看177 | 回复2 | 前天 18:22 | 显示全部楼层 |阅读模式
本帖最后由 沈夜 于 2024-12-2 18:43 编辑

点灯.jpg

点灯2.jpg
点灯3.jpg
下载 进入烧写模式,按一下 reset,等到 log 当中输出 cmd>> 即可
首先点击 erase 进行擦除 点击 write 烧写完成
  1. ============Write hexf File [03/03]============
  2. Send cpbin successfully!
  3. UART RX ASCII: by hex mode:
  4. Receive image request!
  5. Send image successful! Waiting to receive checksum...
  6. Send checksum successfully!
  7. UART RX ASCII: checksum is: 0x0006f12b#OK>>:
  8. Receive #OK!
  9. Write images successfully!
  10. Write registers successfully!
复制代码
失败的样子,没进入下载
  1. [HEXF Generation] Success: Y:/mcu/PB-03/gpio_demo_phy6202.hexf !!!
  2. Send cpnum successfully!
  3. Receive feedback timeout!
  4. Receive #OK or #ER failed!
  5. Write images failed!
  6. Serial port COM4 closed!!
  7. *******************************
  8. Current port: COM4
  9. Current baudrate: 9600
  10. Current stopBits: 1
  11. Current parity: No
复制代码


开发 还是比较容易 下载 也比较 方便,无需繁琐设置。
默认demo mygpio

// for  ai-thinker PB-03-Kit GREEN LED
#define LED_GPIO GPIO_P18
  1. // for  ai-thinker PB-03-Kit  LED引脚定义
  2. #define LED_GPIOB GPIO_P18//开发板上的蓝灯
  3. #define LED_GPIOR GPIO_P07//开发板上的红灯
  4. #define LED_GPIOG GPIO_P11//开发板上的绿灯
  5. #define LED_GPIO1 GPIO_P34//开发板上的白灯
  6. #define LED_GPIO2 GPIO_P00//开发板上的黄灯
复制代码

宏定义 修改成led 成18即可。
回复

使用道具 举报

大猫的鱼 | 前天 21:46 | 显示全部楼层
回复

使用道具 举报

1055173307 | 昨天 09:10 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则