STM32 Bluepill kurulumu ve deneyler

Bende tek çalışan metot şu:

Boot0 ve boot1 ikisi de 0.
Upload method "STM32CubeProgrammer(SWD)
STLink bluepill'e bağlı
bluepill de USB üzerinde linux'a bağlı.

Bu şekilde blink programını yükleyebiliyor.
 
Benim bulmaya çalıştığım yapılandırma, STLink'in (veya eşdeğeri, veya USB'den seri dönüştürücü) olmadığı, bluepill'de uygun bir boot loaderin olduğu ve sadece bluepill USB üzerinden PC ye bağlı iken programlanabilme. Arduino UNO da durum bu.
 
O halde bir kere ilgili bootloader yüklenecek:

Ayrıca R10 üzerine 1,8K lehimlenebilir ya da
direk 1,5K takılabilir.
 
Boot loader yüklü zaten. Ama Upload method olarak "STMduino bootloader" yok.
 
abicim siz neden boyle programlarla ugrasıyorsunuz hala anlıyamıyorum

bilmediğimden sesimide cıkarmak ıstemıyorum ama

bunu zaten bırsatır kod ile yapabılıryorsun kaldıki bootloader dedıgımız şey yazdıgımız kodu karta yuklemek değilmi?
kodumuzda serıal baglantımı yapıcak hangı pıne hangı etıketı verıccez belırlıyoruz

bu ıdenın farkı nedır qt sadece ve logosu var ardunıonun
adamlar bır kac pencere koyup yapmışlar biz zaten yazabiliyoruz kodu gödermek için daha kolay basiit yollar bulalım

:https://mekatronik.org/forum/threads/python-ile-mikrodenetleyicilere-kod-yuekleme.4944/post-81780

ya da : stm32loader -c port_name -e -w -v -g 0x0 dosya.hexYADA.bin
O halde bir kere ilgili bootloader yüklenecek:

Ayrıca R10 üzerine 1,8K lehimlenebilir ya da
direk 1,5K takılabilir.

o sizin dedıgın iki stmkartın bırını link olarak kullanıcak olursak sdw olarak evet direnç lazım
 
Yeni başlayanlara konuyu öğretmek için, bütün platformlar için ortak metotlar ortaya koymak lazım. Yoksa her işlemci türü için tamamen farklı prosedürler listelersen, o zaman bu hem kullanımı zor olur, hem de yeni başlayanları işin temel mantığını öğrenmekten alıkoyar. Ezberciliği özendirir. STM32 işlemcin mi var? Al sana liste. Arduino mu var, al sana liste. İki liste de birbirinden gece ve gündüz kadar farklı.
 
  • Beğen
Reactions: nt
Şimdi openocd nin son sürümünü derledim ve stlink üzerinden bağlanmaya çalıştım. Benim kartın üzerindeki STM32 işlemcinin çakma olduğunu söyledi. İşlemci çakma, STLink çakma olunca, değişik tuhaf sorunların çıkması da normaldir :)

Bash:
[ta@bonsai ~]$ openocd -f interface/stlink.cfg -c "transport select hla_swd" -f board/stm32f103c8_blue_pill.cfg
Open On-Chip Debugger 0.12.0+dev-00387-g9fcf33da8 (2023-11-12-18:31)
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.org/doc/doxygen/bugs.html
hla_swd
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Info : clock speed 1000 kHz
Info : STLINK V2J34S7 (API v2) VID:PID 0483:3748
Info : Target voltage: 3.270259
Warn : UNEXPECTED idcode: 0x2ba01477
Error: expected 1 of 1: 0x1ba01477
 
  • Beğen
Reactions: nt
Boot loader yüklü zaten. Ama Upload method olarak "STMduino bootloader" yok.
upload methot olarak DFU seçmek gerekiyor dahili usb'den programlamak için fakat dfu bootloader yazmış olmak lazım benim yazdığm konuta o bootloader var oradan indirip kurabilirisinz.
 
Üç tane DFU var yav, hangisini seçeceğiz?

1699808656993.png
 
STM32CubeProgrammer deyince STLink v2 nin takılı olduğunu varsaymıyro musun?
1699808656993.png

Şunu seçip bluepill üstündeki mikro usb sokete kabloyu takıp port kısmına bakınca maplle mini göreceğiz ama maple dfu seçmeyeceğiz benim işaretlediğimi seçeceğiz ve hiçbir jumper kaydırmayacağız.

eğer benim konuda verdiğim bootloader başarılı şekilde yazıldıysa stm32cube programmer dfu seçerek dahili usb'den progamlayabiliyoruz kartı.

