vortexntnu / vortex-acoustics

Analyzes signals from the A1 hydrophones. Runs on Nucleo-F767ZI
MIT License
4 stars 3 forks source link

Implement DMA #102

Open PizzaAllTheWay opened 1 year ago

PizzaAllTheWay commented 1 year ago

Make DMA work parallel while CPU on MCU is doing other work. Make sure that we can read values from DMA while DMA is doing its own thing, this will be a challenge.

PizzaAllTheWay commented 1 year ago

No need for that since new ADC code uses interrupts to sample all the samples fast enough without loosing any data. Felix is the big bouss mastermind hehe :D

theBadMusician commented 1 year ago

I do not think this issue should be closed, as this solution may need to be looked into in case we need faster / more robust sampling, or if processing in the future is going to require more concurrency than an interrupt solution can offer.

Reopening this issue, and adding "future" label.

PizzaAllTheWay commented 1 year ago

oki