User Activity

Posted on March 25, 2015 at 15:26Hello, I just came accros a new STM32 HAL version (driver dated 09 March 2015, version V1.3.0). Where can I find a description of changes compared to previous version(s)? Thanks.
Posted on March 20, 2015 at 11:39Hello, In multiple places in the UART HAL (in all the variants of HAL_UART_Receive) one can find the following code:    /* Check if a transmit process is ongoing or not */     if(huart->State == HAL_UART_STATE_BUSY...
Posted on March 01, 2015 at 12:00I am a bit confused by the channel mapping description in '' DocID018909 Rev 8''  and would appreciate some addditional explanations. In ''10.3.3 Channel selection''  we have the following text ''Table 42 and Table 4...
Posted on November 21, 2014 at 19:54Hello, in xPortStartScheduler routine, the systick priority is forced to /* Make PendSV and SysTick the lowest priority interrupts. */ Some HAL interrupt drivers implement a time out based upon systick value. Wi...
Posted on January 13, 2014 at 10:10Hello, In the iNemo Engine Lite Version 1.2.0 (FW V.2.3.0) when analizing the EKF Prediction state I came to the conclusion that the quaternion update is not using the same mathematical function defined by the pMa...