PSOC6 unique ID

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

cross mob
lock attach
Attachments are accessible only for community members.
aliissa02
Level 4
Level 4
100 sign-ins 50 replies posted 5 likes given

Hello,

I am trying to display the unique ID of my PSOC 6 device in the terminal but its not working. I have attached the project. Can anyone help please?

Thanks

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
AlenAn14
Moderator
Moderator
Moderator
500 replies posted 100 solutions authored 250 replies posted

Hi @aliissa02 ,

I found the cause of the issue as that you are using the wrong API for getting the unique ID.
The one to use is Cy_SysLib_GetUniqueId() .

I have modified your code and attached the working version here.

Note : I changed the UART Tx Pin to P5_1 from P11_1.

Hope this helps.

Warm Regards
Alen

View solution in original post

0 Likes
1 Reply
lock attach
Attachments are accessible only for community members.
AlenAn14
Moderator
Moderator
Moderator
500 replies posted 100 solutions authored 250 replies posted

Hi @aliissa02 ,

I found the cause of the issue as that you are using the wrong API for getting the unique ID.
The one to use is Cy_SysLib_GetUniqueId() .

I have modified your code and attached the working version here.

Note : I changed the UART Tx Pin to P5_1 from P11_1.

Hope this helps.

Warm Regards
Alen

0 Likes