Posted on January 20, 2016 at 21:52While trying to use GPIO inputs as inputs for the ADC, I discovered that the ADC control mode was not programmed correctly in the function HAL_GPIO_Init. I replaced: temp &= ~(GPIO_ASCR_ASC0 << position) ; ...
Posted on January 26, 2016 at 18:37Syrine, You're right. I how have successfully ported the Motor Control software from F4xx to L476 and IHM07M1 board. From: SyrinePosted: Thursday, January 21, 2016 1:44 PMSubject: STM32Cube_FW_L4 V1.2.0 bug ?Hi ver...