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
  • 简体中文

Filter by Reset

All
Forums (42)
  • Arm-based microcontrolle... (22)
  • Code Composer Studio™︎ (13)
  • Processors (7)
  • View all
Technical Articles (0)
Wikis (0)
Files (0)
Groups (0)
FAQ
  • Show only FAQs
Reply
  • Resolved
  • TI thinks resolved
  • Answer suggested
  • Has replies by TI employees
  • Has replies
Creation Date
  • Any
  • Past Week
  • Past Month
  • Past 3 Months
  • Past 6 Months
  • Past Year
From
To
Please correct dates.


Search tips
Showing 42 results View by: Thread Post Sort by
    Answered
  • Compiler/TM4C129CNCZAD: error #1836: designator may not specify a non-POD subobject

    Kaveh Vaghefi
    Kaveh Vaghefi
    Resolved
    Part Number: TM4C129CNCZAD Tool/software: TI C/C++ Compiler I have this definition: const int32_t ACCELERATION_DEFAULT = 0; const int32_t VELOCITY_DEFAULT = 0; const uint32_t SUBROUTINE_DEFAULT = 0U; struct MotorCmd { MotorCmd_E motor_cmd; int…
    • Resolved
    • over 6 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Answered
  • TM4C129CNCZAD: Hibernation Module Output Pin Drive Capability

    Jim Hoch
    Jim Hoch
    Resolved
    Part Number: TM4C129CNCZAD Hello, I would like to better understand the output drive capability of the _HIB pin associated with the Hibernation Module (TTL output). Per the datasheet, it does not appear that we can control the drive capability of this…
    • Resolved
    • over 7 years ago
    • Arm-based microcontrollers
    • Arm-based microcontrollers forum
  • Answered
  • RE: TM4C129CNCZAD: Crystal selection for custom TM4C129x board

    crash_override
    crash_override
    Resolved
    I am not using the Ethernet function. In fact, the TM4C129C doesn't even have Ethernet built in. Thanks for your quick response, I'm glad to hear that UART, CAN, and USB won't be affected.
    • over 7 years ago
    • Arm-based microcontrollers
    • Arm-based microcontrollers forum
  • Compiler/TM4C129CNCZAD: BUG: Compiler misreports MISRA rule 12.7

    Kaveh Vaghefi
    Kaveh Vaghefi
    TI Thinks Resolved
    Part Number: TM4C129CNCZAD Tool/software: TI C/C++ Compiler We recently tried updating our compiler on existing code and it began misreporting MISRA rule 12.7: #define SWITCH_0_BIT 0x01U #define SWITCH_1_BIT 0x02U #define SWITCH_2_BIT 0x04U #define…
    • over 7 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Answered
  • RE: Compiler/TM4C129CNCZAD: ARM 18.12.3 linker now produces `error #10457-D: Use of variable-length arrays is not thread-safe.`

    George Mock
    George Mock
    Resolved
    Thank you for submitting a test case through other channels. I can reproduce the problem. I filed the entry CODEGEN-6655 in the SDOWP system to have this investigated. You are welcome to follow it with the SDOWP link below in my signature. Thanks and…
    • over 6 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • RE: RTOS/TM4C129CNCZAD: RuntimeInstance Creation

    Alan DeMars
    Alan DeMars
    In the 'empty.c' within the .rar file you posted earlier, I do not see any 'create' calls. I only see a Task_construct() call that is commented out: Task_Params_init(&taskParams); taskParams.arg0 = 500; taskParams.stackSize = TASKSTACKSIZE; taskParams…
    • over 8 years ago
    • Processors
    • Processors forum
  • Compiler/TM4C129CNCZAD: Size of class in memory seems too large

    Kaveh Vaghefi
    Kaveh Vaghefi
    TI Thinks Resolved
    Part Number: TM4C129CNCZAD Tool/software: TI C/C++ Compiler I have a class that looks like this: template<typename T> class ParameterCheck { public: ParameterCheck(volatile T* parameter_ptr, T init_value): last_value_(init_value), parameter_ptr_…
    • over 7 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Answered
  • RE: Compiler/TM4C129CNCZAD: strtok and Thread Local Storage

    George Mock
    George Mock
    Resolved
    I filed CODEGEN-2215 in the SDOWP system to request that the compiler documentation be updated. You are welcome to follow it with the SDOWP link below in my signature. Thanks and regards, -George
    • over 8 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Answered
  • RE: TM4C129CNCZAD Hibernation Question and Errata Question

    Amit Ashara
    Amit Ashara
    Resolved
    Hello Jay, Yes that is correct. However when you power up the device the existing code will execute and cause the Hibernate to be reconfigured. So first erase the code before you make any changes to the code.
    • over 8 years ago
    • Arm-based microcontrollers
    • Arm-based microcontrollers forum
  • Compiler/TM4C129CNCZAD: C++ calls that return a pointer cause an unaligned access fault

    Kaveh Vaghefi
    Kaveh Vaghefi
    Part Number: TM4C129CNCZAD Tool/software: TI C/C++ Compiler class Board { public: virtual ~Board(); Syslog* syslog() { return syslog_; }; protected: Board() : syslog_(NULL) {}; Syslog* syslog_; } class BoardImpl : public Board { public:…
    • over 8 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
<
1 2 3 4 5
>

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

  • Ask a new question