2017-12-30 6:30 AM
Hello together,
I try to make my first, baby steps with cortex controller.
Currently I try to set up an USART and using the free edition of uVision 5. When I try to compile my code I get about 2*30erros out of stm32l4xx_ll_usart.h (which I had copied in my project folder.) which are always the both below:
_STATIC_INLINE void LL_USART_EnableDirectionTx(USART_TypeDef *
SARTx)_SRC\../_HDR/../_HDR/stm32l4xx_ll_usart.h(649): error: #90: function returning function is not allowed_STATIC_INLINE void LL_USART_EnableDirectionTx(USART_TypeDef *SARTx)_SRC\../_HDR/../_HDR/stm32l4xx_ll_usart.h(649): error: #141-D: unnamed prototyped parameters not allowed when body is present __STATIC_INLINE void LL_USART_EnableDirectionTx(USART_TypeDef *USARTx)_SRC\../_HDR/../_HDR/stm32l4xx_ll_usart.h(660): error: #79: expected a type specifierDoes someone has any ideas? I also try to compile a project out of the example folders. This works fine without any erros (exapt that I cant recieve any information via usart in my terminal. Maybe the lib doesent work correct? But that is an other problem for a new thread ...). So I try to check and copy the project setting. But without success, unfortunately. Still about 60 compiler erros...
Solved! Go to Solution.
2018-01-04 4:24 AM
I don't know, what I have done (maybe cleaning the project, delete the files and add it new to the project). But the errors are gone now... Don't know ..
2018-01-04 4:24 AM
I don't know, what I have done (maybe cleaning the project, delete the files and add it new to the project). But the errors are gone now... Don't know ..
We’re moving the ST Community to a new platform to give you a better and more reliable community experience.