STM32F1_RTC icon indicating copy to clipboard operation
STM32F1_RTC copied to clipboard

Serial output

Open nikjayswal opened this issue 2 years ago • 3 comments

Serial output not working on stm32f103c8t6 program compiled and uploaded successfully ok device but doesn't have any output from serial monitor in example ino file of serial_clock_and_Calender file

nikjayswal avatar Jul 11 '23 06:07 nikjayswal

I just recently success managed to try it using a BluePill board. I was using Arduino IDE v2.1.0, board manager: STM32 MCU base boards by STMicroelectronics v2.6.0, upload method: ST-Link v2. Here is the configuration of the menu order I clicked on:

  1. [Tools] > [Board] > [STM32 MCU base boards] > [Generic STM32F1 series]
  2. [Tools] > [Board part number] > [BluePill F103C8] / [BluePill F103CB (or C8 with 128k)]
  3. [Tools] > [Upload method] > [STM32CubeProgrammer (SWD)]
  4. [Tools] > [USB support (if available)] > [CDC (generic 'Serial' supersede U(S)ART)]
  5. [Tools] > [U(S)ART support] > [Enabled (generic 'Serial')]

ZulNs avatar Jul 11 '23 07:07 ZulNs

I doesn't have stlink i have usb to serial converter CP2102 USB to TTL Converter Module

nikjayswal avatar Jul 11 '23 08:07 nikjayswal