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

AURIX™ Forum Discussions

Mmmmmm
Level 3
Level 3
25 sign-ins 25 replies posted First like given

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
10 likes received 10 questions asked 50 replies posted

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
250 replies posted First like given 25 likes received

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
10 likes received 10 questions asked 50 replies posted

how about using this tasking intrinsic Function? 

DownyK_0-1677712937259.png

I think it is easier to modify or use. 

0 Likes