fix blink

This commit is contained in:
2025-09-08 14:18:01 -05:00
parent 48f62809a7
commit dcefa78333
24 changed files with 20593 additions and 32911 deletions

View File

@@ -58,7 +58,7 @@ UART_HandleTypeDef huart1;
SDRAM_HandleTypeDef hsdram1;
osThreadId defaultTaskHandle;
//osThreadId defaultTaskHandle;
/* USER CODE BEGIN PV */
/* USER CODE END PV */
@@ -145,15 +145,15 @@ int main(void)
/* Create the thread(s) */
/* definition and creation of defaultTask */
osThreadDef(defaultTask, StartDefaultTask, osPriorityNormal, 0, 4096);
defaultTaskHandle = osThreadCreate(osThread(defaultTask), NULL);
//osThreadDef(defaultTask, StartDefaultTask, osPriorityNormal, 0, 4096);
//defaultTaskHandle = osThreadCreate(osThread(defaultTask), NULL);
/* USER CODE BEGIN RTOS_THREADS */
/* add threads, ... */
/* USER CODE END RTOS_THREADS */
/* Start scheduler */
osKernelStart();
//osKernelStart();
/* We should never get here as control is now taken by the scheduler */

Binary file not shown.

View File

@@ -1,4 +1,4 @@
../Core/Src/main.c:92:5:main 48 static
../Core/Src/main.c:92:5:main 8 static
../Core/Src/main.c:186:6:SystemClock_Config 88 static
../Core/Src/main.c:232:13:MX_CRC_Init 8 static
../Core/Src/main.c:258:13:MX_DMA2D_Init 8 static

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff