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
Processors

Processors

Processors forum

  • Mentions
  • Tags
  • More
  • Cancel
  • Ask a new question
  • Ask a new question
  • Cancel
Texas Instruments (TI) Processors support forum is an extensive online knowledge base where millions of technical questions and solutions are available 24/7. You can search processors content or ask technical support questions on Sitara™ processors, digital signal processors (DSP) and automotive processors. 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
    • 8/5/2025
    • Kallikuppa Sreenivasa

    [FAQ] AM625 / AM623 / AM620-Q1 / AM62Ax / AM62Px / AM62D-Q1 Design Recommendations / Custom board hardware design - Queries related to Real-Time clock (RTC)

    Part Number: AM625

    Tool/software:

    Hi TI experts,

    I see that there is a RTC module instance.

    Do you have any guidance on the usage of the RTC

    Processors forum Processors
    • 7/31/2025
    • Gokul Praveen

    [FAQ] J721S2XSOMXEVM: Enable WKUPUART for boot logs in SPL ?

    Part Number: J721S2XSOMXEVM

    Tool/software:

    How to enable wkup uart for for getting the boot logs?

    Processors forum Processors
    • 7/31/2025
    • Adam Hua

    [FAQ] TDA4AEN-Q1: Build Yocto on portable disk and share between different PC

    Part Number: TDA4AEN-Q1

    Tool/software:

    Yocto build requires good internet connection, large storage space, large ddr memory on host pc and strong CPU. For small groups without a strong server, building yocto on a portable device like a removable disk and sharing between all co-workers can be an option. 

    Here explains how to build yocto on a removable disk and how to use the disk with a built yocto inside for other pc. 

    For yocto initial builder:

    First of all, the external disk must be formatted as ext4. After plugging in the disk through usb port, the disk is likely to be auto mounted to /media/USER/{disk name}. Note that building yocto will always add your USER name into its generated makefile and environment configuration files. To avoid that, do remember to umount the disk and remount it to somewhere unrelated with your username like /opt

    After the remounting, build yocto as normal. 

    For using disk on other PC:

    Because the path is already written into the yocto project in the external disk, the mounting point should be the same as the initial yocto builder. So you should also umount the disk from the default mounting point and remount it to the same mounting point the initial builder uses.

    Note: You can use docker to make the same.

    You can also reach to the local FAE of processor if you have trouble building yocto and want someone to build it for you.

    Regards,

    Adam

    Processors forum Processors
    • 7/30/2025
    • Gokul Praveen

    [FAQ] DRA821: SPL BOOT without A72 SPL on J7200 on 10.1 SDK

    Part Number: DRA821

    Tool/software:

    How to enable Falcon Boot Mode on 10.01 SDK?

    Boot Flow:

    R5 SPL -> ATF -> OPTEE -> U-BOOT -> Kernel

    Regards

    Gokul

    Processors forum Processors
    • 7/29/2025
    • Nick Saulnier

    [FAQ] How to avoid crashing the DM R5F when writing custom DM R5F firmware

    Parts Discussed in Thread: AM62x, AM62Ax, AM62Dx, AM62Px

    The primary role of the Device Management (DM) R5F core is to run the DM task. However, on some devices (not all devices!), TI supports writing custom code to run on the DM R5F, alongside the DM task.

    Non-DM code running on the DM R5F should not interfere with the DM task in any way. That means the non-DM task should not crash the DM R5F core, block the DM task from running, corrupt DM memory, etc. If the DM task crashes, device management (DM) and power management (PM) requests fail. This can render the device inoperable until a power cycle resets the DM R5F.

    These are best practices for customers who are writing custom code to run on the DM R5F.

    Other resources

    This information is planned to be added to the MCU+ SDK documentation under Developer Guides > Developing applications on Device Manager/Wake-up R5 core. Once the documentation has been updated, we will update this FAQ with links.

    This is a helper FAQ for  RE: [FAQ] DM R5F can crash in certain conditions: AM62x, AM62Ax, AM62Dx, AM62Px, AM67, AM67A  question "We are writing custom DM R5F firmware. Could our design be affected?"

    Processors forum Processors
    • 7/29/2025
    • Nick Saulnier

    [FAQ] SBL boot: How to find the DM R5F firmware that is loaded by SBL

    Parts Discussed in Thread: AM62x, AM62Ax, AM62Dx, AM62Px

    The primary role of the Device Management (DM) R5F core is to run the DM task. However, there may be other non-DM code running on the DM R5F, alongside the DM task. The firmware running on the DM R5F core is initialized during boot time, either during SPL boot or SBL boot.

    For more information about SPL boot and SBL boot, refer to the processor academy > Multicore > Boot flows: SBL vs SBL
    AM62x  ||  AM62Ax  ||  AM62Px  ||  AM64x

    When using the SBL boot flow, the DM R5F initializes critical parts of the system, including the DM task. The SBL code may either close itself at that point, or it may load a runtime application into the DM R5F. The runtime application is selected based on address instead of being selected by filename. That means that if a runtime application is loaded, then you need to verify what application is flashed to the memory at that address.

    Other FAQs

    • This FAQ focuses on looking at the SBL build flow and program flow. For more information about how to test the binary that is running on the DM R5F, refer to [FAQ] Linux: How to check what binary is running on the DM R5F 
    • For information about the SPL bootflow, refer to  [FAQ] SPL Boot: How to find the DM R5F binary that is built into tispl.bin  

    This is a helper FAQ for  RE: [FAQ] DM R5F can crash in certain conditions: AM62x, AM62Ax, AM62Dx, AM62Px, AM67, AM67A question "SBL boot: How to find the DM R5F firmware that is loaded by SBL".

    Processors forum Processors
    • 7/28/2025
    • Tarun Mukesh Puvvada

    [FAQ] TDA4AL-Q1: Large byte transfer

    Part Number: TDA4AL-Q1

    Tool/software:

    Example application on SDK 10.0 to show large byte transfer between CDD IPC(MCU1_0) and Linux (A72) using cdd_ipc_rc_linux ,rpsmg_char_simple applications on J721S2 ?

    Processors forum Processors
    • 7/26/2025
    • Nick Saulnier

    [FAQ] How to check if Linux can communicate with a non-Linux core through RPMsg

    Before Linux can communicate with a non-Linux core over the RPMsg inter-processor communication (IPC) protocol, several things needs to be true:

    1) RPMsg between Linux and the non-Linux core must be supported by software drivers on both software instances

    2) Application code to communicate over RPMsg must be written for both software instances

    3) The Linux remoteproc driver must either initialize the core, or attach to the core (if the core is already running)

    4) The RPMsg infrastructure (including VIRTIO buffers) must be initialized by Linux

    For more information:

    Running the out-of-the-box RPMsg test code:
    refer to the processor academy > Linux > Evaluating Linux > IPC Example
    AM62x  ||  AM62Ax  ||  AM62Px  ||  AM64x

    Examples of what "pass" and "fail" tests look like with the rpmsg_echo example:
    [FAQ] Linux: How to check what binary is running on the DM R5F 
    Examples 1, 2, 3

    Processors forum Processors
    • 7/26/2025
    • Nick Saulnier

    [FAQ] Linux: How to check what binary is running on the DM R5F

    Parts Discussed in Thread: AM62x, AM62Ax, AM62Dx, AM62Px, AM67, AM67A

    The primary role of the Device Management (DM) R5F core is to run the DM task. However, there may be other non-DM code running on the DM R5F, alongside the DM task. The firmware running on the DM R5F core is initialized during boot time, either during SPL boot or SBL boot.

    For more information about SPL boot and SBL boot, refer to the processor academy > Multicore > Boot flows: SBL vs SBL
    AM62x  ||  AM62Ax  ||  AM62Px

    We suggest one of these methods to check the binary:

    1. Find the DM R5F binary that is built into tispl.bin (For SPL boot flow) or loaded by the SBL (for SBL boot flow)
    2. During Linux runtime: Test if the ipc_rpmsg_echo_linux firmware is running on the DM R5F
    Processors forum Processors
    • 7/24/2025
    • Daniel Cheng1

    [FAQ] AM623: Functional safety certification document for AM62x, AM644x

    Part Number: AM623

    Tool/software:

    Hi Expert,

    When will AM62x have Functional safety certification document

    Thanks

    Daniel

    Processors forum Processors
