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 186 results View by: Thread Post Sort by
  • 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 5 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
  • 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 5 years ago
    • Code Composer Studio™︎
    • Code Composer Studio 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 5 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 5 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 5 years 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…
    • 3 months ago
    • Processors
    • Processors forum
  • Answered
  • DefectHistory.txt for MSP CGT 4.1.3

    Dan Cruthirds
    Dan Cruthirds
    Resolved
    Could someone please post the DefectHistory.txt for MSP CGT 4.1.3? Or point to where they are on a TI website? I'd like to see them before updating. Thanks.
    • Resolved
    • over 12 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • RE: DRV8245S-Q1LEVM: Generate PWM on MSP430G2553 in DRV8245S-Q1LEVM

    Ki
    Ki
    Kenley said: They tried to import it to CCS (Ver.12.7.1.00001), but it cannot be imported due to the following error. This project has a dependency on the MSP430 20.12.0 compiler. Please make sure it is installed and detected by CCS. You can obtain…
    • 11 months ago
    • Motor drivers
    • Motor drivers forum
  • RE: MSP430FR5994: Sometimes the noinit variables changes to 0 after a software reset

    Cash Hao11
    Cash Hao11
    Hi, It might related to what complier version you are using. Have you tried with the latest MSP-CGT v 21.6.0.LTS https://www.ti.com/tool/MSP-CGT And for the NOINIT and PERSISTENT, they are pretty similar, and can both prevent such variables from being…
    • over 2 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
<>

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

  • Ask a new question