(Bug Report) UART5 assigned to the serial comm(UASPEP) results in compile error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-29 12:56 AM
(Environment)
MC_SDK 5.Y.3 + STM32CubeMX 6.3.0 with HAL + IAR EWARM 8.5
(Hardware)
custom board based on F446RE + custom power board + Low Voltage BLDC motor with Encoder
​
(What I found)
- I configured UART5 to the serial communication.
- In "mcp_config.h", USARTA is defined as "USART5", which is, however, not defined.
- (Workaround) If I replace "USART5" with "UART5", then it works well.
​//#define USARTA USART5 // compile error
​#define USARTA UART5 // good
Labels:
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-31 12:52 AM
Hello @THA.1​ ,
Thanks for your feedback,
Could you please share your .ioc file ?
Regards,
Sara.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-02 5:32 PM
