User Activity

Hi everyone,I am developing a custom bootloader and before flash the new application image, the bootloader must ensure that the image corresponds to the board, so I think a simple way to do it is to store a specific value (constant uint32_t) into a s...
Hi all,I am trying to do a simple code for writing and reading files in a SDHC Card, i am trying to start with this example code:https://community.st.com/s/article/how-to-create-a-file-system-on-a-sd-card-using-stm32bubeideHowever, when the code reac...
Posted on January 16, 2018 at 17:08Hi everyone. I'm trying to use VL53L0X satellites with my nucleo32 (STM32L031K6) but i'm having a lot of problems to integrate the API. I'm generating the initial code with STM32CubeMX and importing the project to ...