USART LL creation problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-04 3: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???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-04 3: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. ​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-04 3:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-05 6:13 AM
My problem is the same of (https://bit.ly/2C56WG9) please check it because they are report from December 14, 2017, thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-03-05 7:51 AM
I don't work for ST and not checking/tracking CubeMX defects.
Try @Houda GHABRI​ ​
Up vote any posts that you find helpful, it shows what's working..
