Skip to content

Reduce foot print of cycle1 -> cycle2 dma size change for fast adcs.

Erik von Reis requested to merge erik.vonreis/advligorts:nicer_dma_switch into master

Old code for changing DMA size from the ( possibly smaller ) first cycle was too expensive in some sense, causing momentary channel hopping on the ADC when run at 65k and time_shift=0.

The new code just changes the size value of an already existing DMA module instead of totally recreating it.

Merge request reports