Other Parts Discussed in Thread: MSP430G2553
Hi,
When creating a default empty project in CCR 12.4 for a MSP430FR2311, the --code_model compiler flag is set to large. This has a significant effect on the program memory footprint due to the 20bit addressing mode that is used within the large code model (if I understand correctly).Therefore, I prefer to use the small code model.
Taking into account the limited amount of memory in this particular MCU (3.5k FRAM, 1k RAM), is there any downside to using the small code model? Are there any risks I need to be aware of?
Thanks,
Justus