hayır DFU seçince ST-LINK artık gerekli değil.
 
SWD dediği programlayıcı yani ST-LINK gereken şekli.
Serial dediği UART0 portundan seri çevirici ile programladığımız şekli
DFU dediği dahili usb'den programladığımız şekli.
 
boot loader aynı boot loader zaten, STM32duino. Ama DFU yu daha önce denememiştim hiç. Deniyorum.
 
Hata veriyor

Kod:
Arduino: 1.8.19 (Linux), Board: "Generic STM32F1 series, BluePill F103C8, STM32CubeProgrammer (DFU), Enabled (generic 'Serial'), CDC (generic 'Serial' supersede U(S)ART), Low/Full Speed, Smallest (-Os default), None, Newlib Nano (default)"

/home/ta/arduino-1.8.19/arduino-builder -dump-prefs -logger=machine -hardware /home/ta/arduino-1.8.19/hardware -hardware /home/ta/.arduino15/packages -tools /home/ta/arduino-1.8.19/tools-builder -tools /home/ta/arduino-1.8.19/hardware/tools/avr -tools /home/ta/.arduino15/packages -built-in-libraries /home/ta/arduino-1.8.19/libraries -libraries /home/ta/Arduino/libraries -fqbn=STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8,upload_method=dfuMethod,xserial=generic,usb=CDCgen,xusb=FS,opt=osstd,dbg=none,rtlib=nano -vid-pid=1EAF_0004 -ide-version=10819 -build-path /tmp/arduino_build_690263 -warnings=none -build-cache /tmp/arduino_cache_925588 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.STM32Tools.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1 -prefs=runtime.tools.STM32Tools-2.2.1.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1 -prefs=runtime.tools.xpack-arm-none-eabi-gcc.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2 -prefs=runtime.tools.xpack-arm-none-eabi-gcc-12.2.1-1.2.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2 -prefs=runtime.tools.xpack-openocd.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-openocd/0.12.0-1 -prefs=runtime.tools.xpack-openocd-0.12.0-1.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-openocd/0.12.0-1 -prefs=runtime.tools.CMSIS.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0 -prefs=runtime.tools.CMSIS-5.7.0.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0 -verbose /home/ta/Arduino/bluepill_blink/Blink/Blink.ino
/home/ta/arduino-1.8.19/arduino-builder -compile -logger=machine -hardware /home/ta/arduino-1.8.19/hardware -hardware /home/ta/.arduino15/packages -tools /home/ta/arduino-1.8.19/tools-builder -tools /home/ta/arduino-1.8.19/hardware/tools/avr -tools /home/ta/.arduino15/packages -built-in-libraries /home/ta/arduino-1.8.19/libraries -libraries /home/ta/Arduino/libraries -fqbn=STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8,upload_method=dfuMethod,xserial=generic,usb=CDCgen,xusb=FS,opt=osstd,dbg=none,rtlib=nano -vid-pid=1EAF_0004 -ide-version=10819 -build-path /tmp/arduino_build_690263 -warnings=none -build-cache /tmp/arduino_cache_925588 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.STM32Tools.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1 -prefs=runtime.tools.STM32Tools-2.2.1.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1 -prefs=runtime.tools.xpack-arm-none-eabi-gcc.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2 -prefs=runtime.tools.xpack-arm-none-eabi-gcc-12.2.1-1.2.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2 -prefs=runtime.tools.xpack-openocd.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-openocd/0.12.0-1 -prefs=runtime.tools.xpack-openocd-0.12.0-1.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-openocd/0.12.0-1 -prefs=runtime.tools.CMSIS.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0 -prefs=runtime.tools.CMSIS-5.7.0.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0 -verbose /home/ta/Arduino/bluepill_blink/Blink/Blink.ino
Using board 'GenF1' from platform in folder: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0
Using core 'arduino' from platform in folder: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0
/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/extras/prebuild.sh /tmp/arduino_build_690263 /home/ta/Arduino/bluepill_blink/Blink /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0
Detecting libraries used...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) /tmp/arduino_build_690263/sketch/Blink.ino.cpp -o /dev/null
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) /tmp/arduino_build_690263/sketch/SrcWrapper.cpp -o /dev/null
Alternatives for SrcWrapper.h: [SrcWrapper@1.0.1]
ResolveLibrary(SrcWrapper.h)
  -> candidates: [SrcWrapper@1.0.1]
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src /tmp/arduino_build_690263/sketch/SrcWrapper.cpp -o /dev/null
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_can.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cec.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cordic.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cortex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcache.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcmi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcmi_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dfsdm.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dfsdm_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma2d.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dsi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dts.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_exti.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fdcan.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_firewall.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ramfunc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmac.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpi2c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpi2c_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpsmbus.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpsmbus_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gfxmmu.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpu2d.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gtzc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hash.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hash_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hcd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hrtim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hsem.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2c_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2s.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2s_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i3c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_icache.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ipcc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_irda.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_iwdg.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_jpeg.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_lcd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_lptim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ltdc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ltdc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdf.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdios.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mmc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mmc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_nand.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_nor.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_opamp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_opamp_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ospi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_otfdec.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pccard.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pcd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pcd_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pka.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pssi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pwr.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pwr_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_qspi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ramcfg.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ramecc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rcc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rcc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rng.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rng_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rtc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rtc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sai.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sai_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sd_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdadc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdram.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spdifrx.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spi_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sram.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_subghz.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_swpmi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tim_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tsc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_uart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_uart_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_usart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_usart_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_wwdg.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_xspi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HardwareTimer.cpp
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_adc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_bdma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_comp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_cordic.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_crc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_crs.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dac.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_delayblock.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dlyb.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dma2d.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_exti.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmac.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmpi2c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fsmc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_gpio.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_hrtim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_i2c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_i3c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_icache.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lpgpio.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lptim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lpuart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_mdma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_opamp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_pka.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_pwr.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rcc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rng.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rtc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_sdmmc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_spi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_swpmi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_tim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_ucpd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_usart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_usb.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_utils.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/new.cpp
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/PortNames.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/analog.cpp
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/bootloader.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/clock.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/core_callback.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/dwt.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/hw_config.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/interrupt.cpp
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/otp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/pinmap.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/stm32_def.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/system_stm32yyxx.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/timer.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/uart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/syscalls.c
Generating function prototypes...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src /tmp/arduino_build_690263/sketch/Blink.ino.cpp -o /tmp/arduino_build_690263/preproc/ctags_target_for_gcc_minus_e.cpp
/home/ta/.arduino15/packages/builtin/tools/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_690263/preproc/ctags_target_for_gcc_minus_e.cpp
Compiling sketch...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -MMD -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src /tmp/arduino_build_690263/sketch/Blink.ino.cpp -o /tmp/arduino_build_690263/sketch/Blink.ino.cpp.o
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -MMD -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src /tmp/arduino_build_690263/sketch/SrcWrapper.cpp -o /tmp/arduino_build_690263/sketch/SrcWrapper.cpp.o
Compiling libraries...
Compiling library "SrcWrapper"
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/syscalls.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HardwareTimer.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/new.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cordic.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cortex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcache.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_can.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cec.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dsi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ramfunc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_exti.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpsmbus.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dts.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fdcan.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmac.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_firewall.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gfxmmu.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma2d.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gtzc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hcd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hsem.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpu2d.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpsmbus_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hrtim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_irda.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_jpeg.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdios.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i3c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ipcc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_iwdg.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_icache.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_lcd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_nand.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_lptim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdf.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ospi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_nor.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pccard.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_otfdec.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_qspi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pssi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pka.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramcfg.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramecc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdadc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdram.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sram.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_subghz.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tsc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_swpmi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spdifrx.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_xspi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_wwdg.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_crc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmac.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_comp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_crs.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fsmc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmpi2c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dma2d.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_gpio.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_bdma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_cordic.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_adc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dlyb.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_exti.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dac.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_i2c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lpgpio.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lptim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_hrtim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_delayblock.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_i3c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lpuart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rtc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_icache.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_spi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_pwr.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_pka.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rng.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_mdma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_opamp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rcc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_tim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_ucpd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_usb.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_swpmi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_usart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_utils.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_sdmmc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/uart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/timer.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/otp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/PortNames.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/system_stm32yyxx.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/hw_config.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/bootloader.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/core_callback.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/dwt.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/clock.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/stm32_def.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/pinmap.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/interrupt.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/analog.cpp.o
Compiling core...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-gcc -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -x assembler-with-cpp -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U)/startup_M200_f103xb.S -o /tmp/arduino_build_690263/core/startup_M200_f103xb.S.o
Using previously compiled file: /tmp/arduino_build_690263/core/PeripheralPins_MALYANM200_F103CB.c.o
Using previously compiled file: /tmp/arduino_build_690263/core/generic_clock.c.o
Using previously compiled file: /tmp/arduino_build_690263/core/PeripheralPins.c.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_AFROFLIGHT_F103CB.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_MAPLEMINI_F103CB.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_PILL_F103Cx.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_MALYANM200_F103CB.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_generic.cpp.o
Using precompiled core: /tmp/arduino_cache_925588/core/core_bf12cdc25fca400775d836ca765933cd.a
Linking everything together...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Os -DNDEBUG --specs=nano.specs -Wl,--defsym=LD_FLASH_OFFSET=0x0 -Wl,--defsym=LD_MAX_SIZE=65536 -Wl,--defsym=LD_MAX_DATA_SIZE=20480 -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--default-script=/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U)/ldscript.ld -Wl,--script=/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/ldscript.ld -Wl,-Map,/tmp/arduino_build_690263/Blink.ino.map -Wl,--no-warn-rwx-segments -L/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Lib/GCC/ -larm_cortexM3l_math -o /tmp/arduino_build_690263/Blink.ino.elf -L/tmp/arduino_build_690263 -Wl,--start-group /tmp/arduino_build_690263/sketch/Blink.ino.cpp.o /tmp/arduino_build_690263/sketch/SrcWrapper.cpp.o /tmp/arduino_build_690263/libraries/SrcWrapper/syscalls.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HardwareTimer.cpp.o /tmp/arduino_build_690263/libraries/SrcWrapper/new.cpp.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_can.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cec.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cordic.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cortex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcache.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma2d.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dsi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dts.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_exti.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fdcan.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_firewall.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ramfunc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmac.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpsmbus.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpsmbus_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gfxmmu.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpu2d.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gtzc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hcd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hrtim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hsem.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i3c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_icache.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ipcc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_irda.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_iwdg.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_jpeg.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_lcd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_lptim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdf.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdios.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_nand.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_nor.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ospi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_otfdec.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pccard.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pka.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pssi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_qspi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramcfg.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramecc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdadc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdram.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spdifrx.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sram.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_subghz.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_swpmi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tsc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_wwdg.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_xspi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_adc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_bdma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_comp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_cordic.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_crc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_crs.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dac.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_delayblock.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dlyb.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dma2d.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_exti.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmac.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmpi2c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fsmc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_gpio.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_hrtim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_i2c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_i3c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_icache.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lpgpio.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lptim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lpuart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_mdma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_opamp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_pka.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_pwr.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rcc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rng.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rtc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_sdmmc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_spi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_swpmi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_tim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_ucpd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_usart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_usb.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_utils.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/PortNames.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/bootloader.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/clock.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/core_callback.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/dwt.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/hw_config.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/otp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/pinmap.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/stm32_def.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/system_stm32yyxx.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/timer.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/uart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/analog.cpp.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/interrupt.cpp.o /tmp/arduino_build_690263/core/startup_M200_f103xb.S.o /tmp/arduino_build_690263/core/PeripheralPins.c.o /tmp/arduino_build_690263/core/PeripheralPins_MALYANM200_F103CB.c.o /tmp/arduino_build_690263/core/generic_clock.c.o /tmp/arduino_build_690263/core/variant_AFROFLIGHT_F103CB.cpp.o /tmp/arduino_build_690263/core/variant_MALYANM200_F103CB.cpp.o /tmp/arduino_build_690263/core/variant_MAPLEMINI_F103CB.cpp.o /tmp/arduino_build_690263/core/variant_PILL_F103Cx.cpp.o /tmp/arduino_build_690263/core/variant_generic.cpp.o /tmp/arduino_cache_925588/core/core_bf12cdc25fca400775d836ca765933cd.a -lc -Wl,--end-group -lm -lgcc -lstdc++
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-objcopy -O binary /tmp/arduino_build_690263/Blink.ino.elf /tmp/arduino_build_690263/Blink.ino.bin
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-objcopy -O ihex /tmp/arduino_build_690263/Blink.ino.elf /tmp/arduino_build_690263/Blink.ino.hex
/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/extras/postbuild.sh /tmp/arduino_build_690263 STM32F1xx /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0
Using library SrcWrapper at version 1.0.1 in folder: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-size -A /tmp/arduino_build_690263/Blink.ino.elf
Sketch uses 23760 bytes (36%) of program storage space. Maximum is 65536 bytes.
Global variables use 4404 bytes (21%) of dynamic memory, leaving 16076 bytes for local variables. Maximum is 20480 bytes.
sh /home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1/stm32CubeProg.sh 2 /tmp/arduino_build_690263/Blink.ino.bin 0x0
      -------------------------------------------------------------------
                        STM32CubeProgrammer v2.14.0                 
      -------------------------------------------------------------------



