I know how to use CreateProcess function to run a process or exe. I have a strange issue that my program is being halted somehow during i2c communication. And when i run any test program using Telnet or using CreateProcess command, it start working again.
I am not sure what CreateProcess is actually doing here. Is there anyone have any knowledge on this?