How to get PSOC 6 device ID or something unique id to differentiating chip

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
jali_3846906
Level 3
Level 3
10 replies posted 5 replies posted 10 questions asked

Dear all:

     Can you tell me how to get PSOC 6 device ID or something unique id?

                                                                                                                                                                                                                                                                Thank you

0 Likes
1 Solution
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

seach the below API, then you can get the unique ID.

uint64_t Cy_SysLib_GetUniqueId(void)

View solution in original post

2 Replies
LinglingG_46
Moderator
Moderator
Moderator
500 solutions authored 1000 replies posted 10 questions asked

seach the below API, then you can get the unique ID.

uint64_t Cy_SysLib_GetUniqueId(void)

thandk you so much

0 Likes