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.

How to find CPU Core version(Processor Id) of C2000 family?

Other Parts Discussed in Thread: TMS320F28069, TMS320F28055

Is there a way to find processor id like TMS320F2837s or TMS320F28069 from memory map or through any boot APIs.

Q: Are you storing these CPU core versions in the const section of memory? If so, what memory to access?

Q2: If i flash TMS320F28055 on TMS320F28069 i get a warning after target connect, saying found hardware is "TMS320F28069 " and y our using some other target configuration.

I guess this error is coming from your internal dss.bat which has some build version some jar file or dll .

What API or technique that is used to know the processor ID? I need information about these.

Thanks

Arun

MathWorks

  • Hi Arun,

    If you check the datasheet, in the Memory Map section you can find the register for PART ID:

    Regards,

    Gautam

  • Yes, this address is for F28069, do we have reserved memory to allocate for all processors?
    Ex: Whats the memory address for Part ID for F28055 ? I know we have DEVEMU register, but it will be good if there a consistent way in memory map.