Solved
CEC TV emulate with STM32, how id setup?
We for testing CEC client device require emulate master. In normal device code we set
hcec.Init.OwnAddress = CEC_OWN_ADDRESS_x
but for TV master how is right choice?
hcec.Init.OwnAddress = CEC_OWN_ADDRESS_NONE;
or
hcec.Init.OwnAddress = CEC_OWN_ADDRESS_0;
exist some example?
