I'm looking for information on the commands used to program a 56F8322 over the JTAG bus. The app note AN1973 for Production FLASH Programming techniques for the 56F8300 family references AN1935 which is the JTAG programming method for the 56F80x family.
There is a critical difference between the JTAG controller in the two families, that being that the JTAG instruction shift register is 8-bits in the 56F8300 family and 4-bits in the 56F80x family. This means the instructions described in AN1935 won't work in my part.
Where can I obtain the details on the programming instructions needed to program the 56F8322 over the JTAG bus?
you can have a look into the source code of the Flash_over_jtag_v2 tool which does the programming over parallel port.
http://www.freescale.com/faqdata/FAQ-19720-SRC_BCK_ALPHA21.zip
Daniel