Robert Adsett wrote: >At 12:15 AM 12/22/05 +0000, Richard wrote: > > >>The S denotes a synthesizable core, something that is a concern for IC >>manufacturers. They are functionally the same. Instead of a fixed >>footprint on the die, the S can be optimized (spread around) by >>development software. >> >> > >Isn't there a difference in the JTAG clocking as well? > >Robert > > There are some differences between the two variants. Most of these are only visible for the chip designers and it is safe to state that there are no differences from a programming point of view (I did not check the register bits in CP15 - always use the correct manual for the variant you are using). From a JTAG point of view there are some minor differences: There is no scan chain 0 (not used for debugging software), as far as I can see no support for scan chain 3 (ARM exported the control signals of their TAP controller in order to allow a custom specific scan chain used for boudary testing) and the JTAG interface must use the RTCK signal. Scan chains 1 and 2 are the same, the Embedded ICE is also the same. This is all fairly well stated in the chapter "Differences between the ARM7TDMI-S and the ARM7TDMI" in the "ARM7TDMI-S (rev 4) Technical Reference Manual" that can be found in the documentation section of the ARM website. Reason for a number of JTAG debugger pods not to work with the -S variant is the RTCK signal. This is highly depending on the internal clocking of signals inside the JTAG pod and the clock frequency used. The internal clock signal (DBGTCKEN) that is connected to the ARM core has a delay of 3 CLK (ARM core clock) cycles from the TCK input. TDI is sampled at DBGTCKEN and TDO is generated using that same internal clock. This means that if you have a hardware interface that samples the TDO signal at a TCK positive edge you miss the signal (it's only valid just a bit later). According to the JTAG spec (at least the timing diagrams I have seen) the TDO signal is still valid at the falling edge of TCK. So if you would design your JTAG POD with this in mind, you will not miss the TDO signal. The only thing to remember is that debugging a system with clock control (I've used a system that could work on either 32 kHz or a 13 MHz clock) will mean that you have to change your JTAG CLK frequency. Using the RTCK makes sure you always keep running in sync with the ARM core. Rob
Message
Re: [lpc2000] Re: Differences between ARM7TDMI and ARM7TDMI-S
2005-12-22 by Rob Jansen
Attachments
- No local attachments were found for this message.