how to assign address of the app and boot when use jlink to download image to BCM9WCD1EVAL1

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
chch_2120956
Level 3
Level 3
First like received First like given

Hardware:BCM9WCD1EVAL1

MCU:STM32 F205RG

I want to download image to STM32  F205RG internal flash(1MB).

I assign the address of app boot dct download to flash and reset. the console only have a log (Starting Wiced v2.4.1)

                   

                    start address

Boot : 0x08000000 (waf_bootloader-NoOS-NoNS-BCM943362WCD4-SDIO.bin )

DCT1: 0x08004000 (DCT.bin )

DCT2: 0x08008000 (DCT.bin )

APP :   0x0800C000 (demo_appliance-BCM943362WCD4-FreeRTOS-LwIP.bin )

Is this right? how to assign address?

0 Likes
1 Reply
Anonymous
Not applicable

About memory map, following link will help.

Expanding bootloader memory size

0 Likes