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
    • 12/31/2024
    • Kallikuppa Sreenivasa

    [FAQ] AM625 / AM623 / AM620-Q1 / AM62L / AM62A / AM62P / AM62D-Q1 / AM64x / AM243x Design Recommendations / Custom board hardware design – Queries related to Residual Voltage, Detection and supply decay

    Part Number: AM625

    Tool/software:

    HI TI experts,

    I have the below queries related to residual voltage 

    1. What are the causes for Residual Voltage 

    2. Effect of Residual Voltage on the board performance 

    3. Detection of Residual Voltage 

    Processors forum Processors
    • 12/31/2024
    • Biao Li

    [FAQ] AM62A7-Q1: SDIO driver strength change

    Part Number: AM62A7-Q1

    Tool/software:

    Hi Expert,

    Customer was doing EMC test, it was found that the EMMC CLOCK exceeded the standard by 10dB at 1.8GHz and 1.6GHz. Can the output strength capability of the EMMC CLOCK be adjusted by below register in the figure below?

    BR,

    Biao

    Processors forum Processors
    • 12/30/2024
    • Daolin Qiu

    [FAQ] How to set up Enhancements for Scheduled Traffic (EST) / Time Aware Shaper (TAS) in Linux?

    Part Number: AM6442

    Tool/software:

    The current Linux SDK documentation gives an example of setting up Enhancements for Scheduled Traffic (EST): https://software-dl.ti.com/processor-sdk-linux/esd/AM64X/latest/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST.html 

    However, the example is complicated to understand and analyze. 

    Is there a simpler way to test EST and analyze the results?

    Processors forum Processors
    • 12/30/2024
    • Nick Saulnier

    [FAQ] How to load new firmware into the DM R5F core?

    I am using the AM62x, AM62Ax, or AM62Px.

    I want to load a different firmware into the device manager (DM) R5F core. How do I do it?

    Processors forum Processors
    • 12/28/2024
    • Kallikuppa Sreenivasa

    [FAQ] AM62A7 / AM62A7-Q1 / AM62A3 / AM62A3-Q1 / AM62A1-Q1 and AM62D-Q1 Design Recommendations / Custom board hardware design - Custom board schematics self-review

    Part Number: AM62A3

    Tool/software:

    Hi TI experts, 

    I have completed my custom board schematics based on AM62Ax SOC. Could you guide me on reviewing the schematics.

    Processors forum Processors
    • 12/28/2024
    • Kallikuppa Sreenivasa

    [FAQ] AM62P / AM62P-Q1 Design Recommendations / Custom board hardware design - Custom board schematics self-review

    Part Number: AM62P

    Tool/software:

    Hi TI experts, 

    I have completed my custom board schematics based on AM62Px SOC. Could you guide me on reviewing the schematics.

    Processors forum Processors
    • 12/28/2024
    • Kallikuppa Sreenivasa

    [FAQ] AM6442, AM6441, AM6422, AM6421, AM6412, AM6411, and AM2434, AM2432, AM2431 (ALV) Design Recommendations / Custom board hardware design - Custom board schematics self-review

    Part Number: AM6441

    Tool/software:

    Hi TI experts, 

    I have completed my custom board schematics based on AM64x or AM243x SOC. Could you guide me on reviewing the schematics.

    Processors forum Processors
    • 12/27/2024
    • Reese Grimsley

    [FAQ] EDGE-AI-STUDIO: How do I use and retrain AI models from TI’s Model Zoo for my own dataset using TI Deep Learning (TIDL) on Edge AI AM6xA Processors?

    Part Number: EDGE-AI-STUDIO

    Tool/software:

    Q:

    “I have found TI’s model zoo with neural networks that have been validated and benchmarked on AM6xA processor [AM62A, AM67A, AM68A, AM68PA, AM69A or TDA4x SoCs] using C7x AI accelerator."

    "I need to train these models for my own application with a dataset that I have collected. How do I do this?”

     

    A:

    The above is fairly common question from developers seeking to leverage pre-optimized networks from TI for their own custom application. It is suggested to use some of these models because they have already been analyzed and optimized for runtime latency and accuracy. The models available from TI are pre-trained on common datasets (e.g. COCO or Imagenet1k), but may need retraining to be applied to custom use-case.

    For some networks, we have modified the original network architecture to be friendlier to the hardware accelerator used on AM6xA and TDA4x SoCs, the C7xMMA. These modifications are usually to improve accuracy or runtime efficiency on our fixed-point accelerator. For example, replacing a SiLU activation function with ReLU is far faster in fixed-point. We denote these modified architectures by including “lite” or “TI lite” in the model name within our benchmarks or model zoo repo.

    With recent operator support, some original models may be supported as-is, where they were not before. Please see our list of supported operators/layers (and any related restrictions) for the latest information, and do note this documentation is version-specified with respect to our SDK.

    In subsequent responses, I’ll describe and categorize models within our model zoo as it pertains to retraining and reuse.

     

    Links and Repositories of note:

    • edgeai-tensorlab
      • hosts several programming tools for model training, optimization, compilation and benchmarking
    • edgeai-modelzoo
      • Part of tensorlab, hosting links and files for the modelzoo, including some pregenerated model artifacts. This was previously a separate repo (prior to July 2024), so if you find an archived version of edgeai-modelzoo on github, it is likely out of date.
    • Edge AI Studio
      • Online, GUI-based tool for training models, viewing pregenerated benchmarks, and other AI model development tasks.
      • See the Model Selection tool for pre-generated benchmarks
    • edgeai-tidl-tools
      • standalone tools for compiling a trained model that is exported into ONNX or TFLITE format

    Please note I have embedded plenty of links into the text for your benefit. Most of these links will reach into the edgeai-tensorlab or edgeai-tidl-tools repositories.

     

    TL;DR (too long, didn’t read): TI has a set of AI models that have been validated and benchmarked on our SOCs. These can be retrained, but not all architectures have a full set of examples and programming tools from TI for doing retraining yourself. In this FAQ, I’ll talk about the available resources and necessary knowledge to own this process for your design. Some architectures are modified and labelled “TI Lite” to denote that the architecture is not identical to the original version. Others are pulled by TI as-is. TI-Lite models require some optimizations that TI hard performed to be similarly done as part of training; unmodified architectures have limited support from TI for training (but compilation with TIDL tools has e2e support)

    Processors forum Processors
    • 12/27/2024
    • Doredla Sudheer Kumar

    [FAQ] TDA4VM: How to get remote cores trace log data into QNX debug terminal.

    Part Number: TDA4VM

    Tool/software:

    How we can get the trace log information at remote cores into QNX debug terminal?

    Processors forum Processors
    • 12/26/2024
    • Doredla Sudheer Kumar

    [FAQ] TDA4VM: How to fix the communication failure on CPSW Port-8 in Native Linux Driver on SDK version 8.6 and below.

    Part Number: TDA4VM

    Tool/software:

    The Ethernet communication on CPSW Port-8 is not successful using Native Linux Driver in SDK version 8.6 and below.

    Processors forum Processors
