This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Errors in TMS570 technical reference manual, SPNU489A June 2010



With reading the manual, the errors always follow me. Here I post the errors that I found so far, And I will keep updating this list...

page 745, ADC register; ADEVMODECR should link to 761 but go to page 795.

                  ADCALCR should link to 759 but goes to page 774

                  ADG1MODECR, ADG2MODECR wrong link as well

page 190, line 4: groupsf should be groups.

page 192, 6.4.1 point 3: with out should be without.

page 200, Constant Loop Count Register, missing "Count".

page 217, 6.7.11 Program Control Register (STR) shoudl be PCR.

page 222, Override Register (OVER), but it was defined as OVERRIDE in previous part.

page 226/227, 6.7.19 Fail Status Count 0  Register (FSRC0) / Fail Status Count Register 1 (FSRC1), number should be before Register or after Register?

page 110, 5.1.22 MSIENA OR MSINENA? see caption

page 70, 0x64 MSINIGSTAT, at page 104, it becomes MSTCGSTAT, but I think it should be MSTGCSTAT. the link page should be 104, not 103.

In PBIST register definition part, many names of registers are not sensible. Do you have a naming rule for register definition?

page 222, wrong comment for register 31-16 bits.

page 70/71, register MSINIGSTAT should link to page 104, and MSTFAIL should link to page 103.

The defination of RGS and RDS are different between datasheet and reference manual. page 15 datasheet, RGS (register group select) RDS (register data select); page 181  reference manual RGS (ram group select) RDS (return data select).

page 104, MSTDONE, It says write 0 has no effect, but when I write 0, system was halt.

page 337, Table 10-1, EM_BA and EM_A should be swapped. 

page 338, line 5, in "three major modes" should be "two major modes" because only two modes were shown there.

Emif module, the datasheet using CS0-3, reference manual using CS1-4, don't match each other.

Debugger error:

When run PBIST in debugger, from memory view, I can see the value at address 0xFFFFFF68 is 0x1(pbist was done), but at register window, the MSTCGSTAT is 0. MSTFAIL was set instead.

Done by now......