Does the TMS320f280x have serial number or unique ID? and how to read it?
and how the parallel debug manager (PDM) know the current MCU which is connected?
in the DSP280x_DevEmu.h, there is a stuction
struct DEV_EMU_REGS {
union DEVICECNF_REG DEVICECNF; // device configuration
union PARTID_REG PARTID; // Part ID
Uint16 REVID; // Device ID
Uint16 PROTSTART; // Write-Read protection start
Uint16 PROTRANGE; // Write-Read protection range
Uint16 rsvd2[202];
};
but there is no serial number.
thank