I have been wanting to use Hal_CAN library and everytime I use HAL_CAN_AddTxMessage using cube IDE I get an Hard fault. So if anyone has a good CAN bus transmission and recieve Example that would be really helpful.
Hey There, I am trying to create a DHCP server, on stm3210C eval using LWIP 2.0.3. and the ethernet phy seems to work but I can't get the static IP to show on the router's connected device list
Well I got the CAN TX to work but I am trouble receiving messages, By using this function : HAL_CAN_GetRxMessage(&hcan1, CAN_RX_FIFO0, &Rxcan, Rxdata);