"CodeWarrior TAP" is debug probe tip for our CodeWarrior software. This debug probe tip is designed to be used with CodeWarrior, it will not work without CodeWarrior. In other words, in addition to this debug probe, you need to buy CodeWarrior license.
There are several license options ("CodeWarrior Suites"), I'm quite sure Falsh Programmer is included in "Basic" suite, but this is not mentioned explicitly in "Suites" Reference Guide (see link below), so please double check with CodeWarrior licensing team.
http://cache.nxp.com/files/soft_dev_tools/doc/fact_sheet/950-00437.pdf
Regarding programming speed - there are two possible ways to program flash connected to MPC8270 processor - one is "Slow" way, in this case MPC8270 processor is placed in JTAG boundary scan mode and than flash programming is performed by "bit-banging" on processor pins by JTAG boundary scan commands. This way is slow because each signal change requires boundary scan register update, which is not very fast procedure because this register very long.
Another "Fast" way is to run the MPC8270 processor under debugger control, initialize SDRAM memory, put flash programming code and data to this memory and run flash programming code. This way is significantly faster because in this case MPC8270' memory controller is used with proper speed settings, optimal for this target memory device. Our CodeWarrior Flash Programmer implements this "fast" way.
Note that this second "fast" way may be used only if the board is designed to have possibility to run the MPC8270 with default reset configuration, because if board flash is empty, it is not possible to load reset configuration from this empty flash. To run the MPC8270 device with default configuration, RSTCONF pin should have a possibility to be pulled up.
Have a great day,
Alexander
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------