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.

Data manual C6678 not precise enough

Other Parts Discussed in Thread: TMS320C6678

Hello all,

Just a quick note about the Data Manual of the C6678

On the Figure 7-32 TMS320C6678 System Event Inputs — C66x CorePac Primary Interrupts (Sheet 1 of 4)


for the input events 21 to 31it is written

CIC0_OUT(32+0+11*n) (7) Or CIC1_OUT(32+0+11*(n-4)) (7)

the footnote 7 says "n is core number"

it should be

CIC0_OUT(32+0+11*n) (7) Or CIC1_OUT(32+0+11*(n-4)) (8)

with

(7) : core number 0 to 3
(8) : core number 4 to 7


Thank you,

Clement