Where is the actual doc on the CAN interface?
I'm using an STM32F105R8T6 and Cube. I've searched and searched and can NOT find any actual documentation on the CAN interface. Yes, there are a couple words in the STM32F105 datasheet, and a brief mention in the Cube's getting started doc. But there should be a doc somewhere that outlines all the hardware registers and how to use them. I've searched for "CAN" title in all the technical literature at https://www.st.com/en/microcontrollers-microprocessors.html#resource, to no avail.
I'm astounded at how difficult it is to find any hardware doc. Is there any?
Note my question du jour is whether or not I can run the two CAN interfaces at different clocks, and if so, what registers are involved. Well, this is probably about timers and not the CAN itself, but I find no doc on what timers/clocks the CAN uses...
Thanks in advance for your help.