打印
[AIROC™ 蓝牙]

CYW20829如何把外部Flash从1Mb更改为4Mb方法

[复制链接]
89|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
Burnon_FAE_1|  楼主 | 2024-7-18 09:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
AIROCTM CYW20829 Bluetooth LE MCU brings together the best in both MCU and Bluetooth LE 5.4 Controller. It is based on Cortex-M33 core. Other than complete BLE5.4 function, CYW20829 has rich peripherals like SPI, I2C, UART, CAN, ADC, PWM, etc. The CYW20829 uses the external flash for project image or data storage. The official kit CYW920829M2EVK-02 uses a 1MB flash (GD25WQ80EEFG), if you need a larger external flash to support complex function, like to store TFT display images, the following steps will guide you how to achieve it.

可以参考如下链接:
https://community.infineon.com/t ... YW20829/ta-p/762289

/bsps/TARGET_APP_CYW920829M2EVK-02/TOOLCHAIN_GCC_ARM/linker_ns_flash.ld
Change the flash end address from 512K:
FLASH_END_ADDR_SAHB         = 0x60080000; /* 512K */
to 4MB to full use the 4MB flash (remember to save after change).
FLASH_END_ADDR_SAHB         = 0x60400000; /* 4M */

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

30

主题

60

帖子

3

粉丝