User Activity

Posted on November 08, 2017 at 09:15On STM32F777 I have configured TIM2 as encoder counter with a period of 8192  (i.e. the CNT will wrap at 8192, see ARR register).Everything works as expected until I reset the CNT by setting TIM2->CNT=0. In this c...
Posted on June 19, 2017 at 15:26On a STM32 F777 I am configuring TIM4 to read Hall sensors (HAL_TIMEx_HallSensor_Init).I have enabled capture interrupt and in capture callback  (which is triggered at every Hall event as expected) I am clearing UIF f...
Posted on March 24, 2017 at 16:35I have a NUCELO board with STM32F767ZI.I have read that there are http://www.st.com/content/ccc/resource/technical/document/errata_sheet/group0/23/a6/11/0b/30/24/46/a5/DM00257543/files/DM00257543.pdf/jcr:content/tran...
Posted on March 21, 2017 at 15:31We are using HAL CAN drivers for STM32 F7 (stm32f7xx_hal_can.c).During CAN tx/rx stress tests we experienced an issue resulting in CAN receive hang.The issue is due to a race condition on hcan->State variable between...
Posted on March 10, 2017 at 15:03On STM32 F7 I'm using ADC injected conversions triggered by TIM1 TRGO2 signal (OC5 rising).In case TIM1 break2 is triggered what should happen to ADC injected conversions? Will break2 disable all PWM outputs includin...