Tool/software:
So my current setup is that I have 2 CC2640r2 bluetooth boards and I have successfully connected them over bluetooth and am passing joystick data between the two. The last step I am trying to accomplish is to relay the data from the slave cc2640r2 through spi to the launchxl-f28069m board in order to use that data to spin a motor at different speeds. Quite a while back when developing the bluetooth board data and using the simple periheral and simple central, I created a target configuration that allowed me to run both of the boards at the same time. So I thought that I could simply add the launxl-f28069m to the configuration and debug it to see if I am setting up the spi correctly and receiving in formation from the cc2640r2 slave board. However, when I connect to the target and load symbols on the f28069m it halts the program and won't continue when I press play on the debugger.
Here is a video of the sequence:
My target config