CRC

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

cross mob
Mmmmmm
Level 3
Level 3
50 sign-ins 25 sign-ins 25 replies posted

this function calculate crc32 take the address of array and length of it

what if array has addresses and i want to dereference this addresses of array how can i edit it ?

Screenshot 2023-02-27 163918.png

0 Likes
1 Solution
DownyK
Level 5
Level 5
100 replies posted 10 solutions authored 250 sign-ins

how about using this tasking intrinsic Function? 

DownyK_0-1677712937259.png

I think it is easier to modify or use. 

View solution in original post

0 Likes
2 Replies
Nambi
Moderator
Moderator
Moderator
50 likes received 5 likes given 100 solutions authored

Hi,

You need to use the address in place of "startaddress".

Array of addresses for CRC calculation does not seem to be a valid use-case.

Best Regards.

0 Likes
DownyK
Level 5
Level 5
100 replies posted 10 solutions authored 250 sign-ins

how about using this tasking intrinsic Function? 

DownyK_0-1677712937259.png

I think it is easier to modify or use. 

0 Likes