User Activity

DMA requests are still generated if the CCR is outside the auto-reload rangeThe DMA request is is generated when CNT reaches 0 rather than being disabled.Processor is a STM32H750is this a bug or a feature - it should be documented anyway
HiWhat is the easiest way to interface a camera. AN5020 lists a number of camera sensors supported, however only the old OV2640 is included in the support packages.The most complex issue is setting up the sensor registers - do the manufacturers suppl...
Posted on February 01, 2018 at 19:01The SPBT3.0DP2 seems to generate its own nReset pulse ocaasionallyThe pulse is around 800usAny reason why this would occur ?The power supply is stable and the IO is 3.3V
Posted on October 12, 2017 at 16:52I frequently get a Hardfault interrupt generating when erasing (and in some cases programming) the flash using HAL_FLASHEx_Erase and HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, ..)Part is STM32L433CCIt may have...
Posted on June 10, 2015 at 13:56What is the best way to prevent __HAL_TIM_DISABLE being called when all the CCxE are 0 ? __HAL_TIM_DISABLE(htim); is called in virtually every TIM...._Stop function It would be useful to keep the counter running parti...