Skip to content
Snippets Groups Projects
Commit aeecd910 authored by Fabrizio Monti's avatar Fabrizio Monti
Browse files

[WIP] Reduced apb2 clock frequency of lyra_biscotto.

parent aa0a6b8e
No related branches found
No related tags found
No related merge requests found
Pipeline #11800 passed
......@@ -248,6 +248,9 @@ void configureBackupSram()
void IRQbspInit()
{
// Reduce apb2 frequency for the nd015x sensor
RCC->CFGR |= RCC_CFGR_PPRE2_DIV16;
// Enable USART1 pins port
RCC->AHB1ENR |= RCC_AHB1ENR_GPIOAEN;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment