2021-12-05 06:03 AM
I am very new in STM32, earlier i tried it on CubeMX but no use of it.
now i want o start code on register base. like below
like, https://controllerstech.com/how-to-setup-uart-using-registers-in-stm32/
but i am not getting where is alternate function chart ,there i can assigned UART to GPIO.
thanking you
Solved! Go to Solution.
2021-12-05 06:28 AM
The datasheet has the mapping between pins and each AF mode.
If you want to use direct register access, also get familiar with the reference manual.
2021-12-05 06:05 AM
Actually on USART is working with help of CubeMX but i want to do it with help of register ,
so that I can get idea what is happening in Cubemx
2021-12-05 06:28 AM
The datasheet has the mapping between pins and each AF mode.
If you want to use direct register access, also get familiar with the reference manual.
2021-12-05 08:07 AM
Thank you very much. i have to go through number of datasheet.