Hi Azdem, I am not an expert on CW-TAP but I work with JTAG debuggers.
It is not exactly clear what you are trying to do. Do you need to load
the program code to SRAM without using CW-TAP but still via the JTAG
port ?
You also ask if you should try simple boundary scan bit banging : I don't
think you should take this avenue. A simple bit banging will not get you
communicate with your P2010s TAP. Accessing memory via DAP needs more
complex sequence then what a simple bit banging would probably achieve.
You would need to use a JTAG probe that supports this SoC.
The other alternative is of course to have a small pre-loader in your flash and that
loads your program code to sram after initializing it. This is probably something you
already considered but perhaps you don't have any flash memory in your design.
Hope this gives some insight.
Sinan Akman