Can someone please tell me what Dshot Burst does in the cli commands?
It turns on burst mode dshot.
Difference between regular dshot and burst mode dshot is that former use one dma stream/channel per motor (equals timer channel) while later use one dma stream/channel per timer (all motors = channels connected to a particular timer). Burst mode MAY provide better dma stream/channel resource utilization, slightly less inter-motor skew and slightly more bus bandwidth usage (atm).
Note that not all targets benefit from the burst mode.
Baseline is to leave it alone.
With the average person likely be able to feel / notice the difference?
-------- Original Message --------
From: jflyper notifications@github.com
Sent: Thu Jul 12 10:08:15 EDT 2018
To: betaflight/betaflight betaflight@noreply.github.com
Cc: DubLD dd24369@gmail.com, Author author@noreply.github.com
Subject: Re: [betaflight/betaflight] Just a question that I can't seem to find an answer for... (#6343)
It turns on burst mode dshot.
Difference between regular dshot and burst mode dshot is that former use one dma stream/channel per motor (equals timer channel) while later use one dma stream/channel per timer. Burst mode MAY provide better dma stream/channel resource utilization, slightly less inter-motor skew and slightly more bus bandwidth usage (atm).
Note that not all targets benefit from the burst mode.
Baseline is to leave it alone.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
https://github.com/betaflight/betaflight/issues/6343#issuecomment-404524720
@DubLD
With the average person likely be able to feel / notice the difference?
You will immediately notice if a target does not support either mode and switched to the un-supported mode; motors will not spin 馃ぃ
Otherwise, you will never notice the difference 馃槈
Most helpful comment
It turns on burst mode dshot.
Difference between regular dshot and burst mode dshot is that former use one dma stream/channel per motor (equals timer channel) while later use one dma stream/channel per timer (all motors = channels connected to a particular timer). Burst mode MAY provide better dma stream/channel resource utilization, slightly less inter-motor skew and slightly more bus bandwidth usage (atm).
Note that not all targets benefit from the burst mode.
Baseline is to leave it alone.