Skip to main content
Senior
February 6, 2024
Question

No completions available for HAL function

  • February 6, 2024
  • 1 reply
  • 1367 views

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

 

This topic has been closed for replies.

1 reply

TDK
Super User
February 6, 2024

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""."