<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://e2e.ti.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Interface forum - Recent Threads</title><link>https://e2e.ti.com/support/interface-group/interface/f/interface-forum</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Apr 2026 02:12:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://e2e.ti.com/support/interface-group/interface/f/interface-forum" /><item><title>SN65DSI83-Q1: Display panel flickering with sn65dsi83 + external clock source</title><link>https://e2e.ti.com/thread/1628477?ContentTypeID=0</link><pubDate>Fri, 20 Mar 2026 16:13:40 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:505db2c3-dd8b-4e32-882f-d01ddea6a603</guid><dc:creator>Vojtech Bubela</dc:creator><slash:comments>9</slash:comments><comments>https://e2e.ti.com/thread/1628477?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1628477/sn65dsi83-q1-display-panel-flickering-with-sn65dsi83-external-clock-source/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; SN65DSI83-Q1&lt;/p&gt;&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;We are using SN65DSI83 to convert DSI signal (produces by cm4) to LVDS signal for our display panel. We use 75 MHz external clock source to produce the lvds signal from the DSI. The problem is that with this setup we get vertical jumping/flickering ocassionally on the display panel - about every couple of seconds, not periodical.&lt;/p&gt;
&lt;p&gt;We also tried to source the clock from the DSI signal, but we have had similar issue where the screen would sometimes start jumping where the device started (about 25 % of our devices show this behaviour in 1 - 2 % of the starts - pointing possibly to a hardware problem). We tried to solve this by using external clock.&lt;br /&gt;&lt;br /&gt;We have tried the following:&lt;br /&gt;sn65dsi83 test pattern displays correctly without jumping&lt;br /&gt;different timing values in linux kernel - did help, but have not solved problem completely.&lt;br /&gt;matching the pixel clock and the lvds clock to the external clock (75mhz) - did not help.&lt;/p&gt;
&lt;p&gt;Technial specs:&lt;br /&gt;chip: ti-sn65dsi83-Q1&lt;br /&gt;DSI signal source: raspberrypi compute module 4&lt;br /&gt;3 dsi lanes&lt;br /&gt;display: AM-1280800WGTZQW-00H - lvds input frequency needs to be between 70.0 - 76.6 MHz&lt;br /&gt;linux kernel version 5.15.40.&lt;br /&gt;&lt;br /&gt;current panel timing settings:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;.clock = 75000,&lt;/div&gt;
&lt;div&gt;.hdisplay = 1280,&lt;/div&gt;
&lt;div&gt;.hsync_start = 1280 + 80,&lt;/div&gt;
&lt;div&gt;.hsync_end = 1280 + 80 + 32,&lt;/div&gt;
&lt;div&gt;.htotal = 1440,&lt;/div&gt;
&lt;div&gt;.vdisplay = 800,&lt;/div&gt;
&lt;div&gt;.vsync_start = 800 + 20,&amp;nbsp;&lt;/div&gt;
&lt;div&gt;.vsync_end = 800 + 20 + 6,&lt;/div&gt;
&lt;div&gt;.vtotal = 835,&lt;/div&gt;
&lt;div&gt;.flags = DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC,&lt;br /&gt;&lt;br /&gt;sn65dsi83 register dump:&lt;br /&gt;0x00: 0x35&lt;br /&gt;0x01: 0x38&lt;br /&gt;0x02: 0x49&lt;br /&gt;0x03: 0x53&lt;br /&gt;0x04: 0x44&lt;br /&gt;0x05: 0x20&lt;br /&gt;0x06: 0x20&lt;br /&gt;0x07: 0x20&lt;br /&gt;0x09: 0x00&lt;br /&gt;0x0a: 0x84&lt;br /&gt;0x0b: 0x00&lt;br /&gt;0x0d: 0x01&lt;br /&gt;0x10: 0x2e&lt;br /&gt;0x11: 0xcc&lt;br /&gt;0x12: 0x3c&lt;br /&gt;0x18: 0x18&lt;br /&gt;0x19: 0x4c&lt;br /&gt;0x1a: 0x03&lt;br /&gt;0x1b: 0x20&lt;br /&gt;0x20: 0x00&lt;br /&gt;0x21: 0x05&lt;br /&gt;0x24: 0x20&lt;br /&gt;0x25: 0x03&lt;br /&gt;0x28: 0x40&lt;br /&gt;0x29: 0x00&lt;br /&gt;0x2c: 0x28&lt;br /&gt;0x2d: 0x00&lt;br /&gt;0x30: 0x0a&lt;br /&gt;0x31: 0x00&lt;br /&gt;0x34: 0x3c&lt;br /&gt;0x36: 0x00&lt;br /&gt;0x38: 0x50&lt;br /&gt;0x3a: 0x1e&lt;br /&gt;0x3c: 0x00&lt;br /&gt;0x3d: 0x00&lt;br /&gt;0xe0: 0x01&lt;br /&gt;0xe1: 0xfd&lt;br /&gt;0xe5: 0x00&lt;br /&gt;&lt;br /&gt;Is using the external clock like this viable approach? If yes is there anything wrong with our approach?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Vojtech Bubela&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;</description></item><item><title>RE: SN65DSI83-Q1: Display panel flickering with sn65dsi83 + external clock source</title><link>https://e2e.ti.com/thread/6303060?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2026 02:12:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:a03cc477-5b9d-4049-b924-6fa4652f49d6</guid><dc:creator>Ikram Haque</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6303060?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1628477/sn65dsi83-q1-display-panel-flickering-with-sn65dsi83-external-clock-source/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Vojtech, please give me 1-2 days to look further into this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TDP2044: DisplayPort compatible USB-C port using TDP2044 and TPS26750?</title><link>https://e2e.ti.com/thread/1635041?ContentTypeID=0</link><pubDate>Fri, 10 Apr 2026 01:38:34 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:4227a237-f423-4fc7-ae74-93375e3d8c42</guid><dc:creator>Yu Sato</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/1635041?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1635041/tdp2044-displayport-compatible-usb-c-port-using-tdp2044-and-tps26750/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TDP2044&lt;/p&gt;&lt;p&gt;Hi team,&lt;/p&gt;
&lt;p&gt;Is it possible to build a DP alt mode compliant USB-C port w/ PD using TDP2044 and TPS26750?&lt;/p&gt;
&lt;p&gt;I understand that there are no catalog part that supports DP alt mode currently, so I was wondering if this was an option.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Yu&lt;/p&gt;</description></item><item><title>DP83TD510E-EVM: Request for Worst-Case Power Consumption Data for DP83TD510ERHBR and DP83822HRHBT</title><link>https://e2e.ti.com/thread/1634832?ContentTypeID=0</link><pubDate>Thu, 09 Apr 2026 11:25:04 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:1c4a987c-c973-4815-91c1-71491c0870ac</guid><dc:creator>Shreyas Patil</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1634832?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1634832/dp83td510e-evm-request-for-worst-case-power-consumption-data-for-dp83td510erhbr-and-dp83822hrhbt/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; DP83TD510E-EVM&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We are currently using a Texas Instruments reference design for an Ethernet-to-SPE converter, where a 25 MHz crystal (ABM8AIG-25.000MHZ-12-2Z-T3) is used as the reference clock for the DP83TD510ERHBR SPE PHY.&lt;/p&gt;
&lt;p&gt;In our design, the SPE PHY internally generates a 50 MHz RMII reference clock using its PLL and provides this clock to the DP83822HRHBT Ethernet PHY. Since our system supports bidirectional communication over RMII, accurate estimation of power consumption is critical for power supply sizing and thermal analysis.&lt;/p&gt;
&lt;p&gt;We would like to highlight that in our implementation, we are using a &lt;strong&gt;3.3V supply for all relevant rails (VDDIO, VDDA, and AVD)&lt;/strong&gt; for both devices:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;DP83TD510ERHBR (SPE PHY)&lt;/li&gt;
&lt;li&gt;DP83822HRHBT (Ethernet PHY)&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;With this configuration, we request your guidance on the following:&lt;/p&gt;
&lt;ol start="1"&gt;
&lt;li&gt;The &lt;strong&gt;maximum supply current&lt;/strong&gt; for each device across the full operating temperature range (&amp;ndash;40&amp;deg;C to +85&amp;deg;C), considering process, voltage, and temperature variations.&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;worst-case total current consumption&lt;/strong&gt; when all 3.3V rails (VDDIO, VDDA, AVD) are powered from the same supply.&lt;/li&gt;
&lt;li&gt;Any &lt;strong&gt;peak or transient current requirements&lt;/strong&gt; during:&lt;ul&gt;
&lt;li&gt;Startup&lt;/li&gt;
&lt;li&gt;Link establishment&lt;/li&gt;
&lt;li&gt;Continuous RMII operation at 50 MHz&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Recommendations for &lt;strong&gt;power budgeting and margining&lt;/strong&gt; for a robust design.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We would like to confirm whether these assumptions are appropriate for worst-case analysis, or if more accurate values should be used.&lt;/p&gt;</description></item><item><title>RE: DP83TD510E-EVM: Request for Worst-Case Power Consumption Data for DP83TD510ERHBR and DP83822HRHBT</title><link>https://e2e.ti.com/thread/6303021?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2026 01:37:37 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:bc71bfc3-d203-4c7d-86de-553187034749</guid><dc:creator>Vivaan Jaiswal</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6303021?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1634832/dp83td510e-evm-request-for-worst-case-power-consumption-data-for-dp83td510erhbr-and-dp83822hrhbt/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Shreyas,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Power consumption information for the 510 can be found on &lt;a href="https://www.ti.com/lit/ds/symlink/dp83td510e.pdf#page=9"&gt;page 9 of the datasheet&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Similarly, Power consumption information for the 822 can be found on &lt;a href="https://www.ti.com/lit/ds/symlink/dp83822i.pdf#page=11"&gt;page 11 of the datasheet&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can also find the power supply recommended operating conditions in the same section of the datasheet.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Vivaan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DP83867IR: Regarding communication errors when using the DP83867IR in combination with a switching hub whose IFG is less than 96ns.</title><link>https://e2e.ti.com/thread/1633687?ContentTypeID=0</link><pubDate>Tue, 07 Apr 2026 05:23:55 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:bd864bf1-fb1a-4f69-a399-bcf3b09ae2d3</guid><dc:creator>mitsuda Kenji</dc:creator><slash:comments>2</slash:comments><comments>https://e2e.ti.com/thread/1633687?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1633687/dp83867ir-regarding-communication-errors-when-using-the-dp83867ir-in-combination-with-a-switching-hub-whose-ifg-is-less-than-96ns/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; DP83867IR&lt;/p&gt;&lt;p&gt;I am using a 1000base-T board equipped with a DP83867IR in combination with a switching hub from a certain manufacturer. In frames output from the hub, the IFG sometimes falls below the specified minimum value (96ns), resulting in a communication error. When I changed the DP83867IR register (VTM-CGF address 0x0053) from its default value of 0x5 to 0x3, a different error occurred. I would like to know the cause of this error and how to resolve it.&lt;/p&gt;
&lt;p&gt;Also, does the DP83867IR have an EEE (Energy Efficient Ethernet) function? If so, please tell me how to disable this function.&lt;/p&gt;</description></item><item><title>RE: DP83867IR: Regarding communication errors when using the DP83867IR in combination with a switching hub whose IFG is less than 96ns.</title><link>https://e2e.ti.com/thread/6303014?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2026 01:27:31 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:ab8008fc-aecb-41a2-bb9d-6d7a01414a6a</guid><dc:creator>mitsuda Kenji</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6303014?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1633687/dp83867ir-regarding-communication-errors-when-using-the-dp83867ir-in-combination-with-a-switching-hub-whose-ifg-is-less-than-96ns/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi J-san,&lt;/p&gt;
&lt;p&gt;Which registers should I check to find out the details of the error?&lt;/p&gt;
&lt;p&gt;The information regarding EEE mode is based on AI-generated research, and it is unclear whether the system actually operated in EEE mode.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DP83TD510E-EVM: Clarification on Replacing 25 MHz Crystal with Oscillator in Ethernet-to-SPE Design</title><link>https://e2e.ti.com/thread/6303007?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2026 01:18:29 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6c11c2b9-fa4d-4c40-8eb0-3c50d837609c</guid><dc:creator>Vivaan Jaiswal</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6303007?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1634824/dp83td510e-evm-clarification-on-replacing-25-mhz-crystal-with-oscillator-in-ethernet-to-spe-design/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Shreyas,&amp;nbsp;&lt;/p&gt;
[quote userid="692947" url="~/support/interface-group/interface/f/interface-forum/1634824/dp83td510e-evm-clarification-on-replacing-25-mhz-crystal-with-oscillator-in-ethernet-to-spe-design"]Does the DP83TD510ERHBR support external clock input mode on the XI pin?[/quote]
&lt;p&gt;Yes&lt;/p&gt;
[quote userid="692947" url="~/support/interface-group/interface/f/interface-forum/1634824/dp83td510e-evm-clarification-on-replacing-25-mhz-crystal-with-oscillator-in-ethernet-to-spe-design"]If yes, are there any specific requirements for:&lt;ul&gt;
&lt;li&gt;Input clock amplitude and logic levels&lt;/li&gt;
&lt;li&gt;Duty cycle and jitter limits&lt;/li&gt;
&lt;li&gt;XO pin termination or configuration&lt;/li&gt;&lt;/ul&gt;[/quote]
&lt;p&gt;Here is the &lt;a href="https://www.ti.com/lit/ds/symlink/dp83td510e.pdf#page=15"&gt;link to the page of the datasheet&lt;/a&gt; which contains the input clock requirements.&lt;/p&gt;
[quote userid="692947" url="~/support/interface-group/interface/f/interface-forum/1634824/dp83td510e-evm-clarification-on-replacing-25-mhz-crystal-with-oscillator-in-ethernet-to-spe-design"]Would replacing the crystal with the ECS oscillator have any impact on RMII timing or synchronization with the DP83822HRHBT?[/quote]
&lt;p&gt;As long as the input clock requirements are met, there should be no functional difference between crystal or oscillator configurations&lt;/p&gt;
[quote userid="692947" url="~/support/interface-group/interface/f/interface-forum/1634824/dp83td510e-evm-clarification-on-replacing-25-mhz-crystal-with-oscillator-in-ethernet-to-spe-design"]Are there any recommended reference designs or application notes for using an external oscillator with this PHY?[/quote]
&lt;p&gt;While there aren&amp;#39;t any app notes for using oscillators, it should be a straightforward setup where the XO pin is left floating and the XI pin is connected to the oscillator output.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Vivaan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DP83TD510E-EVM: Clarification on Replacing 25 MHz Crystal with Oscillator in Ethernet-to-SPE Design</title><link>https://e2e.ti.com/thread/1634824?ContentTypeID=0</link><pubDate>Thu, 09 Apr 2026 11:08:40 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:c57d5683-7fd2-4f4d-bb0a-782780d0db91</guid><dc:creator>Shreyas Patil</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1634824?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1634824/dp83td510e-evm-clarification-on-replacing-25-mhz-crystal-with-oscillator-in-ethernet-to-spe-design/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; DP83TD510E-EVM&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We are currently using the Texas Instruments reference design for an Ethernet-to-SPE converter, where a 25 MHz crystal (ABM8AIG-25.000MHZ-12-2Z-T3) is used as the reference clock source for the DP83TD510ERHBR SPE PHY.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This clock is internally multiplied using the PHY&amp;rsquo;s PLL to generate the 50 MHz RMII reference clock, which is then provided to the Ethernet PHY (DP83822HRHBT) for bidirectional communication.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We are evaluating the possibility of replacing the crystal with an external oscillator (ECS-3225SMVQ-250-DS-TR), which offers improved frequency stability (&amp;plusmn;20 ppm over &amp;ndash;40&amp;deg;C to +125&amp;deg;C) compared to the existing crystal (&amp;plusmn;70 ppm).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, based on our analysis, we understand the following:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The existing design uses a passive crystal connected to the XI/XO pins of the DP83TD510ERHBR, leveraging the internal oscillator circuit.&lt;/li&gt;
&lt;li&gt;The proposed replacement is an active oscillator that provides a CMOS clock output.&lt;/li&gt;
&lt;li&gt;Direct replacement of the crystal with an oscillator is not straightforward, as the PHY oscillator pins are designed for a crystal interface and not a driven clock input.&lt;/li&gt;
&lt;li&gt;If an external oscillator is to be used, the PHY must support external clock input mode, where:&lt;ul&gt;
&lt;li&gt;The clock is applied to the XI pin&lt;/li&gt;
&lt;li&gt;The XO pin is left unconnected (or handled as per datasheet recommendations)&lt;/li&gt;
&lt;li&gt;&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We would like to confirm the following:&lt;/p&gt;
&lt;ol start="1"&gt;
&lt;li&gt;Does the DP83TD510ERHBR support external clock input mode on the XI pin?&lt;/li&gt;
&lt;li&gt;If yes, are there any specific requirements for:&lt;ul&gt;
&lt;li&gt;Input clock amplitude and logic levels&lt;/li&gt;
&lt;li&gt;Duty cycle and jitter limits&lt;/li&gt;
&lt;li&gt;XO pin termination or configuration&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Would replacing the crystal with the ECS oscillator have any impact on RMII timing or synchronization with the DP83822HRHBT?&lt;/li&gt;
&lt;li&gt;Are there any recommended reference designs or application notes for using an external oscillator with this PHY?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We would appreciate your guidance on whether this replacement is feasible and any design considerations we should account for.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>AM625SIP: Request for Support on Camera View Development Issue (TI AM6254)</title><link>https://e2e.ti.com/thread/1623993?ContentTypeID=0</link><pubDate>Mon, 09 Mar 2026 08:24:02 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:f6531cd7-e736-4d9f-9da8-28e7bdfe4fae</guid><dc:creator>Paul Minh</dc:creator><slash:comments>29</slash:comments><comments>https://e2e.ti.com/thread/1623993?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1623993/am625sip-request-for-support-on-camera-view-development-issue-ti-am6254/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; AM625SIP&lt;/p&gt;&lt;p&gt;Dear Expert,&lt;/p&gt;
&lt;p&gt;We have encountered several issues and are currently stuck with our camera view development on TI AM6254.&lt;/p&gt;
&lt;p&gt;Could you please help check and guide us on how to fix the issue below?&lt;/p&gt;
&lt;p&gt;May we know, how to confirm CSI2Rx recieved data correctly and also its output?&lt;/p&gt;
&lt;p&gt;The connection setup is as follows:&lt;/p&gt;
&lt;p&gt;Camera (1, 2, 3, 4) &amp;rarr; Video Decoder (TP2855) &amp;rarr; AM62x CSI -&amp;gt; Framebuffer display on LCD&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;root@am62xx-evm:/tmp# gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=YUYV,width=1920,height=1080 ! &amp;nbsp;videoconvert ! videoscale ! &amp;nbsp;fbdevsink&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;WARNING: erroneous pipeline: could not link v4l2src0 to videoconvert0, neither element can handle caps video/x-raw, format=(string)YUYV, width=(int)1920, height=(int)1080&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;root@am62xx-evm:/tmp# gst-launch-1.0 v4l2src device=/dev/video0 ! &amp;nbsp;videoconvert ! videoscale ! &amp;nbsp;fbdevsink&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Setting pipeline to PAUSED ...&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Pipeline is live and does not need PREROLL ...&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Pipeline is PREROLLED ...&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Setting pipeline to PLAYING ...&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;New clock: GstSystemClock&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;[ 9996.003008] cdns-csi2rx 30101000.csi-bridge: Failed to start streams 0x1 on subdev&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Failed to allocate required memory.&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Additional debug info:&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;../gst-plugins-good-1.20.6/sys/v4l2/gstv4l2src.c(777): gst_v4l2src_decide_allocation (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Buffer pool activation failed&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Execution ended after 0:00:00.109949575&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Setting pipeline to NULL ...&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Additional debug info:&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;../gstreamer-1.20.6/libs/gst/base/gstbasesrc.c(3127): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;streaming stopped, reason not-negotiated (-4)&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;Freeing pipeline ...&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;root@am62xx-evm:/tmp# dmesg | grep csi2rx&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;[ &amp;nbsp; &amp;nbsp;0.256738] i2c 1-0044: Fixed dependency cycle(s) with /bus@f0000/ticsi2rx@30102000/csi-bridge@30101000&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;[ &amp;nbsp; &amp;nbsp;0.351396] cdns-csi2rx 30101000.csi-bridge: Probed CSI2RX with 4/4 lanes, 4 streams, external D-PHY&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;[ &amp;nbsp;394.447682] cdns-csi2rx 30101000.csi-bridge: Failed to start streams 0x1 on subdev&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:8pt;"&gt;[ &amp;nbsp;547.372966] cdns-csi2rx 30101000.csi-bridge: Failed to start streams 0x1 on subdev&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;root@am62xx-evm:/tmp# media-ctl -p&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;Media controller API version 6.1.33&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;Media device information&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;------------------------&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;driver &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;j721e-csi2rx&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;model &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TI-CSI2RX&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;serial&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;bus info &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;platform:30102000.ticsi2rx&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;hw revision &amp;nbsp; &amp;nbsp; 0x1&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;driver version &amp;nbsp;6.1.33&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;Device topology&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;- entity 1: 30102000.ticsi2rx (5 pads, 5 links, 1 route)&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type V4L2 subdev subtype Unknown flags 0&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; device node name /dev/v4l-subdev0&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; routes:&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0/0 -&amp;gt; 1/0 [ACTIVE]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pad0: Sink&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [stream:0 fmt:YUYV8_1X16/1920x1080 field:none]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;- &amp;quot;cdns_csi2rx.30101000.csi-bridge&amp;quot;:1 [ENABLED,IMMUTABLE]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pad1: Source&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [stream:0 fmt:YUYV8_1X16/1920x1080 field:none]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt; &amp;quot;30102000.ticsi2rx context 0&amp;quot;:0 [ENABLED,IMMUTABLE]&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;- entity 7: cdns_csi2rx.30101000.csi-bridge (5 pads, 2 links, 1 route)&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; type V4L2 subdev subtype Unknown flags 0&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; device node name /dev/v4l-subdev1&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; routes:&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0/0 -&amp;gt; 1/0 [ACTIVE]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pad0: Sink&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [stream:0 fmt:YUYV8_1X16/1920x1080 field:none]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;- &amp;quot;tp2855 1-0044&amp;quot;:0 [ENABLED,IMMUTABLE]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pad1: Source&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [stream:0 fmt:YUYV8_1X16/1920x1080 field:none]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -&amp;gt; &amp;quot;30102000.ticsi2rx&amp;quot;:0 [ENABLED,IMMUTABLE]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pad2: Source&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pad3: Source&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pad4: Source&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;- entity 13: tp2855 1-0044 (4 pads, 1 link, 0 route)&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;type V4L2 subdev subtype Sensor flags 0&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;device node name /dev/v4l-subdev2&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pad0: Source&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:8pt;"&gt;&lt;em&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [stream:0 fmt:YUYV8_1X16/1920x1080 field:none colorspace:srgb xfer:709 ycbcr:601 quantization:lim-range]&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>RE: AM625SIP: Request for Support on Camera View Development Issue (TI AM6254)</title><link>https://e2e.ti.com/thread/6302994?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2026 00:53:52 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:71b5941f-55dc-487d-b247-19f64b352537</guid><dc:creator>Paul Minh</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6302994?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1623993/am625sip-request-for-support-on-camera-view-development-issue-ti-am6254/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Luis &amp;amp; Jay&lt;/p&gt;
&lt;p&gt;1.&amp;nbsp;Below is&amp;nbsp;the paremeters of DPHY-TX decoder side (HS Transmitter AC Characteristic)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img style="height:172px;max-height:172px;max-width:359px;" height="173" src="https://e2e.ti.com/resized-image/__size/718x344/__key/communityserver-discussions-components-files/138/pastedimage1775781576319v1.png" width="358" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;2. The current symptom remains the same as reported in our previous comment dated April 8th.&lt;/p&gt;
&lt;p data-start="483" data-end="566"&gt;We would like to share the results of a new test performed today on both cameras:&lt;/p&gt;
&lt;p data-start="573" data-end="677" data-is-last-node=""&gt;a) The initial frames are displayed abnormally.&lt;br data-start="620" data-end="623" /&gt; b) The video then transitions into slow motion, etc.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;SW setting: (&lt;/span&gt;&lt;span&gt;We try to config diff values but it produces the same&amp;nbsp;symptom&amp;nbsp;)&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;- In tp2855 device driver:&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;static&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;const&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;struct&lt;/span&gt;&lt;span&gt; tp2855_mode supported_modes&lt;/span&gt;&lt;span&gt;[]&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .bus_fmt &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; MEDIA_BUS_FMT_YUYV8_1X16,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .width &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;1280&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .height &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;720&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .max_fps &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; { .numerator &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;1&lt;/span&gt;&lt;span&gt;, .denominator &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;25&lt;/span&gt;&lt;span&gt; }, // 25 or 30&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .global_reg_list &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; common_setting_297_4ch_4lane_720p_30fps_regs,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .mipi_freq_idx &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .bpp &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;8&lt;/span&gt;&lt;span&gt;,&amp;nbsp; //8 or 16&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; },&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;};&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;tp2855&lt;/span&gt;&lt;span&gt;-&amp;gt;&lt;/span&gt;&lt;span&gt;pixel_rate&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;v4l2_ctrl_new_std&lt;/span&gt;&lt;span&gt;(handler, &lt;/span&gt;&lt;span&gt;NULL&lt;/span&gt;&lt;span&gt;, V4L2_CID_PIXEL_RATE, &lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;297000000&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;1&lt;/span&gt;&lt;span&gt;, &lt;/span&gt;&lt;span&gt;297000000&lt;/span&gt;&lt;span&gt;&lt;span&gt;); // or&amp;nbsp;&lt;/span&gt;&lt;/span&gt;148500000&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;- In DTS:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;link-frequencies = /bits/ 64 &amp;lt;297000000&amp;gt;;&amp;nbsp; // 297000000 or&amp;nbsp; 594000000&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;data-lanes = &amp;lt;1 2 3 4&amp;gt;; /* data-lanes = &amp;lt; 1 2 3 4 &amp;gt; */&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;- View cmd ( as below, or add&amp;nbsp; &amp;quot;, framerate=30/1&amp;quot;, &amp;quot;framerate=25/1&amp;quot; produce the same result)&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=YUY2,width=1280,height=720 ! videoconvert ! fbdevsink&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;TVI 702p 1280*720 Cam output:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/138/TVI_5F00_720p_5F00_Cam.mp4"&gt;e2e.ti.com/.../TVI_5F00_720p_5F00_Cam.mp4&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;AHD 702p 1280*720 Cam output:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/138/AHD_5F00_720p.mp4"&gt;e2e.ti.com/.../AHD_5F00_720p.mp4&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TCAN5102-Q1: I would like to inquire about your CAN FD Light–related products.</title><link>https://e2e.ti.com/thread/1635025?ContentTypeID=0</link><pubDate>Fri, 10 Apr 2026 00:27:39 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:53ebee10-4261-47b8-9567-a18e207766ca</guid><dc:creator>Hiroki Matsumoto</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/1635025?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1635025/tcan5102-q1-i-would-like-to-inquire-about-your-can-fd-light-related-products/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TCAN5102-Q1&lt;/p&gt;&lt;div&gt;
&lt;div&gt;I have the following questions:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;Are you planning to expand your lineup of CAN FD Light responder ICs?&lt;/div&gt;
&lt;div&gt;Do you have any microcontroller‑less responder ICs except CAN FD Light?&lt;br /&gt;
&lt;div&gt;
&lt;div&gt;Does TCAN5102 also follow your product life cycle policy, with supply guaranteed for 10 to 15 years?&lt;br /&gt;&lt;br /&gt;Any information you can share would be greatly appreciated.&lt;br /&gt;Thank you for your time and support.&lt;br /&gt;Best regards,&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description></item><item><title>RE: DS90UB948-Q1: I would like to ask if there is a way to read the remote GPIO status of the DS90UB948-Q1.</title><link>https://e2e.ti.com/thread/6302953?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 23:52:09 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:dd8dd6e1-8fb5-4e6c-8dfd-27b17cc95f2d</guid><dc:creator>KISUK LEE</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6302953?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1625784/ds90ub948-q1-i-would-like-to-ask-if-there-is-a-way-to-read-the-remote-gpio-status-of-the-ds90ub948-q1/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Dear Aaron Heng&lt;/p&gt;
&lt;p&gt;Please guide me on exactly which register to read.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DS90UB948-Q1: I would like to ask if there is a way to read the remote GPIO status of the DS90UB948-Q1.</title><link>https://e2e.ti.com/thread/1625784?ContentTypeID=0</link><pubDate>Fri, 13 Mar 2026 01:35:32 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:51228fab-286e-4d3f-b01c-a39042ff0bd4</guid><dc:creator>KISUK LEE</dc:creator><slash:comments>18</slash:comments><comments>https://e2e.ti.com/thread/1625784?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1625784/ds90ub948-q1-i-would-like-to-ask-if-there-is-a-way-to-read-the-remote-gpio-status-of-the-ds90ub948-q1/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; DS90UB948-Q1&lt;/p&gt;
&lt;p&gt;Dear TI SerDes FAE&lt;/p&gt;
&lt;p&gt;This is an inquiry about a different project from the ongoing inquiry regarding DS90UB941AS-Q1.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When the DS90UB941AS-Q1 Serializer and DS90UB948-Q1 DeSerializer are linked, is there a way for the Host CPU to know the status of the GPIO output value of the DS90UB948-Q1 through the I2C of the DS90UB941AS-Q1?&lt;/p&gt;
&lt;p&gt;The example of the connection structure between SerDes is similar to what was mentioned in another question.&lt;/p&gt;
&lt;p&gt;&lt;img alt="LCD Case2.png" height="393" src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/138/7585.LCD-Case2.png" width="734" data-temp-id="LCD Case2.png-144464" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;Below is the body of the question.&amp;gt;&lt;/p&gt;
&lt;p&gt;[DS90UB948] I want to check specific GPIO settings via I2C in the Deserializer.&lt;/p&gt;
&lt;p&gt;I simply thought that I could check the output value of GPIO3 by reading the [0x1F] Register.&lt;br /&gt;I checked, and the output always reads 0x05. After reviewing the datasheet, I found that this can only be checked when Local GPIO is enabled, as shown in [Table 5] below.&lt;/p&gt;
&lt;p&gt;We want to use Remote GPIO Enable, so the above method doesn&amp;#39;t seem to work.&lt;/p&gt;
&lt;p&gt;Is there a way to check the GPIO output value while Remote GPIO Enable is enabled?&lt;/p&gt;
&lt;p&gt;I am contacting you because I could not find a solution, so please check into this.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:285px;max-width:475px;" height="285" src="https://e2e.ti.com/resized-image/__size/950x570/__key/communityserver-discussions-components-files/138/pastedimage1773365879897v1.png" width="475" alt=" " /&gt;&lt;/p&gt;</description></item><item><title>TPD4E001: VBUS line overshoot caused by adding a capacitor to TPD4E001</title><link>https://e2e.ti.com/thread/1633108?ContentTypeID=0</link><pubDate>Fri, 03 Apr 2026 02:33:42 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:886a1bdb-2da9-44db-968a-206c8f6ca0d8</guid><dc:creator>Yasuaki Sugimoto</dc:creator><slash:comments>8</slash:comments><comments>https://e2e.ti.com/thread/1633108?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1633108/tpd4e001-vbus-line-overshoot-caused-by-adding-a-capacitor-to-tpd4e001/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TPD4E001&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using a TPD4E001 in the input stage of a USB-powered device. In this circuit, when connected via a USB cable from any Type-A adapter, an overshoot of 7-8V occurs in the VBUS power line depending on the cable used. This likely causes the TPS2116 used in the subsequent stage to exceed its absolute maximum rated voltage of 6V, resulting in failure. When I tried removing the 0.1uF capacitor connected to the TPD4E001&amp;#39;s VCC, the overshoot subsided. I suspect it&amp;#39;s resonating with the inductance component of the USB cable. The input stage of USB-powered devices is a common use case for the TPD4E001, but have there been other reported cases of this kind of trouble? The 0.1uF capacitor is strongly recommended according to the datasheet, and I suspect that removing it would result in insufficient ESD protection. What countermeasures can be considered for this overshoot? Any advice would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Best reagards,&lt;/p&gt;
&lt;p&gt;Yasuaki Sugimoto&lt;/p&gt;</description></item><item><title>RE: TPD4E001: VBUS line overshoot caused by adding a capacitor to TPD4E001</title><link>https://e2e.ti.com/thread/6302923?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 23:18:46 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:a02eb347-08b7-4ce6-85b9-182953bfc474</guid><dc:creator>Yasuaki Sugimoto</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6302923?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1633108/tpd4e001-vbus-line-overshoot-caused-by-adding-a-capacitor-to-tpd4e001/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi McKenzie,&lt;/p&gt;
&lt;p&gt;It varies depending on the USB cable, but based on my testing with the 15 cables I currently own, the current is in the range of 0.4 to 1.5A. We cannot control the cables used by users, so it&amp;#39;s possible that some cables might reach up to around 2.0A.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Yasuaki Sugimoto&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DS90UB936-Q1: DS90UB936 + DS90UB935: Lost frames during IEC 61000-4-4 burst testing</title><link>https://e2e.ti.com/thread/6302886?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 22:31:38 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:9da83964-e6f8-4fbc-8752-25589e38b2b4</guid><dc:creator>Ethan Woods</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6302886?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1632891/ds90ub936-q1-ds90ub936-ds90ub935-lost-frames-during-iec-61000-4-4-burst-testing/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;The schematic above looks okay and I don&amp;#39;t see any major issues off of initial inspection.&lt;/p&gt;
&lt;p&gt;Usually, failing burst testing due to lock drop is caused by two different things:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Failing power supply to the pins on the DES/SER causing a power-down state&lt;/li&gt;
&lt;li&gt;Software malfunction during a burst event&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To verify if the power supply is not being interrupted for the SerDes pair, could you take some voltage measurements on the VDD18 (1.8V) and VDDIO (3.3V) pins on the deserializer to confirm the device is not losing power during the burst event causing a link loss. Additionally, could you take some measurements to verify the voltage isn&amp;#39;t dropping on pins 2 and 4 of the STP2 pins coming from RIN1P and RIN1N. Since I assume the 12V powers the camera with the attached Serializer, a possible voltage drop here could cause the Serializer to lose power, causing a link loss.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To verify if a software malfunction is happening, could you provide a register dump before burst testing with a stable link and after burst testing with a link loss on the Deserializer. This will allow us to see the AEQ values, S-Parameter values, and other values corresponding to a stable link. If there is a difference between them before/after the event, it might highlight that you should adjust these values for more stability.&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Ethan Woods&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DS90UB936-Q1: DS90UB936 + DS90UB935: Lost frames during IEC 61000-4-4 burst testing</title><link>https://e2e.ti.com/thread/1632891?ContentTypeID=0</link><pubDate>Thu, 02 Apr 2026 12:20:40 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:11afbeb5-2642-40f2-b81b-bb41d14e80d8</guid><dc:creator>G.G.</dc:creator><slash:comments>3</slash:comments><comments>https://e2e.ti.com/thread/1632891?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1632891/ds90ub936-q1-ds90ub936-ds90ub935-lost-frames-during-iec-61000-4-4-burst-testing/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; DS90UB936-Q1&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We are using the DS90UB936 and DS90UB935 in combination to transmit images (not a video stream) form an image sensor every 100 ms.&lt;/p&gt;
&lt;p&gt;Currently, we are experiencing errors on the FPD link during IEC 6100-4-4 burst testing on the 24 V input of the deserialiser board.&lt;br /&gt;The 24 V input is filtered with a common mode choke and Y capacitors to the grounded metal housing. All the other components on the board (TI AM65xx with ADC, DDR4, eMMC, etc.) are working fine, even during positive/negative 3 kV burst pulses. Our goal is to achieve 2kV burst immunity without losing any frames (performance criterion A).&lt;/p&gt;
&lt;p&gt;The cable length between the serialiser and the deserialiser is either 1 m or 5 m (there is no difference during testing), and it uses Leoni Dacar 535-2 and Rosenberger HSD connectors. Two wires of the cable are used for the FPD link differential pair, and the remaining two wires are used for the 12 V power supply to the sensor.&lt;br /&gt;Therefore, there is no parasitic power on the data lines. We have checked that the star-quad cable is being used correctly, ensuring that the opposing wires form a pair.&lt;/p&gt;
&lt;p&gt;We tried using common mode chokes (Murata DLW21SN900HQ2L) on both sides and on the deserialiser side only, but this had no effect.&lt;br /&gt;The earth connection to the cable&amp;#39;s shield was also varied (one side, both sides, etc.).&lt;/p&gt;
&lt;p&gt;Do you have any idea how to pass the test?&lt;/p&gt;</description></item><item><title>TUSB8020B: USB SS TX/RX swapping</title><link>https://e2e.ti.com/thread/1635017?ContentTypeID=0</link><pubDate>Thu, 09 Apr 2026 22:18:29 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:5f10c6d9-24fe-4481-ab31-c80cba375026</guid><dc:creator>Andrew K</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/1635017?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1635017/tusb8020b-usb-ss-tx-rx-swapping/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TUSB8020B&lt;/p&gt;
&lt;p&gt;Regarding USB SS RX/TX crossover, does the TUSB8020B act like a mux and map upstream RX to downstream RX, or does it map RX to TX?&lt;/p&gt;
&lt;p&gt;My design uses a custom cable that does not swap RX/TX. How should I cross them on-board in my design? Is the below scheme correct?&lt;/p&gt;
&lt;p&gt;&lt;img alt="diagram.png" src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/138/6644.diagram.png" data-temp-id="diagram.png-20774" /&gt;&lt;/p&gt;</description></item><item><title>RE: AM625SIP: Request for Support on Camera View Development Issue (TI AM6254)</title><link>https://e2e.ti.com/thread/6302802?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 21:26:39 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:bb434710-fb76-44c2-aace-559b2313c30c</guid><dc:creator>Luis Parga</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/6302802?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1623993/am625sip-request-for-support-on-camera-view-development-issue-ti-am6254/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Paul,&lt;/p&gt;
&lt;p&gt;Please advise what the DPHY-TX side is configured to for the below parameters. I would like to confirm these are as per MIPI and fall within conformant values of the DPHY-RX side (AM62x).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;TLPX&lt;/li&gt;
&lt;li&gt;THS-PREPARE&lt;/li&gt;
&lt;li&gt;THS-ZERO&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Luis Parga&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DS90UB954-Q1: Need Register sequence for Camera bringup</title><link>https://e2e.ti.com/thread/6302796?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 21:21:36 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:9dcd08a3-3b59-4703-9875-f0bdf3439a25</guid><dc:creator>Hamzeh Jaradat</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6302796?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1633414/ds90ub954-q1-need-register-sequence-for-camera-bringup/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello Reena,&lt;/p&gt;
[quote userid="680577" url="~/support/interface-group/interface/f/interface-forum/1633414/ds90ub954-q1-need-register-sequence-for-camera-bringup/6302066"]Based on our understanding, non-synchronous mode should be sufficient for this setup. Please let us know if synchronous mode is recommended instead for better performance or stability.[/quote]
&lt;p&gt;That is correct. Both Modes do support same Datarates.&lt;/p&gt;
&lt;p&gt;Only different is Sync mode the SER uses the clock coming from the DES over back channel, while in non-Sync each device has it&amp;#39;s own CLK source.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="680577" url="~/support/interface-group/interface/f/interface-forum/1633414/ds90ub954-q1-need-register-sequence-for-camera-bringup/6302066"]&lt;strong&gt;Are you using any GPIO from the DES to the SER to enable/disable the image sensor?&lt;/strong&gt;&lt;br /&gt;We are not using GPIO for sensor power or shutdown control.&lt;br /&gt;Current connections:&lt;br /&gt;Serializer GPIO1 → Camera sensor GPIO0 (reserved for future use)&lt;br /&gt;SoC GPIO → Deserializer GPIO1 (reserved for future use)&lt;br /&gt;At present, we have not configured forward channel or back channel GPIO.&lt;br /&gt;Please advise if any GPIO configuration is required for proper operation or future flexibility.[/quote]
&lt;p&gt;This is completely depending on your use case. If you are not requiring any GPIO that is fine.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="680577" url="~/support/interface-group/interface/f/interface-forum/1633414/ds90ub954-q1-need-register-sequence-for-camera-bringup/6302066"]&lt;strong&gt;Are you sending Frame synch signal over the back channel to the image sensor?&lt;/strong&gt;&lt;br /&gt;Since our system uses only one camera, we are not using FrameSync.&lt;br /&gt;Our understanding is that FrameSync is primarily required for multi-camera synchronization, so it is not needed in our case. Please confirm if this is correct.[/quote]
&lt;p&gt;That is correct. Although in some cases, some people uses the Fsync signal to trigger the frame generation even on one camera. But this is use case dependent.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For the above configurations you really do not need any initialization script. The devices should be plug and play if your hardware settings (MODE and IDx pins) are correct and matching on both sides.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here is an example for initializing your link:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;# Deserializer Device Address = 0x60&lt;br /&gt;&lt;br /&gt;# Disable RX Port forwarding on RX0 and RX1 first&lt;br /&gt;board.WriteI2C(0x60, 0x20, 0x30)&lt;br /&gt;&lt;br /&gt;# Write to FPD RX0 Port&lt;br /&gt;board.WriteI2C(0x60, 0x4C, 0x01)&lt;br /&gt;&lt;br /&gt;# Enable Back-Channel and I2C Pass-through&lt;br /&gt;board.WriteI2C(0x60, 0x58, 0x5A) # 0x5A for non-Sync mode, 0x5E for Sync mode&lt;br /&gt;&lt;br /&gt;# Set Serializer Alias, SlaveID, and SlaveAlias for RX0&lt;br /&gt;board.WriteI2C(0x60, 0x5C, 0x) # Serializer Alias = 0x__&lt;br /&gt;board.WriteI2C(0x60, 0x5d, 0x) # SlaveID[0] = 0x__&lt;br /&gt;board.WriteI2C(0x60, 0x65, 0x) # SlaveAlias[0] = 0x__&lt;br /&gt;&lt;br /&gt;# Ensure RX Ports are Enabled and Lock Status is Detected&lt;br /&gt;&lt;br /&gt;# Once link is established, meaning 0x4D = 0x03 (LOCK and PASS are HIGH)&lt;br /&gt;&lt;br /&gt;# ----- Image Sensor Configuration Placeholder ---&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Enable CSI Port 0, CSI Continuous Clock&lt;br /&gt;board.WriteI2C(0x60, 0x33, 0x03)&lt;br /&gt;&lt;br /&gt;# Enable CSI Round Robin forwarding&lt;br /&gt;board.WriteI2C(0x60, 0x21, 0x01)&lt;br /&gt;&lt;br /&gt;# Now forward RX port0 to CSI Port 0&lt;br /&gt;board.WriteI2C(0x60, 0x20, 0x20)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DS90UB954-Q1: Need Register sequence for Camera bringup</title><link>https://e2e.ti.com/thread/1633414?ContentTypeID=0</link><pubDate>Mon, 06 Apr 2026 06:05:58 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:5c274b45-726e-499d-922d-d3f45f43a398</guid><dc:creator>Reena Patel</dc:creator><slash:comments>3</slash:comments><comments>https://e2e.ti.com/thread/1633414?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1633414/ds90ub954-q1-need-register-sequence-for-camera-bringup/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; DS90UB954-Q1&lt;/p&gt;&lt;p&gt;Hello TI Team,&lt;/p&gt;
&lt;p&gt;Currently we are working on one project, where we are bringing up On Semi camera AR0544, connected using serializer and deserializer IC of TI.&lt;/p&gt;
&lt;p&gt;Deserializer : DS90UB954-Q1&lt;br /&gt;Serializer : DS90UB953-Q1&lt;/p&gt;
&lt;p&gt;Camera : AR0544&lt;br /&gt;Co-axial cable&lt;/p&gt;
&lt;p&gt;PMIC : TPS65033000RGERQ1&lt;br /&gt;SOC : QCS5430 Qualcomm.&lt;/p&gt;
&lt;p&gt;We need register the sequence of both deserializer and serializer to write sensor XML in our Qualcomm QCS5430 soc. If you need any more information from our side, let us know.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Reena Patel&lt;/p&gt;</description></item><item><title>HD3SS3212: HD3SS3212 VBIAS</title><link>https://e2e.ti.com/thread/1634111?ContentTypeID=0</link><pubDate>Wed, 08 Apr 2026 00:16:24 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:79342279-8f7f-48bf-9ec0-7013e4fae947</guid><dc:creator>user4497266</dc:creator><slash:comments>8</slash:comments><comments>https://e2e.ti.com/thread/1634111?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1634111/hd3ss3212-hd3ss3212-vbias/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; HD3SS3212&lt;/p&gt;&lt;p&gt;Hi.&lt;br /&gt;&lt;br /&gt;The datasheet for HD3SS3212 is a bit vague on the BIAS voltage requirements. My application uses LVDS. The LVDS is AC-coupled on both sides of the HD3SS3212, this is not something that I can change.&lt;/p&gt;
&lt;p&gt;In the HD3SS3212&amp;#39;s datasheet it says &amp;quot;VBIAS can be GND&amp;quot;. The values for the VBIAS resistors are not mentioned.&lt;/p&gt;
&lt;p&gt;Can you clarify that it is it ok to connect as Figure 6, with 100 kOhm resistors and using ground as VBIAS?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards, Jovnas&lt;/p&gt;</description></item><item><title>RE: HD3SS3212: HD3SS3212 VBIAS</title><link>https://e2e.ti.com/thread/6302791?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 21:19:49 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:b0eb55c8-15f4-4663-bac8-a5e6eeaa306e</guid><dc:creator>user4497266</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6302791?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1634111/hd3ss3212-hd3ss3212-vbias/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Nir.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You wrote &amp;quot;&lt;span&gt;External voltage biasing is only needed to counter high common mode voltage&lt;/span&gt;&amp;quot;. But the datasheet states &amp;quot;Because the switch requires a bias voltage, the designer must place the capacitors on one side of the switch. If they are placed on both sides of the switch, a biasing voltage should be provided&amp;quot;.&lt;/p&gt;
&lt;p&gt;I must disagree with your interpretation, I think the datasheet is quite clear when it states that a bias voltage is needed when using AC coupling capacitors on both sides.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards, Jovnas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: HD3SS3212: HD3SS3212 VBIAS</title><link>https://e2e.ti.com/thread/6302774?ContentTypeID=1</link><pubDate>Thu, 09 Apr 2026 21:02:22 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:88e7d693-a179-4c93-a91b-dd2c3d34765f</guid><dc:creator>Nir Gilgur</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/6302774?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1634111/hd3ss3212-hd3ss3212-vbias/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello Jovans,&lt;/p&gt;
&lt;p&gt;After reading the other responses and the datasheet, I retract the 1k pull up value suggestion, because that is way too strong of a pull.&amp;nbsp;&lt;br /&gt;I believe the RBIAS value in the datasheet is a typo, since such a pull up value doesn&amp;#39;t really makes sense in high speed signaling.&amp;nbsp;&lt;br /&gt;Using a 100k to 200k resistors is more appropriate.&lt;/p&gt;
&lt;p&gt;The &amp;quot;&lt;span&gt;the switch requires a bias voltage&amp;quot;&amp;nbsp;statement from the datasheet is misleading. It refers to a different kind of &amp;quot;biasing&amp;quot;. &lt;br /&gt;It talks about the Host/Controller biasing on the I/Os of the mux, or in other words just the signals it is sending to its inputs.&amp;nbsp;&lt;br /&gt;In the same paragraphs it mentions &amp;quot;the switch is biased by the system/host controller&amp;quot;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The VBIAS with a resistor pull up, is what we call external biasing. &lt;br /&gt;This is something we strongly recommend when common mode voltage exceeds 2V for this part.&lt;br /&gt; The point of this biasing is to make sure the mux sees a voltage level of 0V to 2V on the I/Os. &lt;br /&gt;You can pull down the line to ground, so the mux sees 0V, or pull it up to a VBIAS of 0V to 2V.&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;External voltage biasing is only needed to counter high common mode voltage. &lt;br /&gt;It is not needed when you AC couple both sides. &lt;br /&gt;It is fine if you still do it, but it is not something we recommend.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Hopefully this clarifies your concerns.&lt;br /&gt;If not, fill free to follow up with further questions.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Nir&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>