This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP432E401Y: mixing tirtos and driverlib

Part Number: MSP432E401Y


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.