Other Parts Discussed in Thread: MSP430F5510
Hi,
I need to connect two MSP430's(MSP430FR6989) in my application and I want to read, write flash memory and download a program into the Slave MSP via Master MSP using JTAG connection. I am using the MSP430 JTAG Programming guide (www.ti.com/.../slau320ad.pdf) . I cannot seem to get the JTAG id and I don't know how to debug GetCoreID() function. I am trying to debug JTAG timing sequences using a logic analyzer, but I cannot seem to generate any delays that are mentioned in the program also, I cannot figure out how the clock input is provided via SBWTCK. My code is here (https://github.com/vchilurg/CCS_Projects/tree/master/Flasher ) please go through it and tell me what is wrong with it and how do I debug my code.
Can anyone please explain?