User Activity

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...
Kudos from