I have to generate CRC on MCU (STM32L476VG). I am using code as below for generating CRC.uint32_t HAL_CRC_Calculate(CRC_HandleTypeDef *hcrc, uint32_t pBuffer[], uint32_t BufferLength)
{
uint32_t temp = 0U; /* CRC output (read from hcrc->Instanc...
I have BL654 as a tag. When reading it from the ST-25 Android app it receives 992 as mentioned below. Whereas the write data size in the tag is only 14 bytes. Can you please explain this behavior?-- Data receive on ST-25 Android App ---------NFC type...
@Community member does this link capable of calculating hardware generated CRC by STM32.@Community member Are you trying to explain that code with HAL_CRC_Calculate() function is not appropriate?If HAL_CRC_Calculate() function is appropriate the...
Please help me to identify What's wrong in attached code snippet . As i have to pass as a byte array. I have read you suggestion . But could not figure out. What's is wrong here: As i don't know about crc generation method. ( if you not comfortable w...
Hi Oliver, It's really help full to me. I am still wondering about difference in NFC Tool mobile app behaviour and ST25 mobile app behaviour. If you look at 9:00 sec then look at size it's say 18 Bytes.Can you please give some information about ; ...
HI Olivier, Is this CC2 value (124 Byte) it's Fixed for all the case? ( if not please describe how it's value change based on tag writing method in context of NDEF standard )Thank you,Bhavin