Trying to fix timing issues

This commit is contained in:
Clément Grennerat
2025-09-14 16:58:50 +02:00
parent aee9c420d4
commit 85a95e04b8
6 changed files with 292 additions and 218 deletions
+14 -14
View File
@@ -1,4 +1,4 @@
/* USER CODE BEGIN */
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.h
@@ -16,7 +16,7 @@
*
******************************************************************************
*/
/* USER CODE END */
/* USER CODE END Header */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __MAIN_H
@@ -30,31 +30,31 @@ extern "C" {
#include "stm32f1xx_hal.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN */
/* USER CODE BEGIN Includes */
/* USER CODE END */
/* USER CODE END Includes */
/* Exported types ------------------------------------------------------------*/
/* USER CODE BEGIN */
/* USER CODE BEGIN ET */
/* USER CODE END */
/* USER CODE END ET */
/* Exported constants --------------------------------------------------------*/
/* USER CODE BEGIN */
/* USER CODE BEGIN EC */
/* USER CODE END */
/* USER CODE END EC */
/* Exported macro ------------------------------------------------------------*/
/* USER CODE BEGIN */
/* USER CODE BEGIN EM */
/* USER CODE END */
/* USER CODE END EM */
/* Exported functions prototypes ---------------------------------------------*/
void Error_Handler(void);
/* USER CODE BEGIN */
/* USER CODE BEGIN EFP */
/* USER CODE END */
/* USER CODE END EFP */
/* Private defines -----------------------------------------------------------*/
#define DB10_Pin GPIO_PIN_13
@@ -112,9 +112,9 @@ void Error_Handler(void);
#define DB12_Pin GPIO_PIN_9
#define DB12_GPIO_Port GPIOB
/* USER CODE BEGIN */
/* USER CODE BEGIN Private defines */
/* USER CODE END */
/* USER CODE END Private defines */
#ifdef __cplusplus
}
+2 -2
View File
@@ -1,4 +1,4 @@
/* USER CODE BEGIN */
/* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32f1xx_hal_conf.h
@@ -15,7 +15,7 @@
*
******************************************************************************
*/
/* USER CODE END */
/* USER CODE END Header */
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __STM32F1xx_HAL_CONF_H