Error: Target device not found
Establishing connection with the device failed
the selected serial port Establishing connection with the device failed
 does not exist or your board is not connected
 
Hata veriyor

Kod:
Arduino: 1.8.19 (Linux), Board: "Generic STM32F1 series, BluePill F103C8, STM32CubeProgrammer (DFU), Enabled (generic 'Serial'), CDC (generic 'Serial' supersede U(S)ART), Low/Full Speed, Smallest (-Os default), None, Newlib Nano (default)"

/home/ta/arduino-1.8.19/arduino-builder -dump-prefs -logger=machine -hardware /home/ta/arduino-1.8.19/hardware -hardware /home/ta/.arduino15/packages -tools /home/ta/arduino-1.8.19/tools-builder -tools /home/ta/arduino-1.8.19/hardware/tools/avr -tools /home/ta/.arduino15/packages -built-in-libraries /home/ta/arduino-1.8.19/libraries -libraries /home/ta/Arduino/libraries -fqbn=STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8,upload_method=dfuMethod,xserial=generic,usb=CDCgen,xusb=FS,opt=osstd,dbg=none,rtlib=nano -vid-pid=1EAF_0004 -ide-version=10819 -build-path /tmp/arduino_build_690263 -warnings=none -build-cache /tmp/arduino_cache_925588 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.STM32Tools.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1 -prefs=runtime.tools.STM32Tools-2.2.1.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1 -prefs=runtime.tools.xpack-arm-none-eabi-gcc.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2 -prefs=runtime.tools.xpack-arm-none-eabi-gcc-12.2.1-1.2.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2 -prefs=runtime.tools.xpack-openocd.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-openocd/0.12.0-1 -prefs=runtime.tools.xpack-openocd-0.12.0-1.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-openocd/0.12.0-1 -prefs=runtime.tools.CMSIS.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0 -prefs=runtime.tools.CMSIS-5.7.0.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0 -verbose /home/ta/Arduino/bluepill_blink/Blink/Blink.ino
/home/ta/arduino-1.8.19/arduino-builder -compile -logger=machine -hardware /home/ta/arduino-1.8.19/hardware -hardware /home/ta/.arduino15/packages -tools /home/ta/arduino-1.8.19/tools-builder -tools /home/ta/arduino-1.8.19/hardware/tools/avr -tools /home/ta/.arduino15/packages -built-in-libraries /home/ta/arduino-1.8.19/libraries -libraries /home/ta/Arduino/libraries -fqbn=STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8,upload_method=dfuMethod,xserial=generic,usb=CDCgen,xusb=FS,opt=osstd,dbg=none,rtlib=nano -vid-pid=1EAF_0004 -ide-version=10819 -build-path /tmp/arduino_build_690263 -warnings=none -build-cache /tmp/arduino_cache_925588 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.STM32Tools.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1 -prefs=runtime.tools.STM32Tools-2.2.1.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1 -prefs=runtime.tools.xpack-arm-none-eabi-gcc.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2 -prefs=runtime.tools.xpack-arm-none-eabi-gcc-12.2.1-1.2.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2 -prefs=runtime.tools.xpack-openocd.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-openocd/0.12.0-1 -prefs=runtime.tools.xpack-openocd-0.12.0-1.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-openocd/0.12.0-1 -prefs=runtime.tools.CMSIS.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0 -prefs=runtime.tools.CMSIS-5.7.0.path=/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0 -verbose /home/ta/Arduino/bluepill_blink/Blink/Blink.ino
Using board 'GenF1' from platform in folder: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0
Using core 'arduino' from platform in folder: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0
/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/extras/prebuild.sh /tmp/arduino_build_690263 /home/ta/Arduino/bluepill_blink/Blink /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0
Detecting libraries used...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) /tmp/arduino_build_690263/sketch/Blink.ino.cpp -o /dev/null
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) /tmp/arduino_build_690263/sketch/SrcWrapper.cpp -o /dev/null
Alternatives for SrcWrapper.h: [SrcWrapper@1.0.1]
ResolveLibrary(SrcWrapper.h)
  -> candidates: [SrcWrapper@1.0.1]
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src /tmp/arduino_build_690263/sketch/SrcWrapper.cpp -o /dev/null
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_adc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_can.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cec.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_comp_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cordic.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cortex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_crc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_cryp_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dac_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcache.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcmi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dcmi_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dfsdm.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dfsdm_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma2d.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dma_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dsi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_dts.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_eth_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_exti.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fdcan.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_firewall.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_flash_ramfunc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmac.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpi2c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpi2c_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpsmbus.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_fmpsmbus_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gfxmmu.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpio_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gpu2d.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_gtzc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hash.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hash_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hcd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hrtim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_hsem.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2c_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2s.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i2s_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_i3c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_icache.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ipcc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_irda.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_iwdg.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_jpeg.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_lcd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_lptim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ltdc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ltdc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdf.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdios.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mdma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mmc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_mmc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_nand.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_nor.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_opamp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_opamp_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ospi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_otfdec.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pccard.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pcd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pcd_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pka.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pssi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pwr.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_pwr_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_qspi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ramcfg.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_ramecc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rcc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rcc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rng.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rng_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rtc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_rtc_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sai.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sai_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sd_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdadc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sdram.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smartcard_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_smbus_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spdifrx.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_spi_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_sram.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_subghz.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_swpmi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tim_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_tsc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_uart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_uart_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_usart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_usart_ex.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_wwdg.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HAL/stm32yyxx_hal_xspi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/HardwareTimer.cpp
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_adc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_bdma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_comp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_cordic.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_crc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_crs.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dac.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_delayblock.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dlyb.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_dma2d.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_exti.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmac.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fmpi2c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_fsmc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_gpio.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_hrtim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_i2c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_i3c.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_icache.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lpgpio.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lptim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_lpuart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_mdma.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_opamp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_pka.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_pwr.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rcc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rng.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_rtc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_sdmmc.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_spi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_swpmi.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_tim.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_ucpd.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_usart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_usb.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/LL/stm32yyxx_ll_utils.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/new.cpp
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/PortNames.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/analog.cpp
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/bootloader.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/clock.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/core_callback.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/dwt.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/hw_config.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/interrupt.cpp
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/otp.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/pinmap.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/stm32_def.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/system_stm32yyxx.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/timer.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/stm32/uart.c
Using cached library dependencies for file: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src/syscalls.c
Generating function prototypes...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src /tmp/arduino_build_690263/sketch/Blink.ino.cpp -o /tmp/arduino_build_690263/preproc/ctags_target_for_gcc_minus_e.cpp
/home/ta/.arduino15/packages/builtin/tools/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /tmp/arduino_build_690263/preproc/ctags_target_for_gcc_minus_e.cpp
Compiling sketch...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -MMD -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src /tmp/arduino_build_690263/sketch/Blink.ino.cpp -o /tmp/arduino_build_690263/sketch/Blink.ino.cpp.o
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-g++ -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -Os -DNDEBUG -w -std=gnu++17 -ffunction-sections -fdata-sections -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -fno-use-cxa-atexit -MMD -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper/src /tmp/arduino_build_690263/sketch/SrcWrapper.cpp -o /tmp/arduino_build_690263/sketch/SrcWrapper.cpp.o
Compiling libraries...
Compiling library "SrcWrapper"
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/syscalls.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HardwareTimer.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/new.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cordic.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cortex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcache.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_can.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cec.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dsi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ramfunc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_exti.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpsmbus.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dts.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fdcan.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmac.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_firewall.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gfxmmu.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma2d.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gtzc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hcd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hsem.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpu2d.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpsmbus_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hrtim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_irda.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_jpeg.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdios.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i3c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ipcc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_iwdg.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_icache.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_lcd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_nand.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_lptim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdf.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ospi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_nor.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pccard.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_otfdec.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_qspi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pssi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pka.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramcfg.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramecc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdadc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdram.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sram.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_subghz.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tsc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_swpmi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spdifrx.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_xspi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_wwdg.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim_ex.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_crc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmac.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_comp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_crs.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fsmc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmpi2c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dma2d.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_gpio.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_bdma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_cordic.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_adc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dlyb.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_exti.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dac.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_i2c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lpgpio.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lptim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_hrtim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_delayblock.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_i3c.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lpuart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rtc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_icache.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_spi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_pwr.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_pka.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rng.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_mdma.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_opamp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rcc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_tim.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_ucpd.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_usb.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_swpmi.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_usart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_utils.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_sdmmc.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/uart.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/timer.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/otp.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/PortNames.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/system_stm32yyxx.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/hw_config.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/bootloader.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/core_callback.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/dwt.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/clock.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/stm32_def.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/pinmap.c.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/interrupt.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/analog.cpp.o
Compiling core...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-gcc -mcpu=cortex-m3 -DVECT_TAB_OFFSET=0x0 -DUSE_FULL_LL_DRIVER -mthumb @/tmp/arduino_build_690263/sketch/build.opt -c -x assembler-with-cpp -I/home/ta/Arduino/bluepill_blink/Blink -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/avr -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32 -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/LL -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/hid -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino/stm32/usb/cdc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/STM32F1xx_HAL_Driver/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/STM32F1xx -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/open-amp/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/libmetal/lib/include -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Middlewares/OpenAMP/virtual_driver -DSTM32F1xx -DARDUINO=10819 -DARDUINO_BLUEPILL_F103C8 -DARDUINO_ARCH_STM32 "-DBOARD_NAME=\"BLUEPILL_F103C8\"" "-DVARIANT_H=\"variant_PILL_F103Cx.h\"" -DSTM32F103xB -DUSBCON -DUSBD_VID=0 -DUSBD_PID=0 -DHAL_PCD_MODULE_ENABLED -DUSBD_USE_CDC -DHAL_UART_MODULE_ENABLED -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/Core/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Include -I/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/PrivateInclude -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/cores/arduino -I/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U) /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U)/startup_M200_f103xb.S -o /tmp/arduino_build_690263/core/startup_M200_f103xb.S.o
Using previously compiled file: /tmp/arduino_build_690263/core/PeripheralPins_MALYANM200_F103CB.c.o
Using previously compiled file: /tmp/arduino_build_690263/core/generic_clock.c.o
Using previously compiled file: /tmp/arduino_build_690263/core/PeripheralPins.c.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_AFROFLIGHT_F103CB.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_MAPLEMINI_F103CB.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_PILL_F103Cx.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_MALYANM200_F103CB.cpp.o
Using previously compiled file: /tmp/arduino_build_690263/core/variant_generic.cpp.o
Using precompiled core: /tmp/arduino_cache_925588/core/core_bf12cdc25fca400775d836ca765933cd.a
Linking everything together...
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Os -DNDEBUG --specs=nano.specs -Wl,--defsym=LD_FLASH_OFFSET=0x0 -Wl,--defsym=LD_MAX_SIZE=65536 -Wl,--defsym=LD_MAX_DATA_SIZE=20480 -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--default-script=/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/variants/STM32F1xx/F103C8T_F103CB(T-U)/ldscript.ld -Wl,--script=/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/ldscript.ld -Wl,-Map,/tmp/arduino_build_690263/Blink.ino.map -Wl,--no-warn-rwx-segments -L/home/ta/.arduino15/packages/STMicroelectronics/tools/CMSIS/5.7.0/CMSIS/DSP/Lib/GCC/ -larm_cortexM3l_math -o /tmp/arduino_build_690263/Blink.ino.elf -L/tmp/arduino_build_690263 -Wl,--start-group /tmp/arduino_build_690263/sketch/Blink.ino.cpp.o /tmp/arduino_build_690263/sketch/SrcWrapper.cpp.o /tmp/arduino_build_690263/libraries/SrcWrapper/syscalls.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HardwareTimer.cpp.o /tmp/arduino_build_690263/libraries/SrcWrapper/new.cpp.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_adc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_can.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cec.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_comp_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cordic.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cortex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_crc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_cryp_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dac_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcache.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dcmi_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dfsdm_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma2d.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dma_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dsi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_dts.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_eth_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_exti.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fdcan.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_firewall.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_flash_ramfunc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmac.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpi2c_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpsmbus.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_fmpsmbus_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gfxmmu.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpio_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gpu2d.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_gtzc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hash_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hcd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hrtim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_hsem.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2c_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i2s_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_i3c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_icache.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ipcc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_irda.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_iwdg.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_jpeg.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_lcd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_lptim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ltdc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdf.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdios.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mdma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_mmc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_nand.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_nor.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_opamp_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ospi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_otfdec.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pccard.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pcd_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pka.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pssi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_pwr_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_qspi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramcfg.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_ramecc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rcc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rng_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_rtc_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sai_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sd_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdadc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sdram.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smartcard_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_smbus_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spdifrx.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_spi_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_sram.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_subghz.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_swpmi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tim_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_tsc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_uart_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_usart_ex.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_wwdg.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/HAL/stm32yyxx_hal_xspi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_adc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_bdma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_comp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_cordic.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_crc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_crs.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dac.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_delayblock.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dlyb.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_dma2d.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_exti.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmac.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fmpi2c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_fsmc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_gpio.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_hrtim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_i2c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_i3c.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_icache.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lpgpio.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lptim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_lpuart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_mdma.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_opamp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_pka.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_pwr.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rcc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rng.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_rtc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_sdmmc.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_spi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_swpmi.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_tim.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_ucpd.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_usart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_usb.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/LL/stm32yyxx_ll_utils.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/PortNames.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/bootloader.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/clock.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/core_callback.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/dwt.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/hw_config.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/otp.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/pinmap.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/stm32_def.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/system_stm32yyxx.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/timer.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/uart.c.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/analog.cpp.o /tmp/arduino_build_690263/libraries/SrcWrapper/stm32/interrupt.cpp.o /tmp/arduino_build_690263/core/startup_M200_f103xb.S.o /tmp/arduino_build_690263/core/PeripheralPins.c.o /tmp/arduino_build_690263/core/PeripheralPins_MALYANM200_F103CB.c.o /tmp/arduino_build_690263/core/generic_clock.c.o /tmp/arduino_build_690263/core/variant_AFROFLIGHT_F103CB.cpp.o /tmp/arduino_build_690263/core/variant_MALYANM200_F103CB.cpp.o /tmp/arduino_build_690263/core/variant_MAPLEMINI_F103CB.cpp.o /tmp/arduino_build_690263/core/variant_PILL_F103Cx.cpp.o /tmp/arduino_build_690263/core/variant_generic.cpp.o /tmp/arduino_cache_925588/core/core_bf12cdc25fca400775d836ca765933cd.a -lc -Wl,--end-group -lm -lgcc -lstdc++
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-objcopy -O binary /tmp/arduino_build_690263/Blink.ino.elf /tmp/arduino_build_690263/Blink.ino.bin
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-objcopy -O ihex /tmp/arduino_build_690263/Blink.ino.elf /tmp/arduino_build_690263/Blink.ino.hex
/home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/system/extras/postbuild.sh /tmp/arduino_build_690263 STM32F1xx /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0
Using library SrcWrapper at version 1.0.1 in folder: /home/ta/.arduino15/packages/STMicroelectronics/hardware/stm32/2.6.0/libraries/SrcWrapper
/home/ta/.arduino15/packages/STMicroelectronics/tools/xpack-arm-none-eabi-gcc/12.2.1-1.2/bin/arm-none-eabi-size -A /tmp/arduino_build_690263/Blink.ino.elf
Sketch uses 23760 bytes (36%) of program storage space. Maximum is 65536 bytes.
Global variables use 4404 bytes (21%) of dynamic memory, leaving 16076 bytes for local variables. Maximum is 20480 bytes.
sh /home/ta/.arduino15/packages/STMicroelectronics/tools/STM32Tools/2.2.1/stm32CubeProg.sh 2 /tmp/arduino_build_690263/Blink.ino.bin 0x0
      -------------------------------------------------------------------
                        STM32CubeProgrammer v2.14.0                
      -------------------------------------------------------------------



