2015-04-08 07:40 PM
Hi,
Where can I find documentation on the UART registers for the STM32F429xx micro?The datasheet ( http://www.st.com/web/en/resource/technical/document/datasheet/DM00071990.pdf ), does not include any information about it.The same goes for any other peripheral, there doesn't seem to be much in depth discussion about then in the datasheet; I assume I am missing something, and that it must be documented somewhere else.Thanks #lmgtfy:-stm32-resources2015-04-08 09:04 PM
It's all there in the user manual documents.
But the HAL code does all this low level I/O based on your use of the APIs. And you can (should) use CubeMX to auto-generate all the I/O initialization and ISRs.2015-04-08 09:11 PM
Like a
http://www.st.com/web/en/resource/technical/document/reference_manual/DM00031020.pdf
?2015-04-09 06:51 AM
2015-04-09 05:45 PM
RM0090
Reference manual STM32F405/415, STM32F407/417, STM32F427/437 and STM32F429/439 advanced ARM®-based 32-bit MCUs Easy to find with a brief web search2015-04-11 11:26 AM