rogerclarkmelbourne / Arduino_STM32

Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
Other
2.49k stars 1.25k forks source link

How can I make 'STM32F103C8T6' DIY? help me. #909

Closed SeongJongKwak closed 1 year ago

SeongJongKwak commented 1 year ago

hello. I am the my first time person dealing with 'STM32F103C8T6' this time.

There are 4 things I'm curious about.

Currently, I have purchased and used the 'Blue Pill' board.

  1. I want to purchase the chip 'STM32F103C8T6' and make 'DIY, PCB' myself. Q1) If so, how should I boot(bootloader)?

  2. How to do a soft reset? Q2) I am curious about the source code.

  3. I want to test in conjunction with 'STM32F103C8T6' and 'DS3231'. By any chance, can I use the firmware as it is? Q3) hardware I2C : PB_9-SAD, PB_8-SCL Q4) Do you have any examples or methods?

  4. How to use 'EEPROM.h' library?

stevstrong commented 1 year ago

Please address these questions on www.stm32duino.com. Here should only bugs or issues with the core be reported.

fpistm commented 1 year ago

FYI already post on the forum: https://www.stm32duino.com/viewtopic.php?t=2013

SeongJongKwak commented 1 year ago

NVIC_SystemReset(); or nvic_sys_reset(); or HAL_NVIC_SystemReset();