Ok so thats ruled out so far.
I just added the TDI TDO TCK and TMS net.I uploaded the modified schematic into my folder.Just a little mod.
I'm currently reading about the TCK and TDIO for the SPI BUS ( Pin 48 & 47) but im still not sure about the additional requirements.
I think you can leave RST/NMI and TEST unconnected, because you are not actually using the JTAG pins to debug the MSP430. You connected them to the FPGA, so they are used as normal GPIO pins. In that case, nothing should be needed for the RST and TEST pins (maybe an RC-element for the RESET as a brownout detection?). You do realise that in this configuration, you could have used any of the other port pins for the JTAG connection, right?
Ok so we will just leave them floating.
I've got a very basic question regarding the SPI net.
One part of our SPI BUS, is between the wo FPGA's and the MSP 430 with the MSP acting as a Master towards the FPGA's wich are independent Slaves.
The other part is the MSP acting as a independent SPI slave towards another master located on the motherboard (another MSP 430 or an ARM cpu).
So the MSP on the DIMM is both slave an Master in SPI eg using USCI_A as master part and USCI_B as slave part.
So it can either recieve work and instructions via SPI from the motherboard or in standalone operation via USB.
Am i having the correct idea of the Network or am i running in a totally wrong direction.
I would like to know this so i dont start building nonsens.