User Activity

Hello, I am very new to STM32 MCUs and hoping someone can explain to me the HardFault_Handler and possible reasons why my code is jumping to here? If there is a good resource which discusses this, that would also be very useful but I haven't been abl...
Hello,I am trying to use the memcpy function to transfer data from the ADC data buffer to a separate data buffer, but when I call memcpy, only the first 1400 of 6000 samples gets copied, while the remainder of the buffer does not get updated. I notic...
Hello all,I need to store 6000 incoming samples from the ADC, analyze these 6000 samples and then store 6000 new samples in the same location and I need to do this repeatedly. I am using HAL_ADC_Start_DMA function to start the channel and I want to u...
Hello,I am working on a project where I have created several of my own files (.h and .cpp) but I am having issues with undefined reference to certain functions. I cannot solve this issue while having the files separated, but I was wondering if it is ...
Hello everyone,I am using the STM32F413 Nucleo-144 development board to generate 2 sinusoidal wave forms at 60Hz. To do this, I have DAC_OUT1 (PA4) and DAC_OUT2 (PA5) conversions running through DMA. The signal from PA5 appears as expected when I mea...