Is there a way to load CYW943907AEVAL1F firmware in RAM instead of FLASH using debuger ?

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

cross mob
1 Solution
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

You can use Segger's JFLASH to program the application code in RAM. You can try building the application and using the elf/hex file to program the RAM but make sure that the boot process is not broken as the default process loads various files/firmware from the external flash to RAM. 

Thanks

Aditi

View solution in original post

0 Likes
3 Replies
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

Are you referring to WLAN (radio) firmware or the application code?

Thanks

Aditi

0 Likes
MaFa_974161
Level 5
Level 5
100 sign-ins 50 replies posted 50 questions asked

The application code

0 Likes
Aditi_B
Moderator
Moderator
Moderator
500 replies posted 5 questions asked 250 replies posted

Hi,

You can use Segger's JFLASH to program the application code in RAM. You can try building the application and using the elf/hex file to program the RAM but make sure that the boot process is not broken as the default process loads various files/firmware from the external flash to RAM. 

Thanks

Aditi

0 Likes