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

cross mob
JoLE_3168931
Level 3
Level 3
First like received Welcome!

Hello,

in order to speed up the downloading process time on the CYW943907AEVAL1F board, is there any way to download code and data directly to the RAM ?

Thank you.

1 Solution

Well, actually, it is pretty straightforward.

You just need to load the application ELF file in RAM with OpenOCD (+some initializations coming from the sflash_write TCL script).

After all, it's what the tiny bootloader does.

You still may need to download DCT first (we manage to stub the access to avoid this soon).

Now, the application is loaded and reset in less than 3 seconds (even less if you keep the OpenOCD session open), instead of 25 seconds when using flash.

I could post the script here if someone is interested, but I would prefer that it comes from the Cypress team to avoid mistakes.

View solution in original post

0 Likes
7 Replies