with the help of the HAL code library i am able to see the output while using LOOPBACK mode in CAN but at the same time not able to get the data in the NORMAL mode . can any one help me out with this problem ?thanks in advanced
yes i found example code for some different stm mcu and crossed checked code with that both are same only but dont know that code is right or not cause i did not checked that as i dont have that MCU with me .and ya i can transmit frame with every sec...
initialization i am doing sir and that response i am able to see in related registers also if(HAL_CAN_AddTxMessage(&CanHandle, &TxHeader, TxData, &TxMailbox) != HAL_OK) is function also working fine but after that one function named while(HAL_CAN_Ge...