Harry Lemmens wrote:
Do TI have BDSL files for the MSP?
I cannot find them on the TI website. Without these, you cannot access pins
around the device to perform boundary scan testing, since you have no idea about
what pins you may be accessing. (Perhaps they do not support boundary scan,
however, that is why JTAG came into existence (At least, I though this was why!)
there is an other solution. with the JTAG, you can access the data and
address bus. that way you can read/write the DIR, IN and OUT registers
if the ports. that's of course not right away a "boundary scan", but its
possible.
It only appears that TI describe some of the JTAG states that will allow access
to various parts of the device internals, useful for programming and
debugging.(see http://www-s.ti.com/sc/psheets/slaa149/slaa149.pdf)
yep, our MSP430mspgcc library, found in the CVS is based on this code.
chris