How to read bootloader binary values from flash?

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

cross mob
Anonymous
Not applicable

Hi everyone,

I am using CYBL11172-56LQXI in my project. I am trying to read hex values of the bootloader from flash starting at address 0x0000 (where the bootloader starts) but the values received are incorrect.

Also the values read from the address where the bootloadble application starts are correct. I wonder what's the difference as both data are in the same flash and would be very helpful if someone could comment on this.

Thank you.

0 Likes
2 Replies
Anonymous
Not applicable

Looks like that the values from flash starts matching after address 0x00C0. Is there any reason or any security reason that the values above 0x00C0 would not match?

0 Likes

Hello Dharav,

The configuration settings/reset vectors might be different when in bootloader mode and bootloadable mode.

Thanks,

Hima

0 Likes