The LL_GPIO_AF_EnableRemap_USART1 in stm32f1xx_ll_gpio (STM32Cube_FW_F1_V1.6.1) gives problems with debugging. Solved by using __HAL_AFIO_REMAP_USART1_ENABLE but when the code is regenerated the fix has to be applied again.
Hello Imen,In the attached usart.c file the function MX_USART1_UART_Init calls LL_GPIO_AF_EnableRemap_USART1(). When you step over this function in debug mode the debugger get lost and debugging is not possible anymore. Looking at the differences bet...