Browse By Tags

  • TMS320F2806: About 5pcs OF TMS320F2806PZA cannot be burned program

    Part Number: TMS320F2806

    Dear Expert

    We found that  5pcs of TMS320F2806PZA cannot be burned program. And we shunt down the power supply reburn again still not could bruned program. We production about 2500 pcs ,it's a little high failure rate .

    We…

  • TMS320F2806: #16000: object files have incompatible formats

    Part Number: TMS320F2806
    Other Parts Discussed in Thread: C2000WARE

    Hi,

    My project is running on ccs 10.3.1,

    Suddenly I am getting this error,

    fatal error #16000: object files have incompatible formats
       ("C:/ti/ccs1031/ccs/tools/compiler/ti-cgt-c2000_20…

  • TMS320F2806: Not compatible with ISA revision

    Part Number: TMS320F2806
    Other Parts Discussed in Thread: CONTROLSUITE

    Hi There,

    I am debugging a project which has SFO_TI_Build_V6b.lib file requirement.

    My current project is in ccs v.5, I have solved few problem but now its looks like version conflict…

  • XDS100V2 programming issue

    Other Parts Discussed in Thread: TMS320F2806

    Hi all,

    We are having some trouble programming our C2000 based custom board with the Spectrum XDS100V2 emulator. We are programming our boards after production, but some micros (TMS320F2806) are dying, approximately…

  • TMS320F280041: TMS320F28xxx 8bit support

    Part Number: TMS320F280041
    Other Parts Discussed in Thread: TMS320F2806

    Hi there,

    At the beginning of our project I realised that the TMS320F280041 has no 8bit support. "Not a problem" I thought but now where I would like to reuse old code we used on…

  • TMS320F2806: Intellectual property right

    Part Number: TMS320F2806
    Other Parts Discussed in Thread: OMAP-L137, TMS570LC4357-EP

    Hi Team,

    Our customer would like to confirm if the ePeripherals (eQep, ePwm) of TMS320F2806 microcontroller have intellectual property right.

    Regards,

    Danilo

  • TMS320F2802: TMS320F20802 TMS320F2806

    Part Number: TMS320F2806TMS320F2802

    We are trying to measure the time taken by a particular function in our code. However, this function is a critical test function and is executed before the timers and interrupts on the controller are configured and initialized…

  • TMS320F2806: TMS320F2806 RAM test

    Part Number: TMS320F2806

    Dear Team ,

    Good day!

    Our customer are trying to implement a non-destructive RAM test on the F2802 and F2806
    controllers. This is a test to be run at power up, and before the C-runtime has been initialized and invoked.

    They need…

  • TMS320F2806: RAM test using March13 algorith.

    Part Number: TMS320F2806
    Other Parts Discussed in Thread: CONTROLSUITE, IEC60730SWPACKAGES

    We have few queries and we will be glad if you can help it out,

    1. We couldn't able to build the project for F2806x present in the IEC60730 package because of dependencies…

  • TMS320F280049C: Code Composer Studio crashing during life debug

    Part Number: TMS320F280049C
    Other Parts Discussed in Thread: TMS320F2806

    Hi there,

    I'm facing the issue that my Code Composer Studio is constantly throughing the error "Trouble Reading Memory Block" when I try to debug my ADCs.

    In detail…

  • TMS320F2806: Access to legacy dlog lib

    Part Number: TMS320F2806
    Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE-DIGITALPOWER-SDK, C2000WARE

    Hi there,

    I imported a farely old project which used the dlog libraries. The header file was included in the sourced but I think there is a …

  • TMS320F2806: Output states (GPIO, PWM) during programming

    Part Number: TMS320F2806
    Other Parts Discussed in Thread: TMS320F280041

    Hi there,

    I was wondering whether the output of a microcontroller can toggle during a programming procedure?! In paticular we are currently using a TMS320F2806 and we think about…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Hi Santosh,

    thanks for the reference. I'll have a look at it even though this will most likely not fix the issue. We can close this case for now.

    Thanks for taking the time,

    Lennart

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Lennart,

    I just imported F2806 timed_led_blink example and rebuild it. It was giving me two errors. As, the project is creating COFF format executable, it needed to be linker to COFF version IQMath library (IQmath_fpu32_coff.lib), and rts2800_fpu32_fast_suppliement…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Sounds reasonable. As I said this is a 10 year old projected. I figured out a way generating the hex file without using the code composer studio. I think I might just life with that then.

    However, I still don't understand why this becomes an issue when…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Lannart,

    You should only be linking to IQMath.lib, not keeping them as dependent project which will force to rebuild the project.

    Do you have a trim down project to share then I can recreate it here? Or if you import any C2000ware example project and…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Those three projects are libraries which are used within the project. IQmath for example is a fixed point library from TI as far as I know. Similar applies to DSP280x_common. Anyways. Both actually have to be build for the project to work. I wonder why…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    How about these three projects? Where do you have these projects? are they listed as dependent projects?

    Building file: "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib"
    Building file: "D:/ptg04/soft/ptg_02_dsp/build/F2806_FEO_WITH_BOOT…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Here's a screenshot of the link order. It doesn't change though if I enable the hex utility. Even when I enable the hex utility, hit apply and close, and reopen the build settings there is no difference in the link order. It always is as in the screenshot…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Open Project Setting (right-click on project and select "Show Build Settings..."

    Then it should be under 'CCS Build", on the right-side pane, check the link order tab and dependency tab. Here is screen for your reference.

  • RE: TMS320F2806: Programming TMS320F2806 Fails with Err 1156

    Hi Matthew,

    after some hours of struggling with it I had to figure out that the issue is the switching power supply of the device. If I connect the programmer to the TMS the JTAG wires are very close to the power supply and the JTAG signals gets distorted…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Jap that's what I thought as well. Along with the RAM issue I also think another linker script is added. That's why I was asking whether there is a log file on which linker script where used and probably also a log file that tells me what makefiles where…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Looks like something different in project for build with hex gen enabled. Not sure it is coming from.

    >> Compilation failure
    IQmath/cIQmath/lib/subdir_rules.mk:9: recipe for target 'IQmath/cIQmath/lib/IQmath.out' failed
    fatal error #10009…
  • RE: TMS320F2806: Programming TMS320F2806 Fails with Err 1156

    Lennart,

    Thanks for reaching out to the E2E. 

    I want to first make sure that we have selected the matching PN in either CCS or Uniflash.  Note there is a newer device family; TMS320F2806x(69, 68, 62, etc) that is not equivalent to TMS320F2806.  Please make…

  • RE: TMS320F2806: Find used linker command file in Code Composer Studio

    Sure, I attached two hex files. The one is the build without the hex file generator enabled and the other with the hex file generator enabled.

    build_with_hex_gen_enabled.txt
    **** Clean-only build of configuration ReleaseEM for project Physys_DSP…