Can multiple VCRC calculations run concurrently on one core - CPU1?
I have multiple communication peripherals running on CPU1 core, some require CRC8 and some requires CRC32 calculations from different threads.
Should they all use the same CRC object, or they can run their own CRCs concurrently?
Thanks,
Mei.