User Activity

Posted on June 04, 2018 at 07:16Hi All,I am working on the project Bootloader and i am using the independent watchdog IWDG in my project with stm32F413VH controller.The library i am using is the HAL library. Now i am facing some problem after jumpin...
Posted on December 08, 2017 at 12:32void MXCAN1Init(void){    __HAL_RCC_CAN1_CLK_ENABLE();    stat_stCAN_HandleTypeDefHCan1.Instance = CAN1;    //stat_stCAN_HandleTypeDefHCan1.Init.Prescaler = (U16)((U32)HAL_RCC_GetPCLK1Freq() /    //               ...