Resolved! Using double precision in a DMA callback seems to block it?
I am using a BlueNRG-LP and started with the CCA01M1 I2S project. I changed the callback so that it applies a volume to the stream in real time. But this seems to block the code if I use a double (which id like to do to see some precision - and I wan...