TI E2E support forums
TI E2E support forums
  • User
  • Site
  • Search
  • User
  • E2E™ design support >
  • Forums
    • Amplifiers
    • API solutions
    • Audio
    • Clock & timing
    • Data converters
    • DLP® products
    • Interface
    • Isolation
    • Logic
    • Microcontrollers
    • Motor drivers
    • Power management
    • Processors
    • RF & microwave
    • Sensors
    • Site support
    • Switches & multiplexers
    • Tools
    • Wireless connectivity
    • Archived forums
    • Archived groups
  • Technical articles
  • TI training
    • Tech days
    • Online training
    • Live events
    • Power Supply Design Seminar
  • Getting started
  • 简体中文
  • More
  • Cancel


Search tips
Showing 196 results View by: Thread Post Sort by
  • CCS/MSP-CGT: Inefficient common BIC.B optimisation.

    Parakleta
    Parakleta
    TI Thinks Resolved
    Part Number: MSP-CGT Tool/software: Code Composer Studio Hi, This issue isn't actually fixed in general. The specific case I provide was resolved, but if you clear the same bit pattern from two (or more) bytes then the same de-optimisation occurs…
    • over 6 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • CCS/MSP-CGT: Inefficient common BIC.B optimisation.

    Parakleta
    Parakleta
    TI Thinks Resolved
    Part Number: MSP-CGT Tool/software: Code Composer Studio Given the following function: extern unsigned char src, dst; void func(void) { dst &= ~src; } The CGT compiler produces the following output: ;**************************************…
    • over 6 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Compiler/MSP-CGT: Braindead __swap_bytes intrinsic/macro.

    Parakleta
    Parakleta
    TI Thinks Resolved
    Part Number: MSP-CGT Tool/software: TI C/C++ Compiler Given the following function: #include <msp430.h> extern unsigned char a, b; unsigned int func(void) { return a | __swap_bytes(b); } The compiler produces the following output: ;*****…
    • over 6 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Compiler/MSP-CGT: BUG: Incorrect optimisation with mixed short/long arithmetic.

    Parakleta
    Parakleta
    TI Thinks Resolved
    Part Number: MSP-CGT Tool/software: TI C/C++ Compiler If I have the following function: extern unsigned short a, b; extern unsigned long l; void func(void) { l += a; l -= b; } The the compiler produces the following incorrect output: ;***…
    • over 6 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Answered
  • CCSTUDIO-MSP: OpeMSP430 with CCS CGT license

    Hitoshi Sugawara
    Hitoshi Sugawara
    Resolved
    Part Number: CCSTUDIO-MSP Hi Experts, A customer would like to use an OpenMSP430 device. With this case, the license for MSP430 is applicable? They need to confirm about the license condition in the"MSP430_RTS_20.2.0.LTS_manifest.html" and "MSP430_RTS_20_2_0_LTS_561e8470…
    • Resolved
    • over 4 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • Answered
  • Compiler: MSP-CGT-19 Lint Config

    Clemens Grunberger
    Clemens Grunberger
    Resolved
    Tool/software: TI C/C++ Compiler Hi There, is there any PC-Lint compiler specific configuration available for: ti-cgt-arm_20.2.1.LTS ti-cgt-c2000_20.2.1.LTS ti-cgt-msp430_20.2.1.LTS Related to: There seem to be some cinfigs provided…
    • Resolved
    • over 6 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Compiler/MSP-CGT: BUG: Arithmetic on pointer to void produces incorrect code in comparisons (and optimisations)

    Parakleta
    Parakleta
    TI Thinks Resolved
    Part Number: MSP-CGT Tool/software: TI C/C++ Compiler If I have the following code extern unsigned char __heap[512]; #define mid ((void *)__heap + 256) #define end ((void *)__heap + 512) void func(void) { void *ptr = end; do { *(unsigned char…
    • over 6 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Compiler/MSP-EXP430FR6989: MSP430 TI CGT 18.12.3.LTS does not include unistd.h

    Carson Schubert
    Carson Schubert
    TI Thinks Resolved
    Part Number: MSP-EXP430FR6989 Tool/software: TI C/C++ Compiler The MSP430 TI CGT version listed above does not include the header file "unistd.h". However, a version can be found here: https://doc.riot-os.org/msp430__common_2include_2unistd_8h.html#details…
    • over 6 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • RE: MSP430F235: Can you provide the old version of Code Composer Essentials V3 software?

    Pengfei Xie
    Pengfei Xie
    Hi Xiaorui, The CCE is not supported any more and there is not available download link for it. The issue you meet (The code size exceeds available flash memory) looks more related to compiler version and option. You could try to download and use…
    • 5 months ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • TI-CGT: Linker CRC table for compressed section

    Jesus Perez
    Jesus Perez
    TI Thinks Resolved
    Part Number: TI-CGT Other Parts Discussed in Thread: MSP-CGT Tool/software: Hello, I can't get the linker to generate a CRC table for a compressed section with different run and load addresses. In my linker file I have: .custom.data : {} LOAD=FLASH…
    • over 1 year ago
    • Processors
    • Processors forum
<>

Didn't find what you are looking for? Post a new question.

  • Ask a new question