Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
|
Hi all, I have generated a simple code in code composer studio from simulink using real time workshop. I need to give the input from a file. I am trying to set a probe point for FILE I/O and so while I try to give the starting address for the input data in the Address field as rtU.inp_buf, I get an error "cannot access member of rvalue". Here rtU is a structure created by real time workshop and inp_buf is a field in that structure. I do not know why i am getting this error. Could anyone please help. Has anybody else got the same error? Thanks in advance sunkara |
|
|
|
Hi All! Does anyone know where to find a good description of pipeline conflicts on 6711? I remember that there was a good document of this sort for C54x, but I cannot find such a thing for 6711... -- Best regards, Michael mailto: |
|
|
|
Hello Michael, Do not worry - the TI c6x devices have a "protected [from conflicts]pipeline". If you are working in assembler, you "only" have to manage execution units and delay slots to get max efficiency. I believe that the CPU and Instruction Set and Assemby Language manuals cover this in detail. mikedunn wrote: Hi All! Does anyone know where to find a good description of pipeline conflicts on 6711? I remember that there was a good document of this sort for C54x, but I cannot find such a thing for 6711... -- Best regards, Michael mailto: _____________________________________ |