eric2013 发表于 2022-12-28 00:41:54

树莓派单片机RP2040的IAR工程模板





tovinz 发表于 2022-12-28 08:47:10

可以调试吗

eric2013 发表于 2022-12-28 09:18:33

tovinz 发表于 2022-12-28 08:47
可以调试吗

可以调试。

tovinz 发表于 2022-12-28 11:07:58

构建的时候找不到boot2.bin,连w25q080这个目录都没有

tovinz 发表于 2022-12-28 11:14:43

tovinz 发表于 2022-12-28 11:07
构建的时候找不到boot2.bin,连w25q080这个目录都没有

解决了,改成这个就好了

eric2013 发表于 2022-12-28 11:26:55

tovinz 发表于 2022-12-28 11:07
构建的时候找不到boot2.bin,连w25q080这个目录都没有
先把找个运行下,再运行跑马灯的例子。


pico-blink
-----------
Debug:
    This configuration is intended for debugging in QSPI flash memory.

Release:
    This configuration is intended to produce a QSPI release build that uses
    higher compiler optimizations, and may not be suitable for debugging.

pico-boot2
-----------
generic_03h:
    Builds a generic second stage bootloader for RP2040. It could be used
    on any RP2040 board.

w25q080:
    Builds Winbond W25Q080/W25Q16JV specific second stage bootloader
    for RP2040, intended for use with Raspberry Pi Pico board.




tovinz 发表于 2022-12-28 11:39:13

eric2013 发表于 2022-12-28 11:26
先把找个运行下,再运行跑马灯的例子。




看了说明,那个generic_03h是用来从别的flash启动的

tovinz 发表于 2022-12-28 16:05:15

中断怎么处理,找不到中断向量表

偶尔来看看 发表于 2023-1-2 10:53:25

用Python是可以下载的,但iar我的怎么提示probe not found,USB口,和jlink都一样,奇怪了

tovinz 发表于 2023-1-30 23:21:45

tovinz 发表于 2022-12-28 16:05
中断怎么处理,找不到中断向量表

有时间按照这个整一下,看看行不行;P

xutong 发表于 2023-4-10 10:06:32

这个好,去整个板子玩玩
页: [1]
查看完整版本: 树莓派单片机RP2040的IAR工程模板