User Activity

Hello, I'm using stm32F446RE.Sending CAN messages to two controllers and it stopped working after some seconds if time delay between the messages is less than one second, And it's slow for my project.looking for suggestions, attaching some of my code...
I'm using this command for Tx, and please let me know if I'm using correct clock config as well.uint8_t csend[] = {0x00,0x00,0x27,0x10}; // Tx Buffer  HAL_CAN_AddTxMessage(&hcan,&txHeader,csend,&canMailbox); // Send MessageClock config:RCC_OscInitTyp...