Hello
I am currently developing a CPU board featuring Texas Instrument TMS320C6657-DSP. To boot this processor I am going to use its SPI boot capabilities and use this NOR flash memory to store my boot image. I would like to be able to access and write to the NOR flash while it is in system ( mounted on my PCB). I plan on using a XDS200 to communicate with the on board CPU I have done some research and it seems that it is possible to use a JTAG compliant device such as the TMS320C6657 to communicate to non JTAG compliant devices such as the NOR flash. I plan on providing a 60 pin header on the board to implement a XDS200 JTAG with my board. The pin layouts for a 60 pin JTAG can bee seen in this Texas Instruments document (Table 10).
MY questions are as follows
(1) How can I program my flash memory using the XDS200 JTAG?
(2) Is there a better method to program my In System Memory?