User Activity

Hey I am using a STM32L486Z6Tx as an SPI slave, the device transfers blocks of 3588 bytes (512*7 + 4 byte checksum). At spi clock rates up to 1.2MHz everything works as planned. However at higher clockrates I still receive all my data, the checksum p...
Hey,I have been using the x-cube-nfc3 demo for Nucleo-l496ZG 144 pin board along with a CR95HF. In SPI mode I can successfully initialise and read the ID from NFC tags. I attempted to change to UART mode by adding #define ST25R95_INTERFACE_UART 1to p...
I have a STM32L476 operating in spi slave mode and an embedded linux master. It is meant to offload the contents of a file stored on an SD card. I do this in 2052 byte bursts (2048 data + 4 byte checksum). The very first transfer I send duplicates th...
Hey,I have been working on a data logger project that requires sensors to be read at 10Hz, the data timestamped and stored to an SD card. I am using FreeRTOS and a Streambuffer is used to pass data from the measurement task to the storage task. The s...
Kudos from