Other Parts Discussed in Thread: MSP430F2410 Below is the code in IAR
#pragma segment="SEC_KEY_SEG"
#define SPARAMS_SEG _Pragma("location=\"SEC_KEY_SEG\"")
#define SPARAMS_SEG_START (WORD)(__segment_begin("SEC_KEY_SEG"))
Below is th modified code…
Other Parts Discussed in Thread: MSP430F2410 Hi,
I am using MSP430F2410 ported code from IAR to Code Comp Studio.
The code execute fine with IAR.
With CCS i am facing below problem.
=================================
__disable_interrupt(); /…
Other Parts Discussed in Thread: MSP430F2410 I am porting IAR5.40.2 code to CCS6.0.
With IAR V5.40.2 i can build the code less than 51934 Bytes((Flash1 + Flash2 = 0xC9DE + 0x100 = 51934 Bytes) ->memory sections in Linker)
With CCS 6.0(MCU: MSP430F2410…
Other Parts Discussed in Thread: MSP430F2410 Hi,
I am porting IAR Embedded workbench project source code to Code composer studio.5.5.0
The source code is building fine with IAR Embedded workbench IDE.MCU is msp430f2410.
I have created a project…
Part Number: MSP430F249 Other Parts Discussed in Thread: MSP430F2410 Hello,
Does there exist example code for restoration TLV structure in MSP430F249? Customer erased TLV structure in his chips and now he wants to restore original TLV.
Thank you.…
Hi,
I am porting IAR Embedded workbench project source code to Code composer studio.5.5.0
The source code is building fine with IAR Embedded workbench IDE.MCU is msp430f2410 .
I have many below warnings in CCS.
===============================…
Other Parts Discussed in Thread: MSP430F2410 I am facing below build errors in CCSv5.5.0.. ===============
#303-D typedef name has already been declared (with same type) abs.c line 44, external location: C:\ti\ccsv5\tools\compiler\msp430_4.2.1\include…
Hi,
I am porting IAR Embedded workbench project source code to Code composer studio.5.5.0
The source code is building fine with IAR Embedded workbench IDE.MCU is msp430f2410 .
I have below warning in CCS.
#163-D unrecognized #pragma misc.h line…
Other Parts Discussed in Thread: MSP430F2410 #pragma RETAIN(bslkey)
#pragma DATA_SECTION(bslkey, "BSLSKEY")
const WORD bslkey = 0xAA55;
How can i write a equivalent in GCC compiler for the above TI compiler code in CCS6.0
MCU:MSP430F2410
HI ,
I am porting IAR Embedded workbench project source code to Code composer studio.5.5.0 The source code is building fine with IAR Embedded workbench IDE. MCU is msp430f2410 .
I am getting below Build errors and warning during compilation on the…