WIP STM32F7
add rx side of uart enable systick at proper speed
This commit is contained in:
@@ -61,6 +61,9 @@ void target_early_init(void)
|
||||
gpio_config(GPIO_LED2, GPIO_OUTPUT);
|
||||
gpio_config(GPIO_LED3, GPIO_OUTPUT);
|
||||
#endif
|
||||
|
||||
printf("RCC_CSR 0x%x\n", RCC->CSR);
|
||||
RCC->CSR |= (1<<24);
|
||||
}
|
||||
|
||||
void target_init(void)
|
||||
|
||||
Reference in New Issue
Block a user