<>

View FAQ threads
  • Tags
  • RSS
  • More
  • Cancel
  • Threads 199049 Discussions
  • Discussion

    Question on EMIF interface to a CAN Controller Chip Locked

    542 views
    7 replies
    Latest over 17 years ago
    by Juan Gonzales
  • Discussion

    Memory Overlay for L1P RAM Locked

    578 views
    4 replies
    Latest over 17 years ago
    by Amit Kale
  • Discussion

    TMS320DM6446 Dual DaVinci Processors Locked

    228 views
    1 reply
    Latest over 17 years ago
    by Juan Gonzales
  • Not Answered

    Using DVTB for VP6 Video Decoder 0 Locked

    398 views
    3 replies
    Latest over 17 years ago
    by Juan Gonzales
  • Answered

    C6713 Device Cycle Accurate Simulator 0 Locked

    2125 views
    7 replies
    Latest over 17 years ago
    by TimHarron
  • Not Answered

    USB Host controller 0 Locked

    2711 views
    20 replies
    Latest over 17 years ago
    by manuel
  • Discussion

    DSP load bug Locked

    714 views
    9 replies
    Latest over 17 years ago
    by Bernie Thompson TI
  • Discussion

    URGENT HELP - EVM DM642 Locked

    252 views
    0 replies
    Started over 17 years ago
    by LuizDavi
  • Not Answered

    Can anyone tell me how to generate strace utility from SDK? 0 Locked

    541 views
    5 replies
    Latest over 17 years ago
    by Bernie Thompson TI
  • Not Answered

    Text Overlay 0 Locked

    314 views
    2 replies
    Latest over 17 years ago
    by Bernie Thompson TI
  • Discussion

    How to rebuild the scale example? Locked

    565 views
    2 replies
    Latest over 17 years ago
    by Juan Gonzales
  • Discussion

    Help tracing kernel oops. Locked

    1071 views
    7 replies
    Latest over 17 years ago
    by Juan Gonzales
  • Discussion

    User space i2c app compile fails. Locked

    1483 views
    5 replies
    Latest over 17 years ago
    by Juan Gonzales
  • Not Answered

    STL for Code Composer? 0 Locked

    647 views
    2 replies
    Latest over 17 years ago
    by mbaessler
  • Not Answered

    OMAP35x EVM DVI Support 0 Locked

    2906 views
    37 replies
    Latest over 17 years ago
    by Bernie Thompson TI
  • Not Answered

    DMA on DM6437 0 Locked

    531 views
    3 replies
    Latest over 17 years ago
    by Brad Griffis
  • Not Answered

    Potential NFS mounting issues 0 Locked

    327 views
    2 replies
    Latest over 17 years ago
    by Juan Gonzales
  • Not Answered

    CCS + XDS510USB JTAG emulator work with OMAP35XX Family 0 Locked

    987 views
    6 replies
    Latest over 17 years ago
    by Brad Griffis
  • Not Answered

    When the EVM attempts to mount a NFS file system on a Linux host PC, the EVM shows the error 'Root-NFS: Server returned error -13 while mounting /mount/point' 0 Locked

    682 views
    3 replies
    Latest over 17 years ago
    by Bernie Thompson TI
  • Not Answered

    General debugging questions on OMAP35x EVM 0 Locked

    442 views
    4 replies
    Latest over 17 years ago
    by Juan Gonzales
<>