MicroOcpp
MicroOcpp copied to clipboard
Port - NXP iMX RT1064 - CUSTOM_TIMER
Hi @matth-x , I've follow the steps and when I tried to connect the MO_CUSTOM_TIMER to iMX RT1064 EVK, the mongoose connection/MO_CUSTOM_WS is being resetting continuously.
LWIP Network stack that is running in iMX RT1064. Hence, I've passed the sys_now to mocpp_set_timer - callback function as
mocpp_set_timer(sys_now);
If I'm not passing that parameter, the code executes - but for later stages of developemnt - as timer configuration is mandatory, aid me to fix this