Error: Target device not found
Establishing connection with the device failed
the selected serial port Establishing connection with the device failed
 does not exist or your board is not connected
port alıyor mu?
mapple mini olarak isim etiketi alıyordu benim makinede usb'den takınca.
 
Board bağlı

1699809835577.png


1699809855501.png
 
Hiçbir şey değiştirmeden STLink'i taktım, şimdi programlama başarılı.
 
benim konudaki bootloaderi terkar yazmalısın abi mapple mini olarak etiket verdiğini net hatırlyıprıum ama belki o windows'a özgü bir durumdur.

boot loader binary leri karşılaştırdım, tam olarak aynı. Yani senin konudakini programlamış oldum.
 

Çevrimiçi üyeler

Forum istatistikleri

Konular
5,847
Mesajlar
99,717
Üyeler
2,481
Son üye
rfdog12

Son kaynaklar

Son profil mesajları

gruptaki arkadaşlara selamlar. sıteyi bu gün fark ettim. Asansör için 2x7 segment LCD gösterge üretmek istiyorum. acaba bu sayfadaki arkadaşlardan destek alabilirmiyim. LCD nin mantık açılımı ektedir.
deneyci wrote on TA3UIS's profile.
Selam.
Amatör telsiz lisansı nasıl alınıyor?
Lisansı olmayanı forumlarına almıyorlar. :)
Bilgi alamıyoruz.
cemalettin keçeci wrote on HaydarBaris's profile.
barış kardeşim bende bu sene akıllı denizaltı projesine girdim ve sensörleri arastırıyorum tam olarak hangi sensör ve markaları kullandınız yardımcı olabilir misin?
m.white wrote on Altair's profile.
İyi akşamlar.Arabanız ne marka ve sorunu nedir.Ben araba tamircisi değilim ama tamirden anlarım.
* En mühim ve feyizli vazifelerimiz millî eğitim işleridir. Millî eğitim işlerinde mutlaka muzaffer olmak lâzımdır. Bir milletin hakikî kurtuluşu ancak bu suretle olur. (1922)
Back
Top