Ask questions, find answers, and share insights on STM32 products and their technical features.
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...
Hello,i am working for now on a diy project.In this project i am interfacing LoRa SX1278 (SPI), MPU6050 (I2C) and NEO-6M (UART) with the STM32F103C8 (blue pill).All in all it is working but because all this sensors and modules are served in the loop,...
HI!I recently purchased some ST products, attempting to program and debug.I initially purchased a STM32 Blue Pill (STM32f103) along with a Mini St-Link V2 (Clone). Then I purchased an STM32F3VE board.I was able to program both boards using ST-LINKV2 ...
So I've been trying for a while to get the I2C1 peripheral working for communicating with the AM2320 humidity/temperature sensor but for some reasons I have not yet broken down, it never seems to reach it. I used CubeMX to initialize the peripherals ...
ST-Link V2, STM32F103C6T6A "blue pill", trivial program (version of blink LED), after pushing code to CPU (using STM32CubeIDE 1.9.0 and a current-firmware official ST-LINK V2), the board(s) appear "bricked" and don't respond to ST-LINK V2.I am in nee...
I am using the STM32F103C8 (blue Pill) and have been having lots of troubles with reading multiple channels on ADC1. Here is my init code using firmware 1.7: ADC_ChannelConfTypeDef sConfig = {0}; /* USER CODE BEGIN ADC1_Init 1 */ /* USER COD...
Hi, I´m trying to communicate two blue pills between them using CAN bus, but when I try to run it, it doesn´t even finish the start up, because I tried to use a blink program selecting the CAN in the .ioc and not using it and doesn´t work.Does anyone...