Resolved! How to solve linker error ''Undefined symbol'' ? in KEIL uVision5 ?
Posted on January 01, 2018 at 17:01Hello,I implemented the folloing codesnipped (using to set the USART baudrate). : uint32_t periphclk = LL_RCC_GetUSARTClockFreq(LL_RCC_USART2_CLKSOURCE); uint32_t oversampling = LL_USART_GetOverSampling(USART...