User Activity

I am using STM8AF5286 controller and CAN port for external communication. My application need to be in HALT mode to prevent battery consumption and wakeup only when any activity is detected on CAN port. The application works fine with wfi() function ...
My following code is not working for sending data over LINUART port of STM8AF5286. I am using STVD and STM8_Standard_Project_Template.GPIO_Init(GPIOD, GPIO_PIN_5, GPIO_MODE_OUT_PP_HIGH_FAST);UART3_DeInit(); UART3_Init(9600,UART3_WORDLENGTH_8D,UART3_S...
I am using STM8AF5286 for one of my design. I am using CAN port for data transmission. I am using standard ST library for CAN communication. I don't see any 16-bit CRC calculation included in CAN_Transmit function of CAN driver function. Neither I se...