Search found 2 matches

by Deejay
Sun Nov 19, 2017 11:33 am
Forum: ESP-IDF
Topic: Call spi_device_transmit inside ISR
Replies: 2
Views: 4168

Re: Call spi_device_transmit inside ISR

Thanks for your answer, that really helps me. I will look into the freertos functions.
by Deejay
Wed Nov 15, 2017 11:40 am
Forum: ESP-IDF
Topic: Call spi_device_transmit inside ISR
Replies: 2
Views: 4168

Call spi_device_transmit inside ISR

Hi there, I'm currently building a LED Matrix which is multiplexed. I want to achieve this by calling an ISR every x ms and send the data inside the ISR via SPI. When I do this it doesn't work, because it fails getting a result from spi_device_get_trans_result Can I even use spi_device_transmit insi...