Hello,
After having broke out the CC3200MOD LaunchpadXL I have made a Custom Board.
The CC3200MOD on the LaunchpadXL is version R1M2AMOB ES 1.33 as the one on the custom board.
The custom board is programmed through JTAG an UART pins of the developpement board, both work well (after modification of cc3200R1.cmd).
The issue is that a test program fails when programmed on the custom board, and works as intended when programmed on the launchpad.
In the test program, I want to use a push button (SW2 on launchpadXL) that makes a call to Button_if.c, the file where it crashes (the program goes nowhere).
More precisely, the call that causes error is :
And then, in Button_if.c :
Finally, in MAP_GPIOIntTypeSet(...) :
After the first line in that lat function (press on F6), the code get nowhere, I have no controle on the debug operation and program crashes.
If I press the push button the following error is shown :
What could be the error ? is a configuration missing ?
What is perturbating me is that both CC3200MOD have the same version.
Regards,
Yoann