Search found 22 matches
- Mon Jun 22, 2015 3:50 pm
- Forum: Other Boards
- Topic: UART1 Setting Problem on STM32F4Disc. with pins PB6 PB7
- Replies: 2
- Views: 2659
Re: UART1 Setting Problem on STM32F4Disc. with pins PB6 PB7
thank you a lot. it works!!
- Sun Jun 21, 2015 10:35 pm
- Forum: Other Boards
- Topic: UART1 Setting Problem on STM32F4Disc. with pins PB6 PB7
- Replies: 2
- Views: 2659
UART1 Setting Problem on STM32F4Disc. with pins PB6 PB7
Hello, i'm trying to initialize UART1 on STM32F4 Discovery Board with pins PB6 PB7. I can't receive any chars from Computer, but i can send. does anyone know how to solve it? thank you. it was configured like below. PB6 = pyb.Pin('PB6', mode=pyb.Pin.AF_PP, af=pyb.Pin.AF7_USART1) PB7 = pyb.Pin('PB7',...