Stm 32

Thread Starter

Singhalshikha

Joined Feb 4, 2013
1
I have a got a project which is based on STM32 basically using its UART feature. Data will be taken from UART then it will be processed in controller and the result will be sent back through UART.

But STM 32 is all new to me. I have never used it. If anyone has any idea then please help me.
 

tshuck

Joined Oct 18, 2012
3,534
I have a got a project which is based on STM32 basically using its UART feature. Data will be taken from UART then it will be processed in controller and the result will be sent back through UART.

But STM 32 is all new to me. I have never used it. If anyone has any idea then please help me.
The ARM processors are a hairy beast to tame.

My advice: go to the section on UART and configure the UART the way the datasheet says.

You can not hope to program any uC, let alone an ARM, without a datasheet...
 
Top