User Activity

The program jumps to the address but stuck in HAL_Delay() without HAL_Delay() its work perfectHere is the code...........static void goto_application(void){ printf("Gonna Jump to Application\r\n"); void (*app_reset_handler)(void) = (void*)(*((volatil...
UART_HandleTypeDef hlpuart1;///init///hlpuart1.Instance = LPUART1;  hlpuart1.Init.BaudRate = 256000;  hlpuart1.Init.WordLength = UART_WORDLENGTH_8B;  hlpuart1.Init.StopBits = UART_STOPBITS_1;  hlpuart1.Init.Parity = UART_PARITY_NONE;  hlpuart1.Init.M...
When I configured the USART3 and LPUART1 it was going to the error handler function.can anyone tell why that's happening.