User Activity

Posted on February 27, 2017 at 10:07Hi all, I am using a STM32F302RE MCU with a customised board. My code works find when I run it at normal temperature. However, when I test it at 55 degrees, the code goes to Hard fault handler after the line in th...
Posted on March 10, 2016 at 11:19 I am using a custom made STM32F302RE board. I have configured my SPI as follows: hspi2.Instance = SPI2; hspi2.Init.Mode = SPI_MODE_MASTER; hspi2.Init.Direction = SPI_DIRECTION_2LINES; hspi2.Ini...
Posted on March 04, 2016 at 09:14 Hello! I am using a custom made STM32F302RE board. I want configure the filter such that I would be able to receive all messages. I have coded it as follows: int i; for ( i=0 ; i<=14 ; i...
Posted on February 23, 2016 at 07:27Hello, I am using a STM32F302RE custom made board. I am expecting my board to receive and transmit messages to and from controller, but I am not expecting the codes to flow to CAN_SCE handler. How can I prevent my...
Posted on February 19, 2016 at 10:45 Hello! I am using a stm32f302rE custom made board. My codes keep getting stuck in the waiting for acknowledge portion in HAL_CAN_INIT: /* Wait the acknowledge */ while((hcan->Instance->MSR...