User Activity

Hi, I am working on a firmware for STM32F103C8T6 with 128KB of flash. When I create a new project in the STMCubeIDE by default it sets the flash size to 64KB. I have changed the flash size in the linker file to 128KB. Is it the only change required o...
Hi, I am developing a firmware for stm32f103c8t6 using STMCubeIDE 1.12.0. I want the USB to work as both a COM port and DFU device. Using the middleware in the STMCube it seems we cannot implement both of them at the same time. Any help is appreciate...