f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
680 stars 145 forks source link

fix debug port use USART1 can not work bug. #85

Closed KunYi closed 10 years ago

KunYi commented 10 years ago

Because RCC enable bit of USART1 is RCC_APB2RSTR_USART1RST (bit4) not RCC_APB1RSTR_USART2RST (bit 17)