Hi Hossein,
what is the "ACADO optimization problem"? If you have a DSRAM overflow-error then you have too many global or static variables. If you didn't do any modifications to the linker settings then the default is that:
- code will be placed into flash
- constant variables will be placed into flash
- global and static variables are put into RAM
Did you make any modifications to the stack- or heap-size (they are both located in RAM)? Are you programming with DAVE?
Regards,
Niclas
what is the "ACADO optimization problem"? If you have a DSRAM overflow-error then you have too many global or static variables. If you didn't do any modifications to the linker settings then the default is that:
- code will be placed into flash
- constant variables will be placed into flash
- global and static variables are put into RAM
Did you make any modifications to the stack- or heap-size (they are both located in RAM)? Are you programming with DAVE?
Regards,
Niclas