eDMA LPSPI FreeRTOS RT1160

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

eDMA LPSPI FreeRTOS RT1160

Jump to solution
620 Views
neo2
Contributor III

Hi,

I have RT1160, is there a eDMA LPSPI driver for FreeRTOS?

I'm looking at creating one in a similar structure as I2C.

Regards

0 Kudos
1 Solution
611 Views
neo2
Contributor III

Actually I found the best way is to base software the evkmimxrt1160_lpspi_edma_b2b_transfer_master_cm7

I can put the code in it's own task.

I've noted the concept is slightly different from, for example the I2C FreeRTOS example

View solution in original post

1 Reply
612 Views
neo2
Contributor III

Actually I found the best way is to base software the evkmimxrt1160_lpspi_edma_b2b_transfer_master_cm7

I can put the code in it's own task.

I've noted the concept is slightly different from, for example the I2C FreeRTOS example