Re: Crazyflie restarts in air using experimental firmware
Posted: Tue Oct 03, 2017 9:20 am
You have some tricky problem there. Basically what you are seeing should not happen as the transfer function uartslkSendDataDmaBlocking is guarded by a uartBusy semaphore so the DMA should always be free before it is setup. I think the while loop is only there for precaution.
I tried to replicate your problem with the latest official FW but was unable to. What FW are you running?
The new optimized syslink should not effect the sending of data, only receiving but could we worth testing.
I tried to replicate your problem with the latest official FW but was unable to. What FW are you running?
The new optimized syslink should not effect the sending of data, only receiving but could we worth testing.