2019-03-04 03:36 PM
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???
2019-03-04 03:40 PM
Usually have to explicit include all the files you need, grep for definitions and prototypes. Does not pull from a single file like HAL libraries.
2019-03-04 03:54 PM
2019-03-05 06:13 AM
My problem is the same of (https://bit.ly/2C56WG9) please check it because they are report from December 14, 2017, thanks
2019-03-05 07:51 AM
I don't work for ST and not checking/tracking CubeMX defects.
Try @Houda GHABRI