Which data can we move in CCM_SRAM to have more memory

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

cross mob
Anonymous
Not applicable

We use WICED 5.1 on stm32f415 with feature :

- WIFI station

- BLE server

- BLE client

- AMQP

we using the default wiced config (all in SRAM) but we haven't enought free space in SRAM (128 Ko - heap size)

Which data can we move in CCM_SRAM  ?

When we moving .bss, the program doesn't work (DMA can't acces to CCM )

0 Likes
1 Reply
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Could you please tell me the platform you are using? You need to create CCM_SRAM section if it is not already declared. While moving a variable to CCM_SRAM, during the declaration, you have to specify the attribute for the particular variable.

0 Likes