<?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/"><channel><title>Audio</title><link>https://e2e.ti.com/support/audio-group/audio/</link><description>&lt;p style="display:none;"&gt;blank&lt;/p&gt;</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>Forum Post: RE: TLV320AIC3204EVM-K: could not do flashing, after flash i did not run , remove_miniEVM file so flash is not done</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1640304/tlv320aic3204evm-k-could-not-do-flashing-after-flash-i-did-not-run-remove_minievm-file-so-flash-is-not-done/6336331</link><pubDate>Thu, 07 May 2026 12:44:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:b003c4bb-dc0f-479d-a312-f2a9f3251ff4</guid><dc:creator>SHARON PS</dc:creator><description>const codec_register CODEC_DEF_REG_DATA [] = { // ===================================================== // ===================== PAGE 0 ======================== // ===================================================== { 0x00 , 0x00 }, // Select Page 0 // Software reset { 0x01 , 0x01 }, // ---------- PLL CONFIG (MCLK = 4 MHz → 8 kHz Fs) ---------- { 0x04 , 0x03 }, // PLL input = MCLK, CODEC_CLK = PLL { 0x05 , 0xD4 }, // PLL power up, P=5, R=4 D4 or 0x91 { 0x06 , 0x20 }, // J=32 { 0x07 , 0x00 }, // D MSB { 0x08 , 0x00 }, // D LSB // ---------- DAC CLOCK TREE ---------- { 0x0B , 0x84 }, // NDAC=4, power up { 0x0C , 0x99 }, // MDAC=25, power up { 0x0E , 0x80 }, // DOSR=128 → Fs = 8kHz { 0x12 , 0x84 }, // NADC=4, power up { 0x13 , 0x99 }, // MADC=25, power up { 0x14 , 0x80 }, // AOSR=128 // ---------- I2S DIGITAL ---------- { 0x1B , 0x0C }, // I2S, 16bit, BCLK and WCLK are output from device { 0x1D , 0x01 }, // DAC clock source 0x01 #bdiv_clkin=dac_mod_clk { 0x1E , 0x84 }, // BCLK divider 84 #bclk ndiv powered up, =4 // Set the DAC Mode to PRB_P8 { 0x3C , 0x08 }, // 4Mhz * (R*j.d)/P // 4 * 4 * 32 / 5 = 102.4MHz // /ndac = 102.4/4 -&amp;gt; 25.6MHz = DAC_CLK // /mdac = 25.6MHz/25 = 1.024MHz = DAC_MOD_CLK // /dosr = 1.024/128 = 8khz = dac_fs // dac_mod_clk / 4 = 256kHz = bclk -&amp;gt; (2 channel 16 bit data) // ===================================================== // ===================== PAGE 1 ======================== // ===================================================== { 0x00 , 0x01 }, // Select Page 1 // Disable Internal Crude AVdd in presence of external AVdd supply or before // powering up internal AVdd LDO { 0x01 , 0x08 }, // Enable Master Analog Power Control { 0x02 , 0x00 }, { 0x47 , 0x32 }, //Set the input powerup time to 3.1ms (for ADC) // Set the REF charging time to 40ms { 0x7B , 0x01 }, { 0x03 , 0x00 }, // Playback Configuration Register 1 { 0x04 , 0x00 }, // Playback Configuration Register 2 { 0x09 , 0x30 }, // Output Driver Power Control Register #hpl and hpr powered up, line outs powered down { 0x0A , 0x00 }, // Output Driver Power Control Register #avdd supply for hp { 0x0C , 0x08 }, // HPL Routing Selection Register #ldac pos terminal routed to hpl { 0x0D , 0x08 }, // HPR Routing Selection Register #rdac pos terminal routed to hpr { 0x0E , 0x08 }, // Left DAC → LOL #ldac routed to lol { 0x0F , 0x08 }, // Right DAC → LOR #rdac routed to lor { 0x16 , 0x00 }, // IN1L to HPL Volume Control Register #in1l to hpl volume = 0db (path not set) // /* ---------- MIC (optional) ---------- */ { 0x33 , 0x60 }, // MIC Bias 2.5v #bias powered up set to 2.5V { 0x34 , 0x80 }, // 01: IN1L is routed to Left MICPGA with 10k resistanceresistance,, 0x04-inl3 40 { 0x36 , 0x80 }, // Left MICPGA Negative Terminal Input Routing Configuration #cm1l to left neg terminal with 10k - 40 { 0x37 , 0x80 }, //Route IN1R to RIGHT_P with input impedance of 20K { 0x39 , 0x80 }, // Route Common Mode to RIGHT_M with impedance of 20K // 40 { 0x3A , 0x00 }, //Right MICPGA Volume Control Register #same for right micpga (nothing connected) { 0x3B , 0x040 }, // Left MICPGA Volume Control Register #left micpga gain enabled, 0db 0x30-gain increase // 40 { 0x3C , 0x00 }, // Right MICPGA Volume Control Register #same for right micpga (nothing connected) //00 // {0x46, 0x0A}, // MICBIAS = 2.5V // {0x48, 0x40}, // MICPGA P = MIC 10k // {0x49, 0x40}, // MICPGA M = CM 10k // {0x47, 0x00}, // MIC gain = 0dB // ===================================================== // ===================== PAGE 0 ======================== // ===================================================== { 0x00 , 0x00 }, // Select Page 0 { 0x3D , 0x01 }, // Page 0, Reg 61 → PRB_R1 (basic ADC path) { 0x3F , 0xD6 }, // Powerup DAC left channel #ldac and rdac powered up { 0x40 , 0x00 }, // Left &amp;amp; Right channel DAC unmuted { 0x41 , 0x00 }, // DAC digital gain = 0dB #ldac gain=0db { 0x51 , 0xC0 }, // Powerup ADC C0 #ladc powered up, radc powered down { 0x52 , 0x00 }, // ADC channel unmuted, 0dB #both ladc and radc unmuted { 0x53 , 0x00 }, // ADC Digital Volume Control Coarse = 0dB // ===================================================== // ===================== PAGE 1 ======================== // ===================================================== // {0x00, 0x01}, // Select Page 1 // {0x35, 0x44}, // LDAC and RDAC router to L &amp;amp; R mixer amplifier // {0x36, 0x80}, // {0x37, 0x80}, // {0x38, 0x80}, // Left Analog Vol to SPR, unmuted // {0x39, 0x80}, // Right Analog Vol to SPR, unmuted // {0x42, 0x04}, // Left Speaker gain = 6dB, unmuted // {0x43, 0x04}, // Left Speaker gain = 6dB, unmuted // {0x32, 0xC6}, // Speaker drivers power up }; this is my current configuration but i did not get proper audio only get noise why ??</description></item><item><title>Forum Post: RE: TLV320AIC3204EVM-K: could not do flashing, after flash i did not run , remove_miniEVM file so flash is not done</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1640304/tlv320aic3204evm-k-could-not-do-flashing-after-flash-i-did-not-run-remove_minievm-file-so-flash-is-not-done/6336335</link><pubDate>Thu, 07 May 2026 12:44:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:15d4448f-2800-493f-847c-9b1900714604</guid><dc:creator>SHARON PS</dc:creator><description>const codec_register CODEC_DEF_REG_DATA [] = { // ===================================================== // ===================== PAGE 0 ======================== // ===================================================== { 0x00 , 0x00 }, // Select Page 0 // Software reset { 0x01 , 0x01 }, // ---------- PLL CONFIG (MCLK = 4 MHz → 8 kHz Fs) ---------- { 0x04 , 0x03 }, // PLL input = MCLK, CODEC_CLK = PLL { 0x05 , 0xD4 }, // PLL power up, P=5, R=4 D4 or 0x91 { 0x06 , 0x20 }, // J=32 { 0x07 , 0x00 }, // D MSB { 0x08 , 0x00 }, // D LSB // ---------- DAC CLOCK TREE ---------- { 0x0B , 0x84 }, // NDAC=4, power up { 0x0C , 0x99 }, // MDAC=25, power up { 0x0E , 0x80 }, // DOSR=128 → Fs = 8kHz { 0x12 , 0x84 }, // NADC=4, power up { 0x13 , 0x99 }, // MADC=25, power up { 0x14 , 0x80 }, // AOSR=128 // ---------- I2S DIGITAL ---------- { 0x1B , 0x0C }, // I2S, 16bit, BCLK and WCLK are output from device { 0x1D , 0x01 }, // DAC clock source 0x01 #bdiv_clkin=dac_mod_clk { 0x1E , 0x84 }, // BCLK divider 84 #bclk ndiv powered up, =4 // Set the DAC Mode to PRB_P8 { 0x3C , 0x08 }, // 4Mhz * (R*j.d)/P // 4 * 4 * 32 / 5 = 102.4MHz // /ndac = 102.4/4 -&amp;gt; 25.6MHz = DAC_CLK // /mdac = 25.6MHz/25 = 1.024MHz = DAC_MOD_CLK // /dosr = 1.024/128 = 8khz = dac_fs // dac_mod_clk / 4 = 256kHz = bclk -&amp;gt; (2 channel 16 bit data) // ===================================================== // ===================== PAGE 1 ======================== // ===================================================== { 0x00 , 0x01 }, // Select Page 1 // Disable Internal Crude AVdd in presence of external AVdd supply or before // powering up internal AVdd LDO { 0x01 , 0x08 }, // Enable Master Analog Power Control { 0x02 , 0x00 }, { 0x47 , 0x32 }, //Set the input powerup time to 3.1ms (for ADC) // Set the REF charging time to 40ms { 0x7B , 0x01 }, { 0x03 , 0x00 }, // Playback Configuration Register 1 { 0x04 , 0x00 }, // Playback Configuration Register 2 { 0x09 , 0x30 }, // Output Driver Power Control Register #hpl and hpr powered up, line outs powered down { 0x0A , 0x00 }, // Output Driver Power Control Register #avdd supply for hp { 0x0C , 0x08 }, // HPL Routing Selection Register #ldac pos terminal routed to hpl { 0x0D , 0x08 }, // HPR Routing Selection Register #rdac pos terminal routed to hpr { 0x0E , 0x08 }, // Left DAC → LOL #ldac routed to lol { 0x0F , 0x08 }, // Right DAC → LOR #rdac routed to lor { 0x16 , 0x00 }, // IN1L to HPL Volume Control Register #in1l to hpl volume = 0db (path not set) // /* ---------- MIC (optional) ---------- */ { 0x33 , 0x60 }, // MIC Bias 2.5v #bias powered up set to 2.5V { 0x34 , 0x80 }, // 01: IN1L is routed to Left MICPGA with 10k resistanceresistance,, 0x04-inl3 40 { 0x36 , 0x80 }, // Left MICPGA Negative Terminal Input Routing Configuration #cm1l to left neg terminal with 10k - 40 { 0x37 , 0x80 }, //Route IN1R to RIGHT_P with input impedance of 20K { 0x39 , 0x80 }, // Route Common Mode to RIGHT_M with impedance of 20K // 40 { 0x3A , 0x00 }, //Right MICPGA Volume Control Register #same for right micpga (nothing connected) { 0x3B , 0x040 }, // Left MICPGA Volume Control Register #left micpga gain enabled, 0db 0x30-gain increase // 40 { 0x3C , 0x00 }, // Right MICPGA Volume Control Register #same for right micpga (nothing connected) //00 // {0x46, 0x0A}, // MICBIAS = 2.5V // {0x48, 0x40}, // MICPGA P = MIC 10k // {0x49, 0x40}, // MICPGA M = CM 10k // {0x47, 0x00}, // MIC gain = 0dB // ===================================================== // ===================== PAGE 0 ======================== // ===================================================== { 0x00 , 0x00 }, // Select Page 0 { 0x3D , 0x01 }, // Page 0, Reg 61 → PRB_R1 (basic ADC path) { 0x3F , 0xD6 }, // Powerup DAC left channel #ldac and rdac powered up { 0x40 , 0x00 }, // Left &amp;amp; Right channel DAC unmuted { 0x41 , 0x00 }, // DAC digital gain = 0dB #ldac gain=0db { 0x51 , 0xC0 }, // Powerup ADC C0 #ladc powered up, radc powered down { 0x52 , 0x00 }, // ADC channel unmuted, 0dB #both ladc and radc unmuted { 0x53 , 0x00 }, // ADC Digital Volume Control Coarse = 0dB // ===================================================== // ===================== PAGE 1 ======================== // ===================================================== // {0x00, 0x01}, // Select Page 1 // {0x35, 0x44}, // LDAC and RDAC router to L &amp;amp; R mixer amplifier // {0x36, 0x80}, // {0x37, 0x80}, // {0x38, 0x80}, // Left Analog Vol to SPR, unmuted // {0x39, 0x80}, // Right Analog Vol to SPR, unmuted // {0x42, 0x04}, // Left Speaker gain = 6dB, unmuted // {0x43, 0x04}, // Left Speaker gain = 6dB, unmuted // {0x32, 0xC6}, // Speaker drivers power up }; this is my current configuration but i did not get proper audio only get noise why ??</description></item><item><title>Forum Post: RE: TPA3223: Signal Clipping and Pulse Injector</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1641860/tpa3223-signal-clipping-and-pulse-injector/6336307</link><pubDate>Thu, 07 May 2026 12:29:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:62dc4081-e205-4e17-8240-a565debdab89</guid><dc:creator>Peter Wu5</dc:creator><description>Hi, To answer your two questions, please refer to below explanation. 1. When the output is in a DC state (Hold H/L), the current is either at a constant maximum or zero. In this state, conventional average or peak current detection based on switching actions may not accurately reflect transient faults and can even cause saturation in the detection circuit&amp;#39;s integrator. In this state, the Pulse Injector does not replace the original current-sensing ADC; instead, it intervenes as an &amp;quot;active diagnostic and fault recovery mechanism&amp;quot;: Breaking the Deadlock State:​ Under certain conditions (e.g., minor load short or MOSFET transient fault), the output may accidentally latch to a certain level. The Pulse Injector attempts to inject specific, minute test pulses into the output stage. Testing Load Response:​ By observing the trend of current change after the pulse injection, the chip can determine whether it is a true short circuit (no change or a sharp increase in current) or just a transient disturbance. If a slight change in current is detected, the chip can attempt to automatically clear the fault state (latch-up) without requiring a full power cycle, thereby improving system reliability. 2. The core mechanism by which the Pulse Injector improves radiation is &amp;quot;Spectral Spreading (Dithering/Smoothing)&amp;quot;: Introducing Controlled Dither:​ When the chip detects a tendency for the output to latch, or to proactively optimize EMI performance, the Pulse Injector intentionally superimposes minute, random, or specifically patterned pulse perturbations onto the normal PWM output. Disrupting Periodicity:​ This perturbation breaks the perfect periodicity of the output signal. The previously concentrated, sharp energy at a single frequency is &amp;quot;scattered&amp;quot; and evenly distributed over a wider frequency band. Reducing Peak Levels:​ Much like diffusing a strong beam of light into an area light source, spectral spreading reduces the peak intensity of electromagnetic radiation at specific frequencies. This makes the signal easier to attenuate with power filters or shielding, thereby helping the entire machine pass radiated emissions testing smoothly.</description></item><item><title>Forum Post: TAS6422E-Q1: PurePathConsole3</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1643403/tas6422e-q1-purepathconsole3</link><pubDate>Thu, 07 May 2026 09:32:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:a11a4062-cf19-493b-8082-f4345afe3e19</guid><dc:creator>Michael Hull37</dc:creator><description>Part Number: TAS6422E-Q1 Hi I need the PPC3 plugin for the TAS6422E. There is no link to request it on the TAS6422E webpage.</description><category domain="https://e2e.ti.com/support/audio-group/audio/tags/TAS6422E_2D00_Q1">TAS6422E-Q1</category></item><item><title>Forum Post: RE: TAS2574EVM: PPC3 SW doesn't recognize TAS2574 EVM</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1641212/tas2574evm-ppc3-sw-doesn-t-recognize-tas2574-evm/6335927</link><pubDate>Thu, 07 May 2026 07:11:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:9d54501a-6ca0-49bf-9038-22bb36ba2a3d</guid><dc:creator>Peter Wu5</dc:creator><description>Hi Doug, Please remove the highlighted jumper and retry the connection and run the commands accordingly. Thanks.</description></item><item><title>Forum Post: RE: TLV320AIC3204EVM-K: could not do flashing, after flash i did not run , remove_miniEVM file so flash is not done</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1640304/tlv320aic3204evm-k-could-not-do-flashing-after-flash-i-did-not-run-remove_minievm-file-so-flash-is-not-done/6335717</link><pubDate>Thu, 07 May 2026 04:04:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:3495b019-d9f2-4903-860f-85e7b8d59021</guid><dc:creator>SHARON PS</dc:creator><description>Mir Jeffres</description></item><item><title>Forum Post: RE: TPA2016D2: TPA2016D2 — Unused left channel pin handling + dual-supply</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1642777/tpa2016d2-tpa2016d2-unused-left-channel-pin-handling-dual-supply/6335693</link><pubDate>Thu, 07 May 2026 03:26:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:9dd8614b-0d27-44b0-90d7-768c5463af81</guid><dc:creator>Wenbin Li1</dc:creator><description>Hi Steve, it seems you are only using one channel, you can consider TPA2018D1, it has similar functions and only have one channel. regarding your questions: I think the PVDD should be connected. but output can be left floating. but avdd should be the same to PVDD. if you use 4.2V PVDD, you can assume the peak output is around 3.9V, then the RMS will be around 2.7V. SCH: suggest to change the R6 to the same value as R2, this will try to have the better noise and pop performance. Br, Wenbin</description></item><item><title>Forum Post: RE: TPA3223: Signal Clipping and Pulse Injector</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1641860/tpa3223-signal-clipping-and-pulse-injector/6335680</link><pubDate>Thu, 07 May 2026 03:17:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:d8805606-6e20-4236-868e-20351e2062b0</guid><dc:creator>Chunjiang Wu</dc:creator><description>Hi, 1. I do not understand the relationship between pulse injector and current monitor. When the output hold H or L, it cannot detect the over-current? 2. When the output hold H or L, it may cause harder radiation? I want to no know how the pulse injector improve the radiation.</description></item><item><title>Forum Post: RE: TPA3223: Signal Clipping and Pulse Injector</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1641860/tpa3223-signal-clipping-and-pulse-injector/6335664</link><pubDate>Thu, 07 May 2026 03:03:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:5b73af87-ec58-415a-a28a-b571bb86c130</guid><dc:creator>Peter Wu5</dc:creator><description>Hi Chunjiang, To answer your another question why it can&amp;#39;t be closed. 1. If the Pulse Injector serves as the defender against overcurrent/overheating (e.g., its pulse generation logic is directly linked to the comparator thresholds of overcurrent protection), disabling it via software would leave the chip completely unprotected. In end applications, common scenarios like power fluctuations or load transients could easily cause amplifier burnout. 2. Different customers have varying PCB layouts and peripheral components (e.g., inductors, capacitors). Allowing users to &amp;quot;disable the Pulse Injector&amp;quot; could lead to functional failures in certain scenarios due to mismatched configurations (e.g., incorrect peripheral component selection), potentially causing mass product failures​ (e.g., batch burnouts). Therefore, manufacturers lock this feature at the firmware/hardware level to ensure consistent reliability across all end products.</description></item><item><title>Forum Post: RE: TPA3223: Signal Clipping and Pulse Injector</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1641860/tpa3223-signal-clipping-and-pulse-injector/6335644</link><pubDate>Thu, 07 May 2026 02:36:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:bfb833e9-3b4e-4b9f-a203-8074f0a95111</guid><dc:creator>Peter Wu5</dc:creator><description>Hi Chunjiang, 1. During operation, Class-D amplifiers are prone to overcurrent and overheating​ due to large dynamic audio signals (e.g., drum hits, bass impacts) or abnormal loads (e.g., speaker short circuits, poor cable contact). The role of the Pulse Injector is to inject detection pulses​ into the output stage to monitor loop current/temperature status in real-time. When it detects that &amp;quot;current exceeds a safe threshold&amp;quot; (e.g., short circuit, overload), it quickly triggers &amp;quot;current limiting actions&amp;quot; or &amp;quot;protective shutdowns&amp;quot; to prevent chip burnout caused by continuous high current. 2. The Pulse Injector actively adjusts the spectral characteristics​ of the output signal through &amp;quot;pre-modulation pulses.&amp;quot; For example, injecting pulses of specific frequencies/duty cycles into the PWM carrier suppresses high-frequency harmonic radiation and conducted interference, allowing the amplifier system to operate stably even in complex electromagnetic environments (e.g., automotive electronics, industrial equipment). It will reduce reliance on peripheral EMI filtering components, lowering hardware design costs and size.</description></item><item><title>Forum Post: RE: TAS2574EVM: PPC3 SW doesn't recognize TAS2574 EVM</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1641212/tas2574evm-ppc3-sw-doesn-t-recognize-tas2574-evm/6335622</link><pubDate>Thu, 07 May 2026 02:08:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:1fffa6d4-ab8a-4019-8ebd-a6614334e084</guid><dc:creator>Peter Wu5</dc:creator><description>Hi Doug, Understood your point. Let me check with PPC3 team and get back to you soon. Thanks for your patience.</description></item><item><title>Forum Post: RE: TSC2007: Behavior of PENIRQ during power OFF</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1640924/tsc2007-behavior-of-penirq-during-power-off/6335620</link><pubDate>Thu, 07 May 2026 02:04:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:994061da-eb35-4df8-8867-c81086ca8e0b</guid><dc:creator>user5242682</dc:creator><description>When the power is turned off and VDD drops, does the output of /PENIRQ from the Control Logic become Hi-Z?</description></item><item><title>Forum Post: RE: TAS5825MEVM: After writing values to the DRC module of TAS5825M via I2C, it was found that the DRC module failed and did not work.</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1639252/tas5825mevm-after-writing-values-to-the-drc-module-of-tas5825m-via-i2c-it-was-found-that-the-drc-module-failed-and-did-not-work/6335593</link><pubDate>Thu, 07 May 2026 01:42:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:b5c88c3c-5ca1-4702-98d1-0c8ecd0e3c07</guid><dc:creator>JH N</dc:creator><description>I conducted the test on our own custom-made PCB board. I first created a DRC without any compressor in the ppc3 software as an initialization. e2e.ti.com/.../ppc3-initialization.zip Secondly, I modified the parameter values of the DRC compressor in the PPC3 software again, and then used I2C to write to the 0x3c register. The value written is exactly the same as the value read from register 0x3c. This is my operation. Regards, JH N</description></item><item><title>Forum Post: RE: TPA3223: Signal Clipping and Pulse Injector</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1641860/tpa3223-signal-clipping-and-pulse-injector/6335553</link><pubDate>Thu, 07 May 2026 01:02:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:1796942d-f48a-43b2-95bb-1a2ef5739786</guid><dc:creator>Shenghao Ding</dc:creator><description>Our expert will feedback you shortly. Thanks for your patient.</description></item><item><title>Forum Post: RE: TAD5242: TDM clock polarity?</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1643195/tad5242-tdm-clock-polarity/6335478</link><pubDate>Wed, 06 May 2026 22:39:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:496c5f6c-b7f0-4f56-a72c-3bca55eadf77</guid><dc:creator>Peter Richards</dc:creator><description /></item><item><title>Forum Post: RE: TAD5242: TDM clock polarity?</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1643195/tad5242-tdm-clock-polarity/6335476</link><pubDate>Wed, 06 May 2026 22:38:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6344d455-c24b-48fc-ac6d-535561fba392</guid><dc:creator>Peter Richards</dc:creator><description>Basically what I want to know is - i am currently driving BCLK/FSYNC/DIN such that transitions on FSYNC/DIN are synchoronous with the rising edge of BCLK. BCLK is 12 MHz. In the lab it works...but is that because a) I have 40ns of setup+hold on FSYNC/DIN vs negedge BCLK - super robust, great b) FSYNC/DIN are getting sampled at posedge BCLK, I&amp;#39;m violating setup/hold and just getting lucky, scary</description></item><item><title>Forum Post: PCM2912A: Buffer over and underruns + glitch</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1643206/pcm2912a-buffer-over-and-underruns-glitch</link><pubDate>Wed, 06 May 2026 21:42:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:9bd5965e-6c65-4c52-b1d9-8d2e28de8ddf</guid><dc:creator>Rez Ameli</dc:creator><description>Part Number: PCM2912A Hello Audio team, I am reaching out to you on my customer&amp;#39;s behalf. Patrick has the following inquiry: We would like to get some support on the PCA2912A usb codec. We have implemented the chip in our Android based project. We have spent several weeks adjusting the applications and BSP to improve but continue to experience buffer over and underruns. Our device is primarily using a synthesized speech engine to generate TTS audio stream. The glitches in the resulting TTS audio are severe and not something we can ship. Before we proceed with replacing the codec with a different chip, we would like to see if there is factory support for this chip to help us debug the design. regards, Rez</description><category domain="https://e2e.ti.com/support/audio-group/audio/tags/pcm2912a">pcm2912a</category><category domain="https://e2e.ti.com/support/audio-group/audio/tags/Medical%2b_2600_amp_3B00_%2bhealthcare">Medical &amp;amp; healthcare</category></item><item><title>Forum Post: RE: TPA3255: Paralleling TPA3255 outputs in SE mode with higher PVDD</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1642168/tpa3255-paralleling-tpa3255-outputs-in-se-mode-with-higher-pvdd/6335334</link><pubDate>Wed, 06 May 2026 20:19:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:fb825b73-f57b-437e-a85e-ea4cf2325f6e</guid><dc:creator>Isaac Buliva</dc:creator><description>Hi Dan, Understood, if you need any further assistance please feel free to reach out again. Regards, Isaac</description></item><item><title>Forum Post: TAD5242: TDM clock polarity?</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1643195/tad5242-tdm-clock-polarity</link><pubDate>Wed, 06 May 2026 20:12:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:5530623b-a0f5-4823-9972-66872fdb985d</guid><dc:creator>Peter Richards</dc:creator><description>Part Number: TAD5242 The timing diagram in the TAD5242 datasheet showing the operation of TDM Target mode (fig 6-3 on pg 16) is a bit ambiguous to me. It appears to show FSYNC and DIN/DOUT changing synchronously with the rising edge of BCLK. Visually this gives the impression that the stable setup/hold window for these signals is then centered around the falling edge of BCLK in this mode. Other modes (e.g. I2S Target in fig 6-5) specifically show the opposite relationship with the BCLK where FSYNC/DIN are stable at the rising edge of BCLK. So just to confirm - is it correct that if I am using TDM Target mode, FSYNC/DIN will be sampled by the TAD5242 on the falling edge of BCLK and I need to ensure that the setup/hold requirements in section 5.6 are met relative to the *falling* edge of BCLK in this mode?</description><category domain="https://e2e.ti.com/support/audio-group/audio/tags/TAD5242">TAD5242</category></item><item><title>Forum Post: RE: TAS2574EVM: PPC3 SW doesn't recognize TAS2574 EVM</title><link>https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1641212/tas2574evm-ppc3-sw-doesn-t-recognize-tas2574-evm/6335265</link><pubDate>Wed, 06 May 2026 19:08:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:59de3961-5c49-43f5-9230-2d3cacb44154</guid><dc:creator>Doug Peeler</dc:creator><description>I don&amp;#39;t have I2C Monitor, but I2C Master as an installed EVM app. Launching I2C Master, there is a &amp;quot;Connect&amp;quot; button at the bottom. When &amp;quot;Disconnected&amp;quot;, writing the string provides a &amp;quot;Successfully written&amp;quot; response. When &amp;quot;Connected&amp;quot;, there is an &amp;quot;Error executing command&amp;quot; response. Neither scenario corrects the issue.</description></item></channel></rss>