CEC HDMI hanshaking example and bug in MX report
First bug, i start testing CEC on F051DISCO . Open MX create config for KEIL v5 and generate code.
After build and load i spent some hours to locate why code dont receive and hangs.
Elaborate bad generated startus assembler file where is IRQ named CEC_IRQHandler,
but in code IT !!! void CEC_CAN_IRQHandler(void)
And now handshaking code question. Examples in folder firmware is not usable in real life. Can ST or anybody provide CEC for example version 1.4 code with coments... CEC is multidevices bus and developer dont have environment to check and test conflicts etc.
