How to read OBD CAN data using STM32f103 ? here is reference https://github.com/ARoozitalab/ELM327-OBDII-STM32 code i modified
using the ref code : https://github.com/ARoozitalab/ELM327-OBDII-STM32 , Succesfully compiled & flashes to Stm32f103RC using keil , Could someone help to debug this code, As i checked, in blu.c file, In BLE_recieve, there is usart_recieve function, ...