User Activity

Posted on August 29, 2016 at 22:44If a processor is to be run continuously for weeks, months, even a year or more is it sufficient to calibrate the SDADC and ADC once at power up, or would there be a benefit to calibrating at regular time intervals?...
Posted on August 05, 2016 at 06:07This is an STM32CubeMX 4.16.0 generated project. The  STM32CubeMX project file is attached. The processor is an STM32F373VCT6 I have a Hard Fault. Below is the call stack and register contents when the Hard Fault ha...
Posted on August 02, 2016 at 05:11Using STM32CubeMX 4.16.0  I generated a project with the USB_DEVICE Communication Device Class option enabled. In the document at: http://www.st.com/content/ccc/resource/technical/document/user_manual/b8/5a/28/c2/c...
Posted on July 27, 2016 at 05:17The processor is an STM32F373VCT6. I am software triggering SDADC1 every second using this call each time: HAL_SDADC_InjectedStart_DMA( &hsdadc1, (uint32_t *)SDADC1_Data, SDADC1_Data_Size ); The DMA buffer size has ...
Posted on July 27, 2016 at 05:06The processor is an STM32F373VCT6. I am software triggering SDADC1 every second using this call each time: HAL_SDADC_InjectedStart_DMA( &hsdadc1, (uint32_t *)SDADC1_Data, SDADC1_Data_Size ); The DMA buffer size has 20...