User Activity

We have a small percentage of devices that once powered on show a certain issue.One or more axes of the accelerometer values are capped to the max or minimum value.This issue disappears when the device is powered off and powered back on.All the regis...
I'm trying to implement a SPI Slave using a circular DMA on the STM32H7.I'm able to correctly receive the bytes sent from a master.I have enabled an interrupt on the rising edge of the chip select to read out the sent bytes at the end of a transmissi...
Posted on December 05, 2017 at 15:47In the stm32l0xx_ll_utils.h, the UID is using the wrong offset:__STATIC_INLINE uint32_t LL_GetUID_Word2(void){  return (uint32_t)(READ_REG(*((uint32_t *)(UID_BASE_ADDRESS + 8U))));}Checked in both STM32Cube_FW_L0_...
Posted on May 18, 2017 at 11:33Hi,Is there a way to disable the ''Flash sectors protection'' through USB (DfuSeDemo/dfu-util/...)?It can be done using the STM32 ST-LINK Utility,by going to Target > Option Bytes, and unselecting all the sectors under...