cancel
Showing results for 
Search instead for 
Did you mean: 

USART LL creation problem

Sebastian1
Associate II

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???

4 REPLIES 4

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. ​

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

Sorry, OK, here I m attached all folder

thanks

Sebastian1
Associate II

My problem is the same of (https://bit.ly/2C56WG9) please check it because they are report from December 14, 2017, thanks

I don't work for ST and not checking/tracking CubeMX defects.

Try @Houda GHABRI​ ​ 

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..