Closed jernejp21 closed 1 year ago
Hi @jernejp21,
The bits definitions within the CMSIS files should be in accordance with the reference manual and referring to the different reference manuals of the different STM32F4 part numbers, the bits USART_BRR_DIV_Mantissa
and USART_BRR_DIV_Fraction
are not written all in capital letters as you have suggested.
Thus the current definition of these bits within the STM32F4 CMSIS files is aligned with the reference manual and should therefore be kept as it is.
With regards,
Other STM32Cube packages have all caps. Changed for better compatibility between different STM32 devices using HAL.