User Activity

Hi,I need to obtain the attached behavior at the output pins with minimal MCU cycles.I also need interrupts at the beginning of each periods, because I need to do different stuff at each period.I'm using STM32G070CB which has 64MHz clock frequency an...
Hi,I'm using the STM32CubeIDE v1.6.1 and using FW.F2.1.9.3 firmware package with are both currently the lastest up to date versions.Setting up an STM32CubeMX project for low layer library to be able to use RTC, the code generator is not working prope...
Hi,HTTP connection is banned in my company (only HTTPS is allowed), so I'm getting errors regarding this issue at the startup of STM32CubeMX and STM32CubeIDE. They work fine afterwards, but they cannot update themselves.Is there a workaround for this...
Hi,I've switched to STM32F437VIT6 from STM32F407VGT6, but I also switch my bootloader application.In this application, there is a section that jumps to the real application that we've loaded using the bootloader: /* Test if Key push-button is not pre...
Posted on June 19, 2018 at 14:21 Hi, I've been dealing with the SD card problem since the CubeMX version 4. Here are the corresponding parts of my code: ... ... ... /* USER CODE BEGIN PV */ /* Private variables ----------------------...