User Activity

Hi,I have some code for reading/writing to a mailbox from the ST25R3916B transceiver to a ST25DV04KC-I tag. The read passes but the write fails every time.My reading function looks like this ... bool nfc_read_mailbox(void) { uint8_t pointer; ...
Hi,I have used the Cube IDE to generate project code for a STM32WL55JC1 (Dual Core). I have activated FreeRTOS for the M4 core (cpu1). The generated code places the call to release the M0+ core (cpu2) after the kernel has been handled control (unreac...