2024-10-10 12:11 AM
I am developing product using STM32H7A3 series MCU.
In my product we configure CEC peripheral on the MCU in order to use it.
I follow the steps mention in RM.
I conduct a CEC compliance test, and some error detected on CEC_ISR register.
My I know, what can cause the bit TXERR to become 1(meaning transmission error)?
----explanation in RM------
Bit 11 TXERR: Tx-error
In transmission mode, TXERR is set by hardware if the CEC initiator detects low impedance on the CEC line while it is released. TXERR aborts message transmission and clears TXSOM and TXEOM controls.
TXERR is cleared by software write at 1
------------------------------------
It mentions "low impedance detected" but what can cause the low impedance detected?
Solved! Go to Solution.
2024-10-10 03:24 AM
Hello,
It could be something related to your Hardware. Did you connect a 27k pull-up resistor on the CEC line?
You can refer to the AN4066 "Developing an HDMI-CEC network using an STM32F0xx microcontroller " / Section 2 Hardware environment.
And maybe also to inspire from STM320518-EVAL HDMI-CEC schematics from here:
2024-10-10 03:24 AM
Hello,
It could be something related to your Hardware. Did you connect a 27k pull-up resistor on the CEC line?
You can refer to the AN4066 "Developing an HDMI-CEC network using an STM32F0xx microcontroller " / Section 2 Hardware environment.
And maybe also to inspire from STM320518-EVAL HDMI-CEC schematics from here:
2024-10-10 03:27 AM
@NRAML.1 wrote:what can cause the low impedance detected?
A short circuit.
Something actively driving the line.
2024-10-14 05:13 PM - edited 2024-10-14 05:31 PM
I had confirmed the circuit for CEC line. Yes, I connected the line with 27k pull up.
2024-10-14 05:55 PM
The test is to check CEC line can response correctly withing the limits of the specification.
Test condition:
Connect DUT(Our Product) HDMI out to TE(test equipment) HDMI in. Result are shown as below.
Do you have any idea what is going on. Thank you for the advice in advance.
2024-10-15 01:19 AM
Hello @NRAML.1 ,
Your request has been escalated to the ST Online Support Team for additional assistance.
2024-10-15 06:11 PM
Thank you for this advice.
After discussing with the hardware designer, confirm that the PULL UP method need to be revise.
Problem solved after the rework done to CEC line.