adamgreen / mri

MRI - Monitor for Remote Inspection. The gdb compatible debug monitor for Cortex-M devices.
Apache License 2.0
151 stars 55 forks source link

Fix USART3 alternative function for STM32F429i-Discovery #4

Closed TibaChang closed 8 years ago

TibaChang commented 8 years ago

Fix the wrong alternative function for GPIO_B which is used for USART3 on STM32F429i-Discovery! I forgot to test USART3,so the mistake happened. Now all of the USARTs I implemented for the device are tested,and works well!

Thanks!