Tool/software: Code Composer Studio
Hi. I am relatively new to Microcontrollers and I do not know what the steps are to debug/load both CPUs at the same time. I have read the TI datasheets, a lot of forum posts, and other website info, but I cannot seem to put it all together and figure it out. The end goal would be to do operations primarily and measurements on cpu1 and send them via spia (GPIO 16-19 setup in cpu1) to a master device to be displayed from cpu2. I have tried other methods of accomplishing this task, but have found little to moderate success along the way. My microcontroller will be the slave and receive a nonperiodic cs signal. I have done a lot of other spi modules and can get it to work in slave mode using interrupts with no problem, but the priority of interrupts was to low compared to the other operations I will be using to output reliable data. I figured I would try to put the spi communication on cpu2 because it has its own set of interrupts and I would also probably be able to operate it faster given the fact that I would be sharing the work between the two.
Thanks