Other Parts Discussed in Thread: IWRL6432
For my application, I need to get the unique idetification for the SOC. Does it exist for xWRLx432 SOC? How can I get the unique ID?
I'm using MMWAVE_L_SDK_05_01_00_04 now.
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.
For my application, I need to get the unique idetification for the SOC. Does it exist for xWRLx432 SOC? How can I get the unique ID?
I'm using MMWAVE_L_SDK_05_01_00_04 now.
Hello,
You can get the SOC's DIEID via mmWaveStudio for IWRL6432. After opening the Output window in mmWaveStudio, connecting to RS232 will print out the DIEID information.
Best Regards,
Pedrhom
Dear Pedrhom,
Thanks your quick answer.
I did not state my question in detail. I mean how can I get the SOC's DIEID in my program?
Which address or register Is the SOC's DIEID stored ?
Hello,
For an example on how to get DIEID, within the motion and presence IWRL6432 demo you can go to mmw_cli.c. There will be a "/* Get Die ID. */" section that is commented out. You can uncomment the block and DIEID will be printed to CLI_write.
Best Regards,
Pedrhom