Dear All, I created a simple FreeRTOS application with a 'master_thread', 'I2C_device_thread' and an 'SPI_device_thread' in SAMV71 eval board. The 'master_thread' runs every 100ms using 'vTaskDelayUntil'. The communication from master_thread to I2C_device..
↧