Hi everyone!, in my prototype i need some low and high pulse before sending uart datas.. How can i do this? I have already tried using HAL_GPIO_Write and HAL_DELAY and it is not worked.I need an advice for it.Thanks.
Great!!, it works. I share part of the code with the modifications. I was using a stm32F103C8.USART2->CR1 = 0x00; // Deshabilita la uart// Configurar el pin 2 del puerto A como salidaGPIOA->CRL &= ~(GPIO_CRL_CNF2 | GPIO_CRL_MODE2); // Borrar la confi...