User Activity

Hello,I'm using an STM32F205 chip with custom bootloader. I am facing an issue, that when main application is loaded through the bootloader some of the uart's (USART6 and UART4) interrupt transmit (HAL_UART_Transmit_IT()) causes the stm32 to crash. O...
I was using HAL_UARTEx_ReceiveToIdle_IT to receive data on modbus. After running for couple minutes without any issues it hits the HardFault_Handler. My registers at the time of HardFualtany help would be much appreciated
I am trying to send messages from Can1 to Can2 in an stm32f205vet6. HAL_CAN_AddTxMessage is returning HAL_OK but I am not able to receive any messages in CAN2. And I cant see any messages transmitted in a scope. clock speed = 120MhzCan speed = 500 kb...