Hello
For validation of application update files I have to detected the exact type the microcontroller.
The problem i face is that both, the TMS570LS3137 and the TMS570LS2125 have the same device id (0x802AAD15). I could probably solve this out with taking the flash size into account as well. But what I just observed ist that the RM48L952 has also the same device id and the same flash size. The one is a little endian chip the other a big endian!
Is there a way to detect the exact type nonambigious?
Thanks for your help