This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
CCS Version: 11.0.0.00012
MSP-EXP430FR2433
I've got an MSP-EXP430FR2433 and I'm trying to develop a microcontroller with CCS for the first time.
When I compile OUT OF BOX, I get the following 6 errors.
"optimisation -O4 and speed vs. size set to 0" does not solve the problem.
#10010 errors encountered during linking; "OutOfBox_MSP430FR2433.out" not built OutOfBox_MSP430FR2433 C/C++ Problem
#10367-D output section ".TI.persistent" cannot mix noinit sections with sections that require initialization.
#10099-D program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment fails for section "ALL_FRAM" size 0x4a95. Available memory ranges:
gmake: *** [all] Error 2
gmake[1]: *** [OutOfBox_MSP430FR2433.out] Error 1
gmake[1]: Target 'secondary-outputs' not remade because of errors.
Hi
The code is exceed the FRAM memory range. Increase the optimization level to 4. The code will be built.
Hi
Thanks for the response.
I tried that, but it didn't work.
The result is the same.
Hi
It almost uses all the FRAM in the level4.
My ccs version is Version: 10.4.0.00006. But I don't think the version will influence it. Could you try to import a new OOB project and build it?
Hi
www.tij.co.jp/.../MSP-EXP430FR2433
I downloaded the MSP-EXP430FR2433 Software Examples and Design Files (November 6, 2017) from the above URL and tried to build it again.
It still did not work.
What could be the cause?
Is there a problem with the FRAM?
This is my first MCU development and I am confused.
Hi
If you want to try MCU, you could start with a simple example code like blink a LED. Other peripherals example code you can find in https://dev.ti.com/tirex/explore/node?node=ANR8TifPdC5oHpgxyNGfNA__IOGqZri__LATEST&search=2433
OOB code is a example code with GUI and it is more complex. Suggest you start with some simple example
Hi
Thanks for the advice.
I've already tried "BlinkLED_MSP430FR2433".
Then I tried "OutOfBox_MSP430FR2433" and stumbled upon it.
I will leave OOB for now and check other peripheral functions one by one.
Hi
Hope you have fun with MSP430. If you have any question about other peripheral you can post a new ticket for help. This ticket will be closed.
Thanks.
**Attention** This is a public forum