User Activity

Hi, I have a board with STM32H735I.I can only detect the IC when boot0 is tied to 3V3 effectively putting the MCU into DFU bootloader mode. In this mode, I can flash it OK with stlink or even USB-DFU. However, once I tie boot0 to gnd the device won't...
Hi, I'm using an STM32F103C8T6 MCU with SN65HVD230 CAN transceiver to read can data. 500bps.Bus is healthy, terminated and HAL initializes OK, but the receive interrupt never fires.CAN_HandleTypeDef hcan;   CAN_FilterTypeDef sFilterConfig; CAN_TxHead...