cancel
Showing results for 
Search instead for 
Did you mean: 

For CEC peripheral what kind of trigger can cause TXERR set to one

NRAML.1
Associate II

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?

2 REPLIES 2
SofLit
ST Employee

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:

SofLit_0-1728555848642.png

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Andrew Neil
Evangelist III

@NRAML.1 wrote:

what can cause the low impedance detected?


A short circuit.

Something actively driving the line.