User Activity

Posted on November 29, 2016 at 05:51 Hello! I am currently trying to send a sine wave through the DAC. I've tried both using the std peripheral libraries and stm32cube, but to no avail. The frequencies and amplitude of the measured sine w...
Posted on November 27, 2016 at 01:50 Hello! I am currently using stm32mx cube to create sine wave through the DAC. When I am building the project, I am receiving an error in regards to the stm32f3xx_hal_msp.c which should not require any ...
Posted on November 23, 2016 at 01:25 Hello All! I am currently trying to sample from 2 ADCs in dual regular simultaneous mode using the STM What's appears to be happening is that only the ADC1 values are being saved in to the memory locat...
Posted on November 21, 2016 at 02:04Hello!I am currently trying to program on the stm32f303k8 to be able to read ADC values from 2 channels, average the values, and transmit the values through UART while also periodically rotating 3 pins for mux and...