User Activity

I am familiar with the STM32CubeIDE; I've done several of the examples and understand how it works on a basic level. What I need to do is create a user-interface (hence needing Python) that will allow a user to interact with the microcontroller. Ctyp...
I have a text file full of values that I want to send to the DAC via the DMA. Is it possible to get the data through the DMA? I have tried opening the file using fopen and reading in the data to an array, and then passing the array to the DMA, but ha...
Greetings!I am new to microprocessors and am using an H7 board, and I have been using the CubeIDE. I have done most the basic/introductory examples, so I understand the basics of how to trigger the DAC with a timer, and how to run a timer in PWM mode...