Posted on February 11, 2014 at 22:28
Hi,
I'd like to use the USART3 of the STM32F407 (Discovery Board) in Half Duplex to control a Dynamixel AX12A.
My USART initialization is the following:
void USART3_init(void)
{
GPIO_Init...
Posted on February 12, 2014 at 21:01Thanks!Your configuration doesn't change the result : /.The timing seems to be good since I'm doing a polling of the RX flag after my emission and I see the answer coming during this period (100µs after the emissi...