User Activity

Hello,I want to flash micropython in one of my stm32 devices. In order to flash micropython I need to put the stm32 board in DFU mode connecting the VDD pin to BOOT0.When I do this and I reboot the board, the behaviour of the board changes (the defau...
I am porting a project from STM32F105 to STM32F103 using the standard peripheral library. During the compilation process I get the following error:In file included from ../Drivers/STM32F10x_StdPeriph_Driver/src/stm32f10x_can.c:23:0: ../Drivers/STM32F...
Hello,When an STM32 microcontroller is debugged using ST-LINK and STM32CubeID, the program that is being debug is burn in the Flash?In other words, when I debug a program in STM32 microcontroller, the program previously stored in the Flash is overwri...
Hello,I installed STM32CubeProgrammer on Ubuntu 18.04 and when I run it using the graphical interface the program does not start. If I start It using the command line I can see the following errorError: Could not find or load main class com.st.app.Ma...
I am trying to port an IAR project to STM32CubeIDE and I having several problems. One of them is located in the following line of code__no_init const char reserved_area[2048] @0x08040000 ; #pragma required=reserved_areaIn particular, I don't know how...