Other Parts Discussed in Thread: MSP430FR6043, MSP-TS430PM64F
Tool/software: Code Composer Studio
Hi,
I have a custom MSP430FR5043 board, and I'm trying to include uss software library to my project. The default setting of data memory model size is "restricted", and it seems like uss library requires large data memory model.
After changing the setting, my project can be built normally. But when I try to run my project, the program hangs when calling "__TI_zero_init_template" in "copy_zero_init.c ".
Is there any template uss project for msp430fr5043? Or did I do anything wrong with the memory setting?