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
    • 10/28/2024
    • Tushar Thakur

    [FAQ] PROCESSOR-SDK-AM64X: Data Verification Error while loading the program on M4F core

    Part Number: PROCESSOR-SDK-AM64X

    Tool/software:

    I am trying to load the SDK example code to AM62x/AM64x board, but I am facing an issue while loading the program into it as shown in the below screenshot.

    Can you please help to resolve the above error?

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

    [FAQ] AM625 / AM623 / AM620-Q1 / AM62A / AM62D-Q1 / AM62P / AM62L / AM64x / AM243x Design Recommendations / Custom board hardware design - Custom Board Schematics Self Review

    Part Number: AM625

    Tool/software:

    HI TI experts,

    We are currently designing a custom board leveraging TI SK collaterals.

    We have a tight project timeline Is there some guidelines that i could follow to do a self-review of the custom board schematics before i build the boards.

    Processors forum Processors
    • 10/27/2024
    • Nikhil Dasan

    [FAQ] TDA4VM-Q1: Patches and scripts for the SRV optimization App note

    Part Number: TDA4VM-Q1

    Tool/software:

    Links for the patches for the SRV optimization App note

    Processors forum Processors
    • 10/26/2024
    • Biao Li

    [FAQ] TDA4VM-Q1: MDIO change in SR2.0

    Part Number: TDA4VM-Q1

    Tool/software:

    Hi Expert,

    My customer Motovis report an issue about ethernet link down issue, customer have catch the MDIO using the Logic analysis, they find there is some difference between B version (SR1.1) and C version (SR2.0). customer are using the same SW, and they actually only send the clause 22 protocol, and they can see only clause 22 in SR1.1 device, but in SR2.0, there is a lot of clause 45 you can see below screen shot. this difference cause customer line down, all SR2.0 board will link down so that the ethernet will work abnormal. need you help for this issue urgently; do you know any SW change need to be apply for this MDIO in GP device? or any difference between this? customer confirm this issue is related silicon version.

    SDK version: SDK 8.4, GP Device

    SR1.1:

    SR2.0

    0003.decoder--Bversion SR1.1 mdio.xlsx0003.decoder--C version SR2.0 mdio.csv

    BR,

    Biao

    Processors forum Processors
    • 10/24/2024
    • Paul Nwoko

    [FAQ] AM625: MCSPI MISO MOSI IDENTIFICATION

    Part Number: AM625

    Tool/software:

    Hi Ti Experts,

    I am designing a custom board for the AM6254 SoC and trying to connect an SPI peripheral to the AM6254 SPI interface.

    I intend to use MCU_SPI1 Channel but I am not sure which one is MISO and MOSI between MCU_SPI1_D0 and MCU_SPI1_D1.

    Kindly help me identify which one is which.

    Looking forward to your response. Thank you.

    Regards,

    Paul.

    Processors forum Processors
    • 10/22/2024
    • Kevin Peng

    [FAQ] TDA4AP-Q1: How to Set PCIe0 Transmitter De-emphasis

    Part Number: TDA4AP-Q1

    Tool/software:

    Hi TI Experts,

    Customer is working on TDA4AP SDK10.0. They are using SPL boot.

    They want to change the De-emphasis to be -3.5dB for PCIe0 for 5.0GT/s to minimize reflection. Please see the below description for details.

    We have also found the corresponding setting below.

    Could you please suggest coding how could we change De-emphasis to be -3.5dB for PCIe0 ?

    Many Thanks,

    Kevin

    Processors forum Processors
    • 10/21/2024
    • Nick Saulnier

    [FAQ] AM62X/AM62Ax/AM62Px: What to do if Linux fails to initialize remoteproc with DM R5F?

    I am using a processor with a DM R5F (AM62x, AM62Ax, AM62Px). I am using SDK 9.2.1 or SDK 10.0. The Device Manager (RM) R5F core is listed in the Linux devicetree, so Linux should use the remoteproc driver to attach to the DM R5F during Linux boot time, and initialize RPMsg communication with the DM R5F [1] [2]. However, the Linux remoteproc driver is failing with error -19. What is going on?

    Here is an example of a "working" attach to the DM R5F core:

    [    6.569096] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    6.572660] platform 78000000.r5f: configured R5F for IPC-only mode
    [    6.573291] platform 78000000.r5f: assigned reserved memory node r5f-dma-memory@9da00000
    [    6.573941] remoteproc remoteproc3: 78000000.r5f is available
    [    6.574088] remoteproc remoteproc3: attaching to 78000000.r5f
    [    6.589108] platform 78000000.r5f: R5F core initialized in IPC-only mode
    [    6.589191] rproc-virtio rproc-virtio.5.auto: assigned reserved memory node r5f-dma-memory@9da00000
    [    6.589483] rproc-virtio rproc-virtio.5.auto: registered virtio1 (type 7)
    [    6.589504] remoteproc remoteproc3: remote processor 78000000.r5f is now attached

    And here is an example of a failing case:

    [    6.670963] platform 78000000.r5f: ti-sci processor request failed: -19
    [    6.671050] platform 78000000.r5f: ti_sci_proc_request failed, ret = -19
    [    6.674274] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_core_of_init failed, ret = -19
    [    6.674301] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_of_init failed, ret = -19

    ----------------------------------------------------

    Additional notes:

    [1] The DM R5F core starts running earlier in the boot process than Linux. For most remote cores (i.e., non-Linux cores), the Linux remoteproc driver both initializes the core, and sets up the infrastructure to enable RPMsg communication with the remote core. However, since the DM R5F core is already running, the Linux remoteproc driver simply "attaches" to the already-running DM R5F, and initializes the RPMsg infrastructure. For more information about booting & disabling processor cores, refer to the Multicore module of the associated processor academy:
    AM62x: https://dev.ti.com/tirex/explore/node?node=A__AdnCtmyMLBJQE.U38-Dw4w__AM62-ACADEMY__uiYMDcq__LATEST
    A
    M62Ax: https://dev.ti.com/tirex/explore/node?node=A__Ada-WjvmUg3JmB109NavGA__AM62A-ACADEMY__WeZ9SsL__LATEST
    AM62Px: https://dev.ti.com/tirex/explore/node?node=A__AYnQdcxcEc8wt-WsqMumsA__AM62P-ACADEMY__fp5YxRM__LATEST 

    [2] If RPMsg communication is not used with the DM R5F, and Linux does not interact with the DM R5F code during runtime, then the remoteproc driver does not need to attach to the DM R5F in the first place. However, keep in mind that the DM R5F's DDR memory allocations should ALWAYS be reserved in the Linux devicetree file, in order to prevent Linux from overwriting the DM R5F's data. For more information, refer to the Multicore module of the associated processor academy:
    AM62x: https://dev.ti.com/tirex/explore/node?node=A__ASVmm1hNWx7CjUJCy91Aig__AM62-ACADEMY__uiYMDcq__LATEST 
    AM62Ax: https://dev.ti.com/tirex/explore/node?node=A__Ab1lHTiDEw5GmFW034IFNw__AM62A-ACADEMY__WeZ9SsL__LATEST
    AM62Px: https://dev.ti.com/tirex/explore/node?node=A__AUiUIYaptWENZHufiXw.FQ__AM62P-ACADEMY__fp5YxRM__LATEST 

    Processors forum Processors
    • 10/21/2024
    • Fabiana Jaimes

    [FAQ] SK-AM69: How to stream from CSI sensor and USB camera to display using GStreamer?

    Part Number: SK-AM69

    Tool/software:

    Hi,

    I have a Starter Kit (SK) Edge AI device with a CSI sensor connected and would like to stream to my display. I have enabled the sensor by following the steps outlined in section 2.1 "Hardware Setup" and have validated functionality by running one of the out of box demos as outlined in section 3. "Edge AI sample apps". How to preview camera and stream the sensor output without any DL tasks in my pipeline?

    Processors forum Processors
    • 10/21/2024
    • Nihar Potturu

    [FAQ] : How to test ECC for R5F Cache Memories on AM6x/AM243 devices.

    Part Number: SK-AM62B-P1

    Tool/software:

    Is ECC (SEC/DED) testing possible on R5F internal cache memories? If yes, please provide the steps to do so.

    Processors forum Processors
    • 10/15/2024
    • cayden liu

    [FAQ] AM625: Package parameter description

    Part Number: AM625

    Tool/software:

    Hi TI,

    I`d like to know the meaning of below parameter.

    0.35, 0.25, 0.15, 0.08. What is the meaning of these 4 parameter?

    BR

    Cayden

    Processors forum Processors
<>

View FAQ threads
  • Tags
  • RSS
  • More
  • Cancel
  • Threads 199053 Discussions
  • Not Answered

    Stereo h264 encoding - Static parameter? 0 Locked

    222 views
    2 replies
    Latest over 12 years ago
    by Guenter Grimm
  • Answered

    6678 edma problem 0 Locked

    593 views
    1 reply
    Latest over 12 years ago
    by Steven Ji
  • Answered

    some APIS when migrating a DSP/BIOS 5 Application to SYS/BIOS 6 0 Locked

    694 views
    3 replies
    Latest over 12 years ago
    by Ashish Kapania
  • Not Answered

    Does CSL support the IPC peripheral on C66x? 0 Locked

    268 views
    1 reply
    Latest over 12 years ago
    by Steven Ji
  • Answered

    Detect Elpida different parts in x-loader and kernel for OMAP4 0 Locked

    702 views
    2 replies
    Latest over 12 years ago
    by GregoireGentil
  • Not Answered

    McBSP receiver issue on C55x of OMAP5910 0 Locked

    233 views
    0 replies
    Started over 12 years ago
    by Miguel S
  • Answered

    Managing HWIs using SYSBIOS 0 Locked

    342 views
    1 reply
    Latest over 12 years ago
    by Ashish Kapania
  • Not Answered

    what is dm8148ccye2 hdvicp2 max frequency ? 0 Locked

    536 views
    1 reply
    Latest over 12 years ago
    by Viet Dinh
  • Not Answered

    EzSDK_5_05_01_04 for DM8148 EVM 0 Locked

    389 views
    1 reply
    Latest over 12 years ago
    by Viet Dinh
  • Answered

    SYSBIOS actions on receiving HWI 0 Locked

    228 views
    1 reply
    Latest over 12 years ago
    by Ashish Kapania
  • Not Answered

    IPIPE support in OMAP4660 using V4L2 0 Locked

    452 views
    0 replies
    Started over 12 years ago
    by HiteshPatel
  • Not Answered

    Custom board with am335x rev 2.0 startup issues 0 Locked

    520 views
    5 replies
    Latest over 12 years ago
    by Jordy van Wolferen1
  • Not Answered

    kworker high cpu load(%80) when playing wav files on ti AM1808, TLV320AIC33, linux board 0 Locked

    1677 views
    0 replies
    Started over 12 years ago
    by Bircan Karamagara
  • Answered

    BIOS running slow 0 Locked

    488 views
    3 replies
    Latest over 12 years ago
    by Ashish Kapania
  • Not Answered

    NAND Flash Bad Block Management 0 Locked

    463 views
    0 replies
    Started over 12 years ago
    by paddu1
  • Not Answered

    setting or enabling EXTCLK in dm365 0 Locked

    315 views
    0 replies
    Started over 12 years ago
    by kailash negi
  • Answered

    RTSC - Detecting CCS Project Configuration 0 Locked

    264 views
    1 reply
    Latest over 12 years ago
    by Sasha Slijepcevic
  • Not Answered

    H.264 Encoder features on DM8168 - ROI Encoding/Perceptual rate control/FMO/ASO 0 Locked

    545 views
    7 replies
    Latest over 12 years ago
    by Jongpil Won
  • Answered

    AM3517 EHCI controller ULPI DIR signal remains asserted. 0 Locked

    545 views
    1 reply
    Latest over 12 years ago
    by Kiyoyuki Manei
  • Not Answered

    Sample application on WINCE for ARM-DSP communication using dsplinkk.dll 0 Locked

    387 views
    0 replies
    Started over 12 years ago
    by SS
<>