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
Arm-based microcontrollers

Arm-based microcontrollers

Arm-based microcontrollers forum

  • Mentions
  • Tags
  • More
  • Cancel
  • Ask a new question
  • Ask a new question
  • Cancel
  • Threads 49922 Discussions
Texas Instruments (TI) Microcontrollers support forum is an extensive online knowledge base where millions of technical questions and solutions are available 24/7. You can search for content on other microcontrollers or ask technical support questions on the extensive portfolio of microcontrollers. Find the right solution for your circuit design challenges by using our TI E2E™ support forums that are supported by thousands of contributing TI experts.
Frequent questions
    • 5/29/2024
    • jagadish gundavarapu

    [FAQ] TMS570LC4357: Listing out the bugs in the Cyclic Redundancy Check (CRC) Controller Module

    Part Number: TMS570LC4357

    Tool/software:

    Here i am listing out the all the bugs in the Cyclic Redundancy Check (CRC) Controller Module for both little endian (e.g. RM57Lx) and big endian (e.g. TMS570LC43x) devices of Hercules family.

    Arm-based microcontrollers forum Arm-based microcontrollers
    • 5/21/2024
    • Shaunak Deshpande

    [FAQ] TMDSCNCD263: AM243x to AM263x/AM263Px CPSW guide

    Part Number: TMDSCNCD263

    Hi experts,

    Is the CPSW on the TI AM243x, TI AM263x and TI AM263Px same? Are there any differences in the hardware functionality and software offering? Can you please explain the differences in detail.

    Thanks

    Arm-based microcontrollers forum Arm-based microcontrollers
    • 5/15/2024
    • Shaunak Deshpande

    [FAQ] AM2634: Issues in receiving/sending multicast frames on AM26x devices

    Part Number: AM2634

    Hi experts,

    • I send a multicast frame from the AM26x device but it is not visible on wireshark
    • I send a multicast frame to the AM26x device but my application does not receive it.

    Is there an issue in the CPSW hardware or the Ethernet driver with handling multicast frames? How can I check for drops and fix the transmit/receive issue?

    Arm-based microcontrollers forum Arm-based microcontrollers
    • 5/7/2024
    • Luis Solorzano

    [FAQ] TMS570LC4357: Issues with application Interrupts when using a Bootloader

    Part Number: TMS570LC4357

    Hi All,

    I'm trying to use the UART Bootloader to download and start my application. Everything seems to be working fine except for the interrupts. I read from other forums that I need to change the intvecs.asm file in my bootloader but still no luck. My application starts at 0x0020020.

    I'm using rti and gio interruputs, without the bootloader both are working fine. Is there anything else I should be aware to handle interrupts when using a bootloader, besides the modifications in the intvecs file?

    sys_intvecs.asm (bootloader)

    ;-------------------------------------------------------------------------------
    ; sys_intvecs.asm
    ;
    ; (c) Texas Instruments 2009, All rights reserved.
    ;
    
    
    ;-------------------------------------------------------------------------------
    ; import reference for interrupt routines
    
    	.ref _c_int00
    	.ref _svc
    
    
    ;-------------------------------------------------------------------------------
    ; interrupt vectors
    
    	.sect ".intvecs"
    
    	b _c_int00
    	b #0x20018
    	b #0x20018
    	b #0x20018
    	b #0x20018
    	b #0x20018
    	ldr pc,[pc,#-0x1b0]
    	ldr pc,[pc,#-0x1b0]

    The cmd file on my application.

    /* Linker Settings                                                            */
    
    --retain="*(.intvecs)"
    
    /* USER CODE BEGIN (1) */
    /* USER CODE END */
    
    /*----------------------------------------------------------------------------*/
    /* Memory Map                                                                 */
    
    MEMORY
    {
    /* USER CODE BEGIN (2) */
    /* USER CODE END */
        VECTORS (X)  : origin=0x00020020 length=0x00000020
        FLASH0  (RX) : origin=0x00020040 length=(0x001FFFE0-0x00020020)
        FLASH1  (RX) : origin=0x00200000 length=0x00200000
        STACKS  (RW) : origin=0x08000000 length=0x00001500
        RAM     (RW) : origin=0x08040000 length=(0x00080000-0x00040000)
    
    /* USER CODE BEGIN (3) */
    /* USER CODE END */
    }
    
    /* USER CODE BEGIN (4) */
    /* USER CODE END */
    
    
    /*----------------------------------------------------------------------------*/
    /* Section Configuration                                                      */
    
    SECTIONS
    {
    /* USER CODE BEGIN (5) */
    /* USER CODE END */
        .intvecs : {} > VECTORS
        .text   align(32) : {} > FLASH0 | FLASH1
        .const  align(32) : {} > FLASH0 | FLASH1
        .cinit  align(32) : {} > FLASH0 | FLASH1
        .pinit  align(32) : {} > FLASH0 | FLASH1
        .bss     : {} > RAM
        .data    : {} > RAM
        .sysmem  : {} > RAM
    	
    
    /* USER CODE BEGIN (6) */
    /* USER CODE END */
    }

    Thank you!

    Best regards,

    Arm-based microcontrollers forum Arm-based microcontrollers
    • 4/30/2024
    • Shaunak Deshpande

    [FAQ] AM2634: MCAL Ethernet Polling and Interrupt mode

    Part Number: AM2634

    Hi experts,

    I am using the out-of-box MCAL Eth app demo

    1. How do I disable interrupt pacing in my MCAL Ethernet project
    2. How do I switch to polling mode instead of interrupt mode.
    Arm-based microcontrollers forum Arm-based microcontrollers
    • 4/26/2024
    • Brandon Fisher94

    [FAQ] LP-MSPM0G3507: What Programming Tools are Supported for MSPM0?

    Part Number: LP-MSPM0G3507

    What Programming Tools are supported for development with MSPM0? 

    Arm-based microcontrollers forum Arm-based microcontrollers
    • 4/25/2024
    • Gunjan Kumari

    [FAQ] MCU-PLUS-SDK-AM26X: [FAQ] AM26x: CCS project for ASM MCAL

    Part Number: MCU-PLUS-SDK-AM263X, MCU-PLUS-SDK-AM263PX

    How to enable and import CCS project in ASM MCAL?

    Arm-based microcontrollers forum Arm-based microcontrollers
    • 4/24/2024
    • Shaunak Deshpande

    [FAQ] AM2634: Integration of PHY driver on custom board

    Part Number: AM2634

    Hi experts,

    Can you guide me on how to add PHY drivers on my custom board?

    Arm-based microcontrollers forum Arm-based microcontrollers
    • 4/18/2024
    • Sal Ye

    [FAQ] UNIFLASH: How to use UniFlash command line interface with MSPM0 device (load images and read memory)

    Part Number: UNIFLASH

    UniFLash supports command line interface (CLI) to load images and read memory of the device.

    Please refer to below user guide for details information of the CLI: https://software-dl.ti.com/ccs/esd/uniflash/docs/v8_1/uniflash_quick_start_guide.html 

    Below is the example of the CLI for MSPM0 device, user can take it as a reference:

    MassProductionViaUniFlash_L

    MassProductionViaUniFlash_G

    Note:

    For mspm0g series, using MassProductionViaUniFlash_G.zip is okay (although it is set as mspm0g3507).

    For mspm0l series, using MassProductionViaUniFlash_L.zip is okay (although it is set as mspm0l1306).

    B.R.

    Sal

    Arm-based microcontrollers forum Arm-based microcontrollers
    • 3/27/2024
    • Aakash Kedia

    [FAQ] MCU-PLUS-SDK-AM263X: What are the difference types of reset in the SoC ?

    Part Number: MCU-PLUS-SDK-AM263X

    • What is the difference between L_RST, G_RST, FSM reset?
    • What are a warm reset and a cold reset?
    • What is the SoC Boot Flow for each reset?
    Arm-based microcontrollers forum Arm-based microcontrollers
<>

View FAQ threads
  • Tags
  • RSS
  • More
  • Cancel
  • Answered

    TM4C129ENCPDT: Unresolved symbols using Tivaware/Sysconfig Tools with Tm4C192ENCPDT 0 Locked

    534 views
    4 replies
    Latest over 5 years ago
    by Ralph Jacobi
  • Answered

    CCS/TMS570LS0432: _enable_interrupt_() function,problem 0 Locked

    524 views
    12 replies
    Latest over 5 years ago
    by whong zhao
  • Suggested Answer

    TM4C129ENCPDT: uController will hang on sprintf statment 0 Locked

    693 views
    4 replies
    Latest over 5 years ago
    by Charles Tsai
  • Answered

    CCS/EK-TM4C129EXL: Debug hangs when example starts with MAP_SysCtlClockFreqSet 0 Locked

    347 views
    2 replies
    Latest over 5 years ago
    by Jan Cumps
  • Suggested Answer

    CCS/HERCULES-F021FLASHAPI: Testing tms570ls3137's flash with f021 flash api 0 Locked

    560 views
    3 replies
    Latest over 5 years ago
    by QJ Wang
  • Suggested Answer

    Building the SBL 0 Locked

    369 views
    1 reply
    Latest over 5 years ago
    by Karan Saxena
  • Answered

    SAFETI-HALCOGEN-CSP: XDS110 firmware downgrade 0 Locked

    609 views
    6 replies
    Latest over 5 years ago
    by QJ Wang
  • Suggested Answer

    CCS/TMS570LS3137: How to request NDA? 0 Locked

    319 views
    1 reply
    Latest over 5 years ago
    by QJ Wang
  • Suggested Answer

    XDS110: Schematics for TI 20-pin to ARM 20-pin converter adapter 0 Locked

    890 views
    1 reply
    Latest over 5 years ago
    by desouza
  • Answered

    TMS570LC4357: TMS570LC4357 spi3 can't communicate with LTC6813, SOMI line nothing 0 Locked

    591 views
    2 replies
    Latest over 5 years ago
    by xhf xu
  • Answered

    TM4C123GH6PZ: How to recover the locked device 0 Locked

    738 views
    8 replies
    Latest over 5 years ago
    by U-SK
  • Suggested Answer

    TM4C1294NCPDT: leakage current ADC 0 Locked

    345 views
    3 replies
    Latest over 5 years ago
    by Ralph Jacobi
  • Answered

    TMDSEMU110-U: IcePick_C: Error 0 Locked

    220 views
    1 reply
    Latest over 5 years ago
    by Alexis Crandall20
  • Suggested Answer

    Compiler/TM4C129XNCZAD: TCP Window Full and TCP Zero window issue in NDK 0 Locked

    818 views
    1 reply
    Latest over 5 years ago
    by Steven Connell
  • Suggested Answer

    TM4C129CNCPDT: Flash Boot Loader Question 0 Locked

    393 views
    1 reply
    Latest over 5 years ago
    by Charles Tsai
  • Answered

    CCS/TMS570LS1224: I2C Receive Issues 0 Locked

    372 views
    1 reply
    Latest over 5 years ago
    by QJ Wang
  • Not Answered

    TM4C1294NCPDT: XDS110 Stay in DFU mode 0 Locked

    529 views
    2 replies
    Latest over 5 years ago
    by user5092580
  • Answered

    TMS570LS1224: Issue of SLCK signal of SPI 0 Locked

    240 views
    2 replies
    Latest over 5 years ago
    by Datïan
  • Answered

    TM4C1294KCPDT: About Main Oscillator Specifications 0 Locked

    287 views
    4 replies
    Latest over 5 years ago
    by O.H
  • Suggested Answer

    TMS570LS3134: Questions for Flash EEPROM Emulation (FEE) 0 Locked

    921 views
    3 replies
    Latest over 5 years ago
    by QJ Wang
<>