Skip to main content
Sebastian1
Associate II
March 4, 2019
Question

USART LL creation problem

  • March 4, 2019
  • 4 replies
  • 3772 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???

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
March 4, 2019

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Sebastian1
Associate II
March 4, 2019

Sorry, OK, here I m attached all folder

thanks

Sebastian1
Associate II
March 5, 2019

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

Tesla DeLorean
Guru
March 5, 2019

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

Try @Houda GHABRI​ ​ 

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