User Activity

Can we expect to get lightweight option of the STM32CubeProgrammer for CLI applications (STM32_Programmer_CLI.exe)  that does not require using STM32CubeProgrammer.The whole STM32CubeProgrammer package is over 600MB and contains variety of unnecessar...
I would like to create a Python GUI application based on PySide6. Within the application, I want to embed the funcionality to flash STM32 devices using STM32_Programmer_CLI.exe command line tool.The STM32_Programmer_CLI.exe comes with an installation...
Hello. I have been using STM32CubeIDE for a long time where I did not really need to bother about make or any other tools to build my projects since everything is already prepared for you within the STM32CubeIDE for the ease of use.My OS : Windows 11...
Hello. I have LIS3DH accelerometer and I would like to use it with my ST32F4 board.I have found the BSP drivers :STM32Cube\Repository\STM32Cube_FW_F4_V1.28.0\Drivers\BSP\Components\lis3dshand also available here:https://github.com/STMicroelectronics/...
Hey. I would like some clarification regarding writing to Flash memory. Specificially, 4 bytes (float values).I have the following code:  void FLASH_write_single_float(uint32_t address, float data_to_send) { if (address < 0x080E0000 || address > ...