Is STM32F103C6 can bus terminated?
I have two blackpill boards with STM32F103C6 MCU's on them, I want to explore using can bus between those two units and am wondering if I need to add termination to the cables or if those pins are internally terminated when configured for CAN.
All the tutorials I have found doing CAN on stm32 just use usart to communicate with a CAN transreceiver IC, but to clarify, I want to use the integrated CAN functionality on pins PB9 and PB8.
Thanks!