1波特率拉高到2.5Mbps

This commit is contained in:
stark1898y 2025-02-22 18:05:33 +08:00
parent 61e3bf3dff
commit 7ef214ee14
2 changed files with 12 additions and 1 deletions

View File

@ -21,5 +21,8 @@
"hal.h": "c",
"bsp_iwdg.h": "c",
"bsp_valve_dect.h": "c"
=======
"bsp_iwdg.h": "c"
>>>>>>> ff9c225 (2.5Mbps)
}
}

View File

@ -213,9 +213,17 @@ int main(void)
BSP_KEY_Init(app_task_handler);
DelayMs(10);
// IWDG_Init(1500);
DelayMs(1000 * 3);
BSP_ADC_Init();
BSP_VAVLE_Init();
HAL_Init();
GAPRole_PeripheralInit();
Peripheral_Init();
BSP_BlockSleep();
BSP_RequestBoost();
#if 0