User Activity

Posted on July 11, 2016 at 20:15We are using HAL_UART_Receive function as mentioned below in the code for testing:while(__HAL_UART_GET_FLAG(&huart1,UART_FLAG_RXNE)== RESET){};      {       for (uint8_t i=0; i < 5 ; i++)       {        HAL_UART_Recei...
Posted on May 18, 2016 at 22:44Hello, We want to use HAL_SPI_Transmit function to load the data from 16 bit Array.  The function parameters are (SPI_Handle TypeDef *hspi, uint8_t * pdata, uint16_t Size, uint32_t Timeout). Our data buffer is defined ...
Posted on September 10, 2015 at 19:10Hello, We are using STM32F051R8T6 microcontroller and IAR Embedded Workbench IDE. We want to know the time elapsed between breakpoints. How can I see during debugging the code? Thanks, Vimmi Adeshra