Posted on May 18, 2018 at 10:40
I am trying to set up adc with dma in the so it runs in the background.
I Used keil to generate the code.
When calling: HAL_ADC_Start_DMA(&hadc, (uint32_t*) ADCReadings, 2);
A single conversion is done and w...
Posted on May 19, 2018 at 14:35It means your device is undefined.You need to add a preprocessor symbol to your project.If you are using keil.Project ->options for target 'project name' -> c/c++Then add a symbol STM32F4xx symbol. (Replace the xx with...
Posted on May 18, 2018 at 12:51A few things have effect on the crystal, Like temperature and supply voltage.For example in the STM32L083CZ datasheet on page 87:MSI oscillator frequency drift 0 °C ≤ TA ≤ 85 °C - ±3A temperature between 0 an...