2024-02-06 11:09 AM
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 ?
2024-02-06 11:56 AM
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.