This commit is contained in:
wmano
2025-10-19 22:11:21 +08:00
parent 1e6443a767
commit d52c94b866
11 changed files with 201 additions and 19 deletions
+5 -2
View File
@@ -168,7 +168,7 @@ int main (void)
MX_GPIO_Init();
MX_DMA_Init();
MX_USART_Init();
#if 0
printf("\r\n\r\n========================================\r\n");
printf("\t%s boot V%d.%d.%d\r\n", NAME_CHIP,
VERSION_MAIN, VERSION_SUB, VERSION_FIX);
@@ -176,7 +176,10 @@ int main (void)
printf("Chip UID: %08X - %08X - %08X\r\n",
HAL_GetUIDw0(), HAL_GetUIDw1(), HAL_GetUIDw2());
printf("========================================\r\n");
#else
printf("\tboot V%d.%d.%d built @ %s\r\n",
VERSION_MAIN, VERSION_SUB, VERSION_FIX, BUILD_TIMESTAMP);
#endif
APP_Init();
while (1) {