CYW20735 Memory Map

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

cross mob
mnemonicservice
Level 1
Level 1
5 sign-ins First reply posted First question asked

Where can I find a memory map for this MCU?

 

Thank you

0 Likes
1 Solution
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi @mnemonicservice ,

The memory layout will be similar to the device CYW20719 as mentioned below:

https://community.cypress.com/t5/Resource-Library/CYW20719-Memory-Layout/ta-p/246353

Note that there will be certain changes based on the chip you are using. For example, CYW20735 doesn't have an internal flash so that can be ignored in the memory layout shown above. Check the device specific datasheet for information on the different memories present in the chip and their sizes.

https://www.cypress.com/documentation/datasheets/cyw20735b1-single-chip-bluetooth-transceiver-wirele...

To know the start and end address of the application RAM and patch, please check the linker script of the application. In MTB, you can find the .ld and the .map file under the generated sources, build folder

<proj_dir>\<proj-name>\build\<device-name>\Debug\<proj-name.ld>

Please let us know if you are looking for something specific.

 

 

Regards,
Bragadeesh

View solution in original post

2 Replies
BragadeeshV
Moderator
Moderator
Moderator
First question asked 1000 replies posted 750 replies posted

Hi @mnemonicservice ,

The memory layout will be similar to the device CYW20719 as mentioned below:

https://community.cypress.com/t5/Resource-Library/CYW20719-Memory-Layout/ta-p/246353

Note that there will be certain changes based on the chip you are using. For example, CYW20735 doesn't have an internal flash so that can be ignored in the memory layout shown above. Check the device specific datasheet for information on the different memories present in the chip and their sizes.

https://www.cypress.com/documentation/datasheets/cyw20735b1-single-chip-bluetooth-transceiver-wirele...

To know the start and end address of the application RAM and patch, please check the linker script of the application. In MTB, you can find the .ld and the .map file under the generated sources, build folder

<proj_dir>\<proj-name>\build\<device-name>\Debug\<proj-name.ld>

Please let us know if you are looking for something specific.

 

 

Regards,
Bragadeesh

Thank you very much, @BragadeeshV !

0 Likes