User Activity

Hello.Concerning LPS331AP's RES_CONF register and its AVGT/AVGP bits: what is the frequency the corresponding internal averaging is being performed? Does it depend on selected output data rate? How is the averaging applied when the device is in one-s...
Posted on October 29, 2015 at 08:44 Hello. The issue: file stm32f4xx_usart.c, function USART_Init, fractional divider calculation code: /* Determine the fractional part */ fractionaldivider = integerdivider - (100 * (tmpreg >> 4)); /*...
Posted on October 08, 2015 at 11:44 Hello. There's an issue in MBED's spi_api.c file. Function void spi_frequency(spi_t *obj, int hz) line baud_rate = __builtin_ffs(divisor) - 1; The problem is this line makes a...
Posted on July 10, 2015 at 11:01 Hello everybody. I've found a little bug in the STM32F4xx standard peripheral library and since I'm not sure where to report it I decided to post it here. So, this bug is located at STM32F4xx_DSP_StdPerip...