NUCLEO H755ZI-Q no signal on CAN TX line
Hello,
I'm developing an application based on the above mentioned NUCLEO board and need a CAN connection to control the board. I've done some embedded development, but this is my first time using an STM board, so please forgive my lack of experience.
I've configured the CAN module in CubeMX to use a baudrate of 500kbit/s using value from a tutorial. The code uses the HAL library and using the debugger I can see the transmit function return with HAL_OK. But when i connect my oscilloscope to the TX line I only get a short LOW pulse of ~34µs and no actual data.
I'm guessing it might be my lack of understanding the proper (clock) configuration but using different threads I'm now out of ideas. I've attached the CubeMX file below.
Thanks for your help.

