iam building a i2c slave driver in tirtos i've narrowed the issue to one line of code were i call I2CIntRegister() .This function exits fine when i debug but it seems its corrupting some data as when i resume the debugger the net stack isnt starting correctly.If i comment the line out everything works fine,i added a section .vtable : > SRAM to the .cmd file as the project wouldnt debug at all iam not to sure were to start with this issue.