Hi everyone,I bought a display Riverdi display (RVT70HSSNWC00-B) with a STM32H757XIH6 microcontroller.I want to setup the FDCAN but without success.Has anybody already done and could send a sample ?Thank you in advance.
Hi,Here is my notes for a project test, I hope this will help you :fdcan.c/* USER CODE END FDCAN1_Init 1 */
hfdcan1.Instance = FDCAN1;
hfdcan1.Init.FrameFormat = FDCAN_FRAME_CLASSIC;
hfdcan1.Init.Mode = FDCAN_MODE_NORMAL;
hfdcan1.Init.AutoRet...
Hi Issamos,Thank you for your reply.Finally, I find what to change using the code provide by ST. It is just a little bit different using touchgfx.I close this subject.
Hi Souhaib,Thank you for your reply.I watch the video you have sent,after that sending message works but receive not works.Have you got a project which works with the riverdi product ? Thank you. Alexandre