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.

TDA4AL-Q1: CMM script execution sequence for Trace 32

Part Number: TDA4AL-Q1

Tool/software:

Hi Dear Expert,

These files was builded from EB configuration,

May I know what's the execution sequence for these scripts (*.cmm)?

Thanks You Very Much

Gibbs 

`

  • Hi TI expert,

    The screenshot shows TRACE32 cmm script files created in EB Trevos Studio. We want to use TRACE32 to debug the output binary built by EB Trevos Studio. To launch TRACE32 debugging, we ran TDA4VMCR5.cmm to attempt to get it up and running, but it resulted in this error in TRACE32: "&divider=(&0x3f)|((&0x7)<<16.)|((&0x3)<<24.)  operand expected". Have you ever seen this issue before, and how should we correctly launch TRACE32 debugging binary created by EB? Thank you. 

  • Hello,

    Those are not TI supplied scripts.  You should ask questions to whomever provided them.

    That said, what you show is illegal syntax, that statement never worked and probably was not tested.  &0x3f and&0x7f are not valid.

    If I look at the LB script with the same name I can see something which should work: &divider=(&REF_DIV&0x3f)|((&POST_DIV1&0x7)<<16.)|((&POST_DIV2&0x3)<<24.).

    Regards,
    Richard W.