We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm attempting to writing something like waveform_generator.rs for L476; unfortunately an attempt to use write_dma() ends up in panic:
ERROR panicked at [...]/stm32-hal2-1.8.2/src/dma.rs:304:18: not implemented
Apparently the channel selection for dac is just commented out there...
The text was updated successfully, but these errors were encountered:
I just pushed a commit that should fix this.
Sorry, something went wrong.
Thanks; now the panic is gone, however the DMA seem to do nothing (DAC output stays at 0), while direct writes with write_voltage() work as expected.
No branches or pull requests
Hello,
I'm attempting to writing something like waveform_generator.rs for L476; unfortunately an attempt to use write_dma() ends up in panic:
Apparently the channel selection for dac is just commented out there...
The text was updated successfully, but these errors were encountered: