adc callback reached, llm linker script changes

This commit is contained in:
2025-03-24 17:19:55 +01:00
parent 0eafcd109c
commit 852ce2fbae
7 changed files with 94 additions and 101 deletions

View File

@ -41,8 +41,7 @@ extern ADC_HandleTypeDef hadc1;
void MX_ADC1_Init(void);
/* USER CODE BEGIN Prototypes */
void ADC_DMA_Callback(DMA_HandleTypeDef *hdma);
void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc);
/* USER CODE END Prototypes */
#ifdef __cplusplus