User Activity

Posted on March 15, 2016 at 00:27Good evening! I am trying to move from blocking to nonblocking SPI communication but I have trouble getting the RXNE interrupts to run, while TXE works fine. Running ''HAL_SPI_Receive(hspi, buffer, 2, TIMEOUT)'' work...
Posted on February 24, 2016 at 14:59Hi, I am using SPI to send data between an STM32F411RE and a Raspberry Pi 2, using the HAL library on the STM and the Python frontend of spidev on the Pi. With this I can send or receive arbitrary amounts of data ...