XMC 4500 relax kit, DSRAM problem

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

cross mob
Not applicable
Hello everyone,

what do these errors mean?

`.bss' will not fit in region `DSRAM_1_system'
region SRAM_combined overflowed no_init section
region `DSRAM_1_system' overflowed by -44 bytes

I want to implement ACADO Toolkit optimization in XMC 4500 relax kit. I think the code is pretty large.

How can I avoid this error?
is it possible to use other memory area instead of DSRAM? (I am beginner to Infineon boards and I am using default memory setting).

I will be grateful if someone can help me.

Sincerely,

Hossein
0 Likes
1 Reply
Rick_Nardone
Employee
Employee
Hi Hossein,

Looks like you are tight on the SRAM for your application. One option would be to move up the XMC4700 family, where you will have 352KBytes of SRAM.

You can get an XMC4700 relax kit: http://www.infineon.com/cms/en/product/evaluation-boards/KIT_XMC47_RELAX_V1/productType.html?product...

Best,

Rick
0 Likes