Associate II
March 4, 2019
Question
USART LL creation problem
- March 4, 2019
- 4 replies
- 3771 views
Hello
I m using STM32CubeMX 5.1.0 with STM32CubeF1 Firmware V1.7.0 09-October-2018
I try to generate the LL for use USART1 and USART2 over STM32F103RCT6, when the Cube generated the code I have the follow problems
LL_USART_InitTypeDef (undeclared identifier)
LL_GPIO_InitTypeDef (unknow type name)
GPIO_InitStruct.OutputType ====> OutputType no member named
USART_InitStruct.BaudRate ====>Undeclared identifier
I m include 2 screenshot the first show the error message and the second is a little error in creationof the header
any idea how fix this issue???
