cancel
Showing results for 
Search instead for 
Did you mean: 

No completions available for HAL function

demir
Senior II

Hi,

I try to use HAL_ADC_ConvCpltCallback function under user code begin4, but it does not autocompleted under that section. On the contrary, it is auto completed under USER BEGIN2.

Could you please point me to the right direction ?

 

demir_0-1707246352683.png

 

demir_1-1707246565285.png

 

1 REPLY 1
TDK
Guru

That is not a valid place in the code to call a function. Calls must be inside a function, or be part of a global variable assignment.

If you feel a post has answered your question, please click "Accept as Solution".