Configuring STM32H743ZI2 FDCAN as normal can
Firstly, I have a can transceiver that worked in STM32F7 nucleo board with interrupt mode configuration. So my transceiver works properly I guess.
Now, I am trying to configure H743ZI2 to create normal can frames. My setup is 2 H743ZI2's and used same transceivers which was communicated properly in F7 setup.
I am using a friends trusted configuration which is successed that worked in H753(In H753 setup dıfferent transceiver used, and I cant use that transceiver due to reachability issues).
So, my question is:
Is there any possibility that my transceiver does not support FDCAN even in normal mode? Is there thing that compatibility of transceivers to FDCAN.
I know I did not give any code or something because I want to know only about above question.
Also I did not run into who successed FDCAN in STM32H743ZI2 board. Are there any sample code/configuration to suggest? Or this board has problems in FDCAN.
Any help will be appreciated. Thanks for toleration due to lack of knowledge here.
Ofc it can be software issues but I want to just know about transceiver compatibility and know about any suggestions u have