In STM32H735 .c at line 482 there is a RegisteredCallback.With red rectangle is denoted the referenced callback of type BSP_COM_Cb_t .In can not find where is this type defined.I expect to find a #typedef which can introduce this type of data as pointer to COM MspInit/MspDeInit callback functions, but nowhere can be found.Also which exactly is the stored callbacks structure.
-
-
Stm32CubeIDE - Ctrl+Click or Ctrl+H
-
LwIP/Ethernet input have mutex.
-
-
I think i understand the callbacks deployments in Lw_IP_TCP_Echo_Server.The point is that there is no interrupt rutine in all code.Thing all is pooled callbacks based.At least myself can not find any pointer to interrupt function.Intuitvly i think at bit level status for different small state register treated with callbacks.
-
-
.It's evident.I look everywhere except header files.
-
Drivers/BSP/STM32H735G-DK/stm32h735g_discovery.h
Related Discussions

Andy Gudino