User Activity

Posted on November 24, 2016 at 11:39 I have stm32F767zi nucleo, and I usedstm32CubeMXgenerate the code to test some of the functionality.The MX_CAN1_Init() returns Timeout error. I debugged HAL_CAN_Init(&hcan1) and found the section in the HAL_C...
Posted on February 13, 2016 at 06:56I am new to stm32. I developed an RTC project, for stm32F446RE Nucleo, that displays date on 16x2 LCD, based on the HAL example. The project works fine. I tried to use the LL example, (to learn it too), to do the ...