I'm using STM32H743. I'm trying to apply the following pdf but I'm having difficulties with pin settings and applying the example. I need help. THANK you
Hi again, I edited the EXTI1_IRQHandler() function in my own code for my own pin, but where should I put it in main.c. I am having trouble trying to implement EXTI interrupt to autobaudrate. Has anyone dealt with autobaudrate before? Is this system ...
yes, I defined it as EXTI pin on the code. Realizing that CubeMX does not allow this, I wondered if I should not do it this way. I understand that part now, thank you for your help. As far as I understand, when data comes to the RX pin, an interrupt ...
Sir,I set the ports for STM32H743, which is the processor I use. But I can not open STM32H743 Usart1 Rx pin with EXTI and Rx features at the same time.CubeMx won't let me do it.