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/MSP430F2132: #10247-D null

Part Number: MSP430F2132
Other Parts Discussed in Thread: MSP-FET, MSP430F2232

Tool/software: Code Composer Studio

Hello,

Im having a problem with running the debugger onto my code. The code is to turn clock into quadrature for a product. The code was completed and was working great going though debugger multiply times. 

What I have tried

  • Looking at all the settings and linker files for a project that was derived off of this one to ensure that they all match
  • run code with similar operations on the same device and bootloader
  • observe that power is properly being applied to the MSP-FET emulation tool. 
  • reading forum posts with issues such as my self to include but not limited to the following. 
  • https://e2e.ti.com/support/tools/ccs/f/81/t/189579

What I Think i know about the issue 

  • It all stems from the linker file and the .out file, somthing is not talking to another thing
  • The code was original built on V 4.3.3 but seems to be updating to the newest version. 
  • "text:__isfinite:rts430_eabi.lib<_printfi_min.c.obj>" somthing is wrong with this file, becuase it has a .text in front of it means it is executable code.

Here are all the current warnings stopping  me from proper debugging 

Description Resource Path Location Type
#10107-D table(BINIT) operator ignored: linker will only generate a copy table when creating a bare metal executable file lnk_msp430f2232.cmd /QSB_EQUAD line 110 C/C++ Problem
#10247-D null: creating output section ".text:__fpclassify:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__fpclassifyf:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__fpclassifyl:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isfinite:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isfinitef:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isfinitel:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isinf:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isinff:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isinfl:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isnan:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isnanf:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isnanl:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isnormal:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isnormalf:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__isnormall:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__signbit:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__signbitf:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem
#10247-D null: creating output section ".text:__signbitl:rts430_eabi.lib<_printfi_min.c.obj>" without a SECTIONS specification QSB_EQUAD C/C++ Problem

**Attention** This is a public forum