I checked the content of Perl_Ex.pl for PSOC6 SWD, seem like there is no Checksum verify feature. May I know is there a way to add it?

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

cross mob
TIKH_3926106
Level 1
Level 1

I checked the content of Perl_Ex.pl for PSOC6 SWD, seem like there is no Checksum verify feature. May I know is there a way to add it?

0 Likes
1 Solution
Rakshith
Moderator
Moderator
Moderator
250 likes received 1000 replies posted 750 replies posted

Hi tikh_3926106​,

The example does verify each row of flash using the data from the hex file using the PSoC6_VerifyRowFromHex API. To implement the checksum feature please refer to PSoC6_CheckSum() API in PSoC Programmer COM Interface Guide.

Thanks and Regards,

Rakshith M B

Thanks and Regards,
Rakshith M B

View solution in original post

0 Likes
1 Reply
Rakshith
Moderator
Moderator
Moderator
250 likes received 1000 replies posted 750 replies posted

Hi tikh_3926106​,

The example does verify each row of flash using the data from the hex file using the PSoC6_VerifyRowFromHex API. To implement the checksum feature please refer to PSoC6_CheckSum() API in PSoC Programmer COM Interface Guide.

Thanks and Regards,

Rakshith M B

Thanks and Regards,
Rakshith M B
0 Likes