Ask questions, find answers, and share insights on STM32 products and their technical features.
I tried to search on the internet but i can't get any proper answer. i am using Blue pill(STM32F103C8) which has 20kb SRAM and 64kb Flash.Now i want to store some data into flash which i need again and again in my program. So Few are my Questions.1> ...
I would like to implement a FFT on a STM32F103 (blue pill).So far i installed the STM32cubeIDE and set up a project.I added "CMSIS CORE" and "CMSIS DSP" (as library) in the cubeMX software under additional software.In my code i added: #define ARM_MAT...
I am using STM32F103C8T6 with libopencm3 and FreeRTOS. Some programs I have can only flash once, even though the code function properly. The second time I flash it will say something like "unknown chip id! 0x3748. Failed to connect to target". I have...
Hi! people! i have a stm32 blue pill board and the Si4432 module, i want configurate for conect with 433mhz module syn470r in OOK,I already have the SPI configured in STM32CubeIDE and the module connected, but i have no idea how to transmite. How to ...
I am trying to program STM32 blue-pill board with STM32F103C6T6A microcontroller and using STM32CUBE IDE. But nothing is able to upload the program to the microcontroller. When trying to upload the program, the following error messages are showing....
I have tried to upload a blink program to a Bluepill (STM32F103C8T6) board through ST-LINK V2 while doing so i get the error as "Target no device found Error in initializing ST-LINK device. Reason: No device found on target." and "Failed to ex...
I downloaded the USB boot loader (generic_boot20_pc13.bin) to STM32 Blue pill and I am able to detect the board in Arduino IDE. But when I flash the simple blinky code to board from Arduino IDE, the board looses connection. When USB boot loader is fl...