STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 STM32F103C6T6A Bug report

 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....

Stm32.jpg stm32_final_bug_report.PNG
khatus by Associate
  • 657 Views
  • 4 replies
  • 2 kudos

Resolved! ST-LINK V2 with STM32F103C8T6(Bluepill) code upload error

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...

Resolved! Suggestions for better blue pill performance

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,...

hamo by Senior
  • 1889 Views
  • 10 replies
  • 3 kudos

Resolved! Debug Blue Pill with Stlink-V3minie

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 ...

Resolved! [SOLVED] STM32F103c8t6 (aka blue pill) i2c with AM2320: HAL_I2C_IsDeviceReady() always returns an error.

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 ...

0693W000003Q1FVQA0.png
FGerm.1 by Associate II
  • 2822 Views
  • 6 replies
  • 0 kudos

Resolved! Did I "brick" my "blue pill" board(s) - ST-LINK V2 (current firmware), STM32CubeIDE (1.9.0), trivial "blink LED" project in Debug configuration.

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...

wb0gaz by Senior
  • 4032 Views
  • 3 replies
  • 2 kudos

Resolved! STM32F103C8T6 (Blue Pill) CAN BUS Communication

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...