User Activity

Hi,I'm using the STM32F091 microcontroller on a custom made PCB, i'm reading two switch buttons, both have the following configuration (image below), the SENS_P signal go directly to PA10 of the microcontroller which is configured with EXTI triggered...
Hi,I had been working with a project using a STM32F411RE device, with the STM32F4 package version 1.24.0. I installed the version 1.24.1 and would like to update the project, but when i open the Cube project it doesn't ask me for the update.Is there ...
I wanted to test event groups to replace a bin semaphore and as the title says, i can't enable xEventGroupSetBitFromISR on CMSISv1 nor CMSISv2 wrappers.Is there another way to enable that function? Maybe in a unofficial way?Regards,Carlos
Hi,I'm writing a bootloader, the application binary is read from a SD card connected via SDIO and will be written into the SECTOR 2 of the micro controller (starts at 0x8008000 == APP_ADDRESS), the bootloader is stored in SECTOR 0 and SECTOR 1, start...
Hi,We are using the LSM6DSL sensor in a custom PCB, we are also using the X-CUBE-MEMS extension drivers to communicate with the MEMS sensor. The image below is the schematic part of the LSM6DSL. VCC_IMU being 3v3, W1 is closed with a solder jumper to...