<>

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

    1080p@30fps streaming support in omap4430 0 Locked

    1656 views
    5 replies
    Latest over 13 years ago
    by Olivier Naudan
  • Answered

    AM35x/OMAP35x SGX graphics libraries hard float? 0 Locked

    3818 views
    24 replies
    Latest over 13 years ago
    by Ben Henricksen
  • Not Answered

    AM3703 sys_clkout2 0 Locked

    184 views
    0 replies
    Started over 13 years ago
    by angus angus
  • Not Answered

    SPI / Zigbee port device on the AM335x EVM-SK 0 Locked

    207 views
    0 replies
    Started over 13 years ago
    by James T
  • Not Answered

    DM814x IPNC support new NAND Flash 0 Locked

    318 views
    3 replies
    Latest over 13 years ago
    by Renjith Thomas
  • Answered

    PSP driver demo runs but aborts 0 Locked

    2088 views
    20 replies
    Latest over 13 years ago
    by Amy Chua
  • Not Answered

    Problems on using minicom zmodem transfer file 0 Locked

    1353 views
    1 reply
    Latest over 13 years ago
    by Iyshwarya Gopalakrishnan
  • Answered

    yaffs support on am335x 0 Locked

    676 views
    1 reply
    Latest over 13 years ago
    by Lihua Zhu
  • Answered

    How to fix this warning: ".c6xabi.exidx without a SECTIONS specification" ? 0 Locked

    1017 views
    4 replies
    Latest over 13 years ago
    by Joern
  • Not Answered

    HPI on DM648 0 Locked

    144 views
    0 replies
    Started over 13 years ago
    by maoyang wu
  • Not Answered

    DM36x IPNC video corruption with a bandlimited environment 0 Locked

    189 views
    0 replies
    Started over 13 years ago
    by YOUNG-HOON YOON
  • Answered

    AM3352 Power Domains 0 Locked

    279 views
    1 reply
    Latest over 13 years ago
    by BrandonAzbell
  • Answered

    Omap L138 mcBSP example 0 Locked

    841 views
    5 replies
    Latest over 13 years ago
    by EyalM
  • Answered

    C6run performance 0 Locked

    620 views
    7 replies
    Latest over 13 years ago
    by Maurizio Porpiglia
  • Answered

    xloader for dm3730 with NOR flash 0 Locked

    737 views
    5 replies
    Latest over 13 years ago
    by Cvetolin Shulev-XID
  • Answered

    Native Camera app buffer details and omx_h264enc StoreMetaDataInBuffersParams 0 Locked

    1240 views
    4 replies
    Latest over 13 years ago
    by Paul Fernandez
  • Answered

    AER on C55X:what if Tx input has a strong correlation with Rx input file? 0 Locked

    615 views
    4 replies
    Latest over 13 years ago
    by danyan chen
  • Answered

    Unconfigured Mode in PA 0 Locked

    260 views
    4 replies
    Latest over 13 years ago
    by RCReddy
  • Answered

    sun-java6-jdk problem on host machine 0 Locked

    379 views
    2 replies
    Latest over 13 years ago
    by bahabur
  • Answered

    whether Linux uses 128 L3 shared RAM 0 Locked

    313 views
    2 replies
    Latest over 13 years ago
    by Kalaiyarasan ES
<>