mirror of
https://github.com/IcedRooibos/py32f0-template.git
synced 2025-10-28 16:32:05 -07:00
fix: lower down the ferquency for stability
This commit is contained in:
parent
cc03e09ad7
commit
6ea6ee1918
@ -25,7 +25,7 @@ static void APP_SPIConfig(void);
|
|||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
BSP_RCC_HSI_PLL48MConfig();
|
BSP_RCC_HSI_24MConfig();
|
||||||
|
|
||||||
BSP_USART_Config(115200);
|
BSP_USART_Config(115200);
|
||||||
printf("SPI Demo: Waveshare 1.54' E-Paper\r\nClock: %ld\r\n", SystemCoreClock);
|
printf("SPI Demo: Waveshare 1.54' E-Paper\r\nClock: %ld\r\n", SystemCoreClock);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user