STM32H750 UART_INIT_ADVANCED

mikroC, mikroBasic and mikroPascal for PRO ARM® MCUs, supporting STM32, Tiva, Kinetis, & CEC devices
Post Reply
Author
Message
Tolic
Posts: 5
Joined: 29 Jan 2018 22:31

STM32H750 UART_INIT_ADVANCED

#1 Post by Tolic » 24 Mar 2021 13:42

Hello,
Got some troubles with UART configuring.
Please let me know my mistakes.
Thanks in advance.
Attachments
Screenshot 2021-03-24 at 12.26.53.png
Screenshot 2021-03-24 at 12.26.53.png (33.89 KiB) Viewed 1341 times

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: STM32H750 UART_INIT_ADVANCED

#2 Post by filip » 25 Mar 2021 15:09

Hi,

For the UART module structures on PA9/10, PB6/7, PA2/3, PD5/6, PB10/11, PD8/9 and PC10/11 pins, omit the S from the module name (_GPIO_MODULE_UART...)
The UART module using PB14/15 must be manually added to the definition file in the __Lib_GPIO_32H7xx_Defs.c (see how we implemented PA9/10 and PB6/7 structures).

In general, type the _GPIO_MODULE and press Ctrl + Space to get the list of defined structures.

Regards,
Filip.

Post Reply

Return to “ARM PRO Compilers”