Open ssilverman opened 9 months ago
https://github.com/PaulStoffregen/OctoWS2811/blob/0e6d2620f2c0b7a4ad64784275e4665dd837628d/OctoWS2811_imxrt.cpp#L366
Is it intended that busy() return true if dma3 isn't complete? The if statement appears to do nothing otherwise. (Unless the act of reading TCD->CSR does some side-effect?)
busy()
dma3
if
TCD->CSR
https://github.com/PaulStoffregen/OctoWS2811/blob/0e6d2620f2c0b7a4ad64784275e4665dd837628d/OctoWS2811_imxrt.cpp#L366
Is it intended that
busy()
return true ifdma3
isn't complete? Theif
statement appears to do nothing otherwise. (Unless the act of readingTCD->CSR
does some side-effect?)