ZulNs / STM32F1_RTC

Arduino library that allows to use the RTC functionalities of STM32F1xx based boards using external low speed oscillator.
MIT License
15 stars 4 forks source link

Serial output #7

Open nikjayswal opened 1 year ago

nikjayswal commented 1 year ago

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

ZulNs commented 1 year ago

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')]
nikjayswal commented 1 year ago

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