User Activity

Good evening all community members,I am using STM32F4 board. My current project has multiple .c files to have a modular approach. ADC files is working on its own interrupt and another file called gpio file working on timer2 interrupt. I got a sensor'...
Good evening community members,today I have been trying to activate USART module of my STM32F446 board. However even after trying everything, I could not sense Tx signal on PA2 pin of the board. This is the low level code I used. I had been trying to...
Good evening all,I am using STM32F446 board. I need to plot variables calculated in my program (in the live expressions window) over a graph in real time but I have no idea how to do it. Is it possible to do so without using USART module of the board...
Good evening everyone,today I generated a sine wave (using array method, 80 samples per time period) and got it on oscilloscope using DAC channel 1. Then I tapped this analog wave into the ADC of the board. Then i again converted the data from ADC ch...
Hello everyone,  I am trying to generate sine wave using DAC and interrupts in my STM32F446 board. I want to do it without using array model. I am getting b infinite_loop when the program is run in debug mode. I have initialised "use float with print...