Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BluePill Pin Interrupt not executing in this scenario #2175

Closed
danyhm opened this issue Nov 10, 2023 · 2 comments
Closed

BluePill Pin Interrupt not executing in this scenario #2175

danyhm opened this issue Nov 10, 2023 · 2 comments

Comments

@danyhm
Copy link

danyhm commented Nov 10, 2023

Describe the bug
This bug only appears in STM32 boards and runs fine on AVR boards.
the problem is that when a simple global variable is added to the sketch, it seems to somehow messes with the PIN interrupt of
rc-switch library. also note that I'm including STM32Freertos.h. if you comment it out the bug is gone. I have no idea why this happens but in earlier versions of the board manager I never had this problem

To Reproduce
Steps to reproduce the behavior:
1- compile with line 17 commented.
2- upload to board and after pressing any remote button you should get some output
3- compile with line 17 UNcommented
4- upload to board and after pressing any remote button we don't get anything.

Expected behavior
adding the global variable should not have any effect.

Screenshots
image

Desktop (please complete the following information):

  • OS: [Windows 10 22H2 Enterprise]
  • Arduino IDE version: [2.2.1]
  • STM32 core version: [2.6.0]
  • Tools menu settings if not the default: [e.g. Newlib Standard, No Serial]
  • Upload method: [HID Bootloader]

Board (please complete the following information):

  • Name: [Bluepill]
  • Hardware Revision: [NA]
  • Extra hardware used if any: [433 rf receiver]

Attached sketch
test_irq.zip

@danyhm
Copy link
Author

danyhm commented Nov 10, 2023

Full build log. notice the line

In file included from c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\heap.c:25:
c:\users\danial\documents\arduino\libraries\stm32duino_freertos\portable\memmang\heap_usenewlib_st.c:77:4: warning: #warning "This wrapper was verified for newlib versions 2.5 - 3.3; please ensure newlib's external requirements for malloc-family are unchanged!" [-Wcpp]
77 | #warning "This wrapper was verified for newlib versions 2.5 - 3.3; please ensure newlib's external requirements for malloc-family are unchanged!"
| ^~~~~~~

FQBN: STMicroelectronics:stm32:GenF1:pnum=BLUEPILL_F103C8,usb=CDCgen,upload_method=hidMethod
Using board 'GenF1' from platform in folder: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0
Using core 'arduino' from platform in folder: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0

"C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\STM32Tools\\2.2.1/win/busybox.exe" sh "C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/extras/prebuild.sh" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB" "C:\\Users\\Danial\\Desktop\\test_irq" "C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0"
Detecting libraries used...
C:\Users\Danial\AppData\Local\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb @C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB/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 -IC:\Users\Danial\Desktop\test_irq -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/avr -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32 -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/LL -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/hid -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/cdc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/STM32F1xx -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/open-amp/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/libmetal/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/Core/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/Include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/PrivateInclude -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\variants\STM32F1xx\F103C8T_F103CB(T-U) C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\sketch\test_irq.ino.cpp -o nul
Alternatives for STM32FreeRTOS.h: [STM32duino [email protected]]
ResolveLibrary(STM32FreeRTOS.h)
  -> candidates: [STM32duino [email protected]]
C:\Users\Danial\AppData\Local\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb @C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB/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 -IC:\Users\Danial\Desktop\test_irq -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/avr -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32 -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/LL -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/hid -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/cdc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/STM32F1xx -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/open-amp/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/libmetal/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/Core/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/Include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/PrivateInclude -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\variants\STM32F1xx\F103C8T_F103CB(T-U) -Ic:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\sketch\test_irq.ino.cpp -o nul
Alternatives for RCSwitch.h: [[email protected]]
ResolveLibrary(RCSwitch.h)
  -> candidates: [[email protected]]
C:\Users\Danial\AppData\Local\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb @C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB/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 -IC:\Users\Danial\Desktop\test_irq -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/avr -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32 -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/LL -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/hid -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/cdc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/STM32F1xx -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/open-amp/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/libmetal/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/Core/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/Include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/PrivateInclude -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\variants\STM32F1xx\F103C8T_F103CB(T-U) -Ic:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src -Ic:\Users\Danial\Documents\Arduino\libraries\rc-switch C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\sketch\test_irq.ino.cpp -o nul
C:\Users\Danial\AppData\Local\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb @C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB/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 -IC:\Users\Danial\Desktop\test_irq -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/avr -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32 -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/LL -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/hid -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/cdc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/STM32F1xx -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/open-amp/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/libmetal/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/Core/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/Include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/PrivateInclude -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\variants\STM32F1xx\F103C8T_F103CB(T-U) -Ic:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src -Ic:\Users\Danial\Documents\Arduino\libraries\rc-switch C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\sketch\SrcWrapper.cpp -o nul
Alternatives for SrcWrapper.h: [[email protected]]
ResolveLibrary(SrcWrapper.h)
  -> candidates: [[email protected]]
C:\Users\Danial\AppData\Local\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb @C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB/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 -IC:\Users\Danial\Desktop\test_irq -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/avr -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32 -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/LL -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/hid -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/cdc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/STM32F1xx -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/open-amp/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/libmetal/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/Core/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/Include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/PrivateInclude -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\variants\STM32F1xx\F103C8T_F103CB(T-U) -Ic:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src -Ic:\Users\Danial\Documents\Arduino\libraries\rc-switch -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\sketch\SrcWrapper.cpp -o nul
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\FreeRTOS\Source\croutine.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\FreeRTOS\Source\event_groups.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\FreeRTOS\Source\list.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\FreeRTOS\Source\queue.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\FreeRTOS\Source\stream_buffer.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\FreeRTOS\Source\tasks.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\FreeRTOS\Source\timers.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\STM32FreeRTOS.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\cmsis_os.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\heap.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\mpu_wrappers.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\port.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\portasm.c
Using cached library dependencies for file: c:\Users\Danial\Documents\Arduino\libraries\rc-switch\RCSwitch.cpp
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_adc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_adc_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_can.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_cec.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_comp.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_comp_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_cordic.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_cortex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_crc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_crc_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_cryp.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_cryp_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dac.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dac_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dcache.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dcmi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dcmi_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dfsdm.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dfsdm_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dma.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dma2d.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dma_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dsi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_dts.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_eth.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_eth_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_exti.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_fdcan.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_firewall.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_flash.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_flash_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_flash_ramfunc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_fmac.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_fmpi2c.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_fmpi2c_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_fmpsmbus.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_fmpsmbus_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_gfxmmu.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_gpio.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_gpio_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_gpu2d.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_gtzc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_hash.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_hash_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_hcd.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_hrtim.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_hsem.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_i2c.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_i2c_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_i2s.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_i2s_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_i3c.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_icache.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_ipcc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_irda.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_iwdg.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_jpeg.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_lcd.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_lptim.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_ltdc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_ltdc_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_mdf.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_mdios.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_mdma.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_mmc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_mmc_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_nand.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_nor.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_opamp.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_opamp_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_ospi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_otfdec.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_pccard.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_pcd.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_pcd_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_pka.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_pssi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_pwr.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_pwr_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_qspi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_ramcfg.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_ramecc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_rcc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_rcc_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_rng.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_rng_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_rtc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_rtc_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_sai.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_sai_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_sd.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_sd_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_sdadc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_sdram.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_smartcard.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_smartcard_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_smbus.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_smbus_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_spdifrx.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_spi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_spi_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_sram.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_subghz.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_swpmi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_tim.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_tim_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_tsc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_uart.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_uart_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_usart.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_usart_ex.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_wwdg.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HAL\stm32yyxx_hal_xspi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\HardwareTimer.cpp
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_adc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_bdma.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_comp.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_cordic.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_crc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_crs.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_dac.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_delayblock.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_dlyb.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_dma.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_dma2d.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_exti.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_fmac.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_fmc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_fmpi2c.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_fsmc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_gpio.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_hrtim.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_i2c.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_i3c.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_icache.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_lpgpio.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_lptim.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_lpuart.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_mdma.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_opamp.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_pka.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_pwr.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_rcc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_rng.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_rtc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_sdmmc.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_spi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_swpmi.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_tim.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_ucpd.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_usart.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_usb.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\LL\stm32yyxx_ll_utils.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\new.cpp
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\PortNames.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\analog.cpp
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\bootloader.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\clock.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\core_callback.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\dwt.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\hw_config.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\interrupt.cpp
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\otp.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\pinmap.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\stm32_def.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\system_stm32yyxx.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\timer.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\stm32\uart.c
Using cached library dependencies for file: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src\syscalls.c
Generating function prototypes...
C:\Users\Danial\AppData\Local\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb @C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB/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 -IC:\Users\Danial\Desktop\test_irq -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/avr -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32 -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/LL -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/hid -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino/stm32/usb/cdc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/STM32F1xx_HAL_Driver/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/STM32F1xx -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/open-amp/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/libmetal/lib/include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Middlewares/OpenAMP/virtual_driver -w -x c++ -E -CC -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/Core/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/ -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/Include -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\CMSIS\5.7.0/CMSIS/DSP/PrivateInclude -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\cores\arduino -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\variants\STM32F1xx\F103C8T_F103CB(T-U) -Ic:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src -Ic:\Users\Danial\Documents\Arduino\libraries\rc-switch -IC:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper\src C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\sketch\test_irq.ino.cpp -o C:\Users\Danial\AppData\Local\Temp\2729374454\sketch_merged.cpp
C:\Users\Danial\AppData\Local\Arduino15\packages\builtin\tools\ctags\5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives C:\Users\Danial\AppData\Local\Temp\2729374454\sketch_merged.cpp
Compiling sketch...
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -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 "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\sketch\\SrcWrapper.cpp" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\sketch\\SrcWrapper.cpp.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -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 "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\sketch\\test_irq.ino.cpp" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\sketch\\test_irq.ino.cpp.o"
Compiling libraries...
Compiling library "STM32duino FreeRTOS"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\STM32FreeRTOS.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\STM32FreeRTOS.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\FreeRTOS\\Source\\croutine.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\croutine.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\FreeRTOS\\Source\\timers.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\timers.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\FreeRTOS\\Source\\event_groups.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\event_groups.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\FreeRTOS\\Source\\queue.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\queue.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\FreeRTOS\\Source\\tasks.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\tasks.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\FreeRTOS\\Source\\stream_buffer.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\stream_buffer.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\FreeRTOS\\Source\\list.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\list.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\cmsis_os.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\cmsis_os.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\heap.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\heap.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\mpu_wrappers.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\mpu_wrappers.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\port.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\port.c.o"
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -Os -DNDEBUG -std=gnu17 -ffunction-sections -fdata-sections --param max-inline-insns-single=500 -MMD "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src" "-Ic:\\Users\\Danial\\Documents\\Arduino\\libraries\\rc-switch" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\libraries\\SrcWrapper\\src" "c:\\Users\\Danial\\Documents\\Arduino\\libraries\\STM32duino_FreeRTOS\\src\\portasm.c" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\portasm.c.o"
In file included from c:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS\src\heap.c:25:
c:\users\danial\documents\arduino\libraries\stm32duino_freertos\portable\memmang\heap_usenewlib_st.c:77:4: warning: #warning "This wrapper was verified for newlib versions 2.5 - 3.3; please ensure newlib's external requirements for malloc-family are unchanged!" [-Wcpp]
   77 |   #warning "This wrapper was verified for newlib versions 2.5 - 3.3; please ensure newlib's external requirements for malloc-family are unchanged!"
      |    ^~~~~~~
Compiling library "rc-switch"
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\rc-switch\RCSwitch.cpp.o
Compiling library "SrcWrapper"
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_cordic.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_comp_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_comp.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_adc_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_cec.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_adc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_can.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_crc_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_cryp_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_cryp.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_cortex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_crc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dac.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dcache.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dac_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dcmi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dcmi_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dfsdm_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dfsdm.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dma_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dma2d.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dma.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dsi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_fdcan.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_eth.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_dts.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_exti.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_eth_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_firewall.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_flash.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_fmpi2c_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_fmac.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_flash_ramfunc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_flash_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_fmpsmbus.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_fmpi2c.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_fmpsmbus_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_gtzc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_hash.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_gfxmmu.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_hash_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_gpio.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_gpio_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_i2s_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_hcd.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_gpu2d.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_i2c_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_i3c.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_i2s.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_hrtim.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_i2c.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_jpeg.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_hsem.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_iwdg.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_ipcc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_icache.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_ltdc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_lptim.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_irda.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_ltdc_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_lcd.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_mmc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_mdf.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_mdma.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_mdios.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_mmc_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_opamp_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_opamp.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_nand.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_ospi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_nor.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_otfdec.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_pssi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_pccard.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_pka.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_pcd_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_pcd.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_qspi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_pwr.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_pwr_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_rng.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_ramecc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_ramcfg.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_rcc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_rcc_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_rng_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_sai.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_sd.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_rtc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_rtc_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_sai_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_sd_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_sdadc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_spdifrx.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_sdram.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_smartcard_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_spi_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_smbus_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_smbus.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_swpmi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_sram.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_subghz.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_spi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_smartcard.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_tim.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_tsc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_tim_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_usart_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_uart_ex.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_adc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_uart.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_usart.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_bdma.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_cordic.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_wwdg.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_comp.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HAL\stm32yyxx_hal_xspi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_crs.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_dlyb.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_dac.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_crc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_exti.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_delayblock.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_fmac.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_fmpi2c.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_dma2d.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_fmc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_dma.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_i2c.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_hrtim.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_gpio.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_fsmc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_lpgpio.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_i3c.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_lptim.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_icache.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_lpuart.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_pka.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_pwr.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_mdma.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_opamp.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_swpmi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\HardwareTimer.cpp.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_sdmmc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_rcc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_tim.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_spi.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_rng.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_ucpd.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_rtc.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_usart.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_utils.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\new.cpp.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\LL\stm32yyxx_ll_usb.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\clock.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\analog.cpp.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\core_callback.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\dwt.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\interrupt.cpp.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\bootloader.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\PortNames.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\timer.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\stm32_def.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\uart.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\system_stm32yyxx.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\pinmap.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\hw_config.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\syscalls.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\libraries\SrcWrapper\stm32\otp.c.o
Compiling core...
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -DUSE_FULL_LL_DRIVER -mthumb "@C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/sketch/build.opt" -c -x assembler-with-cpp "-IC:\\Users\\Danial\\Desktop\\test_irq" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/avr" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/LL" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/hid" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino/stm32/usb/cdc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/STM32F1xx_HAL_Driver/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/STM32F1xx" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Inc" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/ST/STM32_USB_Device_Library/Core/Src" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/open-amp/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/libmetal/lib/include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Middlewares/OpenAMP/virtual_driver" -DSTM32F1xx -DARDUINO=10607 -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 -DBL_HID "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/Core/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Include/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/gcc/" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Include" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/PrivateInclude" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\cores\\arduino" "-IC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)" "C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)\\startup_M200_f103xb.S" -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\startup_M200_f103xb.S.o"
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\core\variant_AFROFLIGHT_F103CB.cpp.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\core\variant_MAPLEMINI_F103CB.cpp.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\core\PeripheralPins_MALYANM200_F103CB.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\core\variant_MALYANM200_F103CB.cpp.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\core\variant_generic.cpp.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\core\variant_PILL_F103Cx.cpp.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\core\generic_clock.c.o
Using previously compiled file: C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB\core\PeripheralPins.c.o
Using precompiled core: C:\Users\Danial\AppData\Local\Temp\arduino\cores\bfc8d52bb971bd45a240e8972c5b2db3\core.a
Linking everything together...
"C:\\Users\\Danial\\AppData\\Local\\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=0x800 -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=C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\variants\\STM32F1xx\\F103C8T_F103CB(T-U)/ldscript.ld" "-Wl,--script=C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/ldscript.ld" "-Wl,-Map,C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/test_irq.ino.map" -Wl,--no-warn-rwx-segments "-LC:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\CMSIS\\5.7.0/CMSIS/DSP/Lib/GCC/" -larm_cortexM3l_math -o "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/test_irq.ino.elf" "-LC:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB" -Wl,--start-group "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\sketch\\SrcWrapper.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\sketch\\test_irq.ino.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\croutine.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\event_groups.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\list.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\queue.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\stream_buffer.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\tasks.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\FreeRTOS\\Source\\timers.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\STM32FreeRTOS.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\cmsis_os.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\heap.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\mpu_wrappers.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\port.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\STM32duino_FreeRTOS\\portasm.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\rc-switch\\RCSwitch.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_adc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_adc_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_can.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_cec.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_comp.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_comp_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_cordic.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_cortex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_crc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_crc_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_cryp.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_cryp_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dac.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dac_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dcache.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dcmi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dcmi_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dfsdm.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dfsdm_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dma.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dma2d.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dma_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dsi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_dts.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_eth.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_eth_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_exti.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_fdcan.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_firewall.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_flash.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_flash_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_flash_ramfunc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_fmac.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_fmpi2c.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_fmpi2c_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_fmpsmbus.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_fmpsmbus_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_gfxmmu.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_gpio.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_gpio_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_gpu2d.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_gtzc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_hash.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_hash_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_hcd.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_hrtim.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_hsem.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_i2c.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_i2c_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_i2s.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_i2s_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_i3c.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_icache.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_ipcc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_irda.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_iwdg.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_jpeg.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_lcd.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_lptim.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_ltdc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_ltdc_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_mdf.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_mdios.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_mdma.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_mmc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_mmc_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_nand.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_nor.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_opamp.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_opamp_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_ospi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_otfdec.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_pccard.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_pcd.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_pcd_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_pka.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_pssi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_pwr.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_pwr_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_qspi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_ramcfg.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_ramecc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_rcc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_rcc_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_rng.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_rng_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_rtc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_rtc_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_sai.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_sai_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_sd.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_sd_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_sdadc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_sdram.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_smartcard.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_smartcard_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_smbus.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_smbus_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_spdifrx.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_spi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_spi_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_sram.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_subghz.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_swpmi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_tim.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_tim_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_tsc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_uart.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_uart_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_usart.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_usart_ex.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_wwdg.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HAL\\stm32yyxx_hal_xspi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\HardwareTimer.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_adc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_bdma.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_comp.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_cordic.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_crc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_crs.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_dac.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_delayblock.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_dlyb.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_dma.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_dma2d.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_exti.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_fmac.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_fmc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_fmpi2c.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_fsmc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_gpio.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_hrtim.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_i2c.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_i3c.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_icache.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_lpgpio.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_lptim.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_lpuart.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_mdma.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_opamp.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_pka.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_pwr.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_rcc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_rng.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_rtc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_sdmmc.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_spi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_swpmi.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_tim.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_ucpd.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_usart.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_usb.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\LL\\stm32yyxx_ll_utils.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\new.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\PortNames.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\analog.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\bootloader.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\clock.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\core_callback.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\dwt.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\hw_config.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\interrupt.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\otp.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\pinmap.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\stm32_def.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\system_stm32yyxx.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\timer.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\stm32\\uart.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\libraries\\SrcWrapper\\syscalls.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\PeripheralPins.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\PeripheralPins_MALYANM200_F103CB.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\generic_clock.c.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\startup_M200_f103xb.S.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\variant_AFROFLIGHT_F103CB.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\variant_MALYANM200_F103CB.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\variant_MAPLEMINI_F103CB.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\variant_PILL_F103Cx.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB\\core\\variant_generic.cpp.o" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\cores\\bfc8d52bb971bd45a240e8972c5b2db3\\core.a" -lc -Wl,--end-group -lm -lgcc -lstdc++
"C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\xpack-arm-none-eabi-gcc\\12.2.1-1.2/bin/arm-none-eabi-objcopy" -O binary "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/test_irq.ino.elf" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/test_irq.ino.bin"
"C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\xpack-arm-none-eabi-gcc\\12.2.1-1.2/bin/arm-none-eabi-objcopy" -O ihex "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/test_irq.ino.elf" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/test_irq.ino.hex"
"C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\STM32Tools\\2.2.1/win/busybox.exe" sh "C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0\\system/extras/postbuild.sh" "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB" STM32F1xx "C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\hardware\\stm32\\2.6.0"

Using library STM32duino FreeRTOS at version 10.3.2 in folder: C:\Users\Danial\Documents\Arduino\libraries\STM32duino_FreeRTOS 
Using library rc-switch at version 2.6.4 in folder: C:\Users\Danial\Documents\Arduino\libraries\rc-switch 
Using library SrcWrapper at version 1.0.1 in folder: C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\hardware\stm32\2.6.0\libraries\SrcWrapper 
"C:\\Users\\Danial\\AppData\\Local\\Arduino15\\packages\\STMicroelectronics\\tools\\xpack-arm-none-eabi-gcc\\12.2.1-1.2/bin/arm-none-eabi-size" -A "C:\\Users\\Danial\\AppData\\Local\\Temp\\arduino\\sketches\\62823D4442995101E341A4F9F56DE6FB/test_irq.ino.elf"
Sketch uses 27764 bytes (42%) of program storage space. Maximum is 65536 bytes.
Global variables use 5088 bytes (24%) of dynamic memory, leaving 15392 bytes for local variables. Maximum is 20480 bytes.
"C:\Users\Danial\AppData\Local\Arduino15\packages\STMicroelectronics\tools\STM32Tools\2.2.1/win/hid-flash.exe" "C:\Users\Danial\AppData\Local\Temp\arduino\sketches\62823D4442995101E341A4F9F56DE6FB/test_irq.ino.bin" COM6

+-----------------------------------------------------------------------+
|         HID-Flash v2.2.1 - STM32 HID Bootloader Flash Tool            |
|     (c)      2018 - Bruno Freitas       https://www.brunofreitas.com   |
|     (c) 2018-2019 - Vassilis Serasidis  https://www.serasidis.gr      |
|   Customized for STM32duino ecosystem   https://www.stm32duino.com    |
+-----------------------------------------------------------------------+

> Trying to open the [COM6]...
> Toggling DTR...
> Searching for [1209:BEBA] device...
##
> [1209:BEBA] device is found !
> Sending <reset pages> command...
> Flashing firmware...
. 1024 Bytes
. 2048 Bytes
. 3072 Bytes
. 4096 Bytes
. 5120 Bytes
. 6144 Bytes
. 7168 Bytes
. 8192 Bytes
. 9216 Bytes
. 10240 Bytes
. 11264 Bytes
. 12288 Bytes
. 13312 Bytes
. 14336 Bytes
. 15360 Bytes
. 16384 Bytes
. 17408 Bytes
. 18432 Bytes
. 19456 Bytes
. 20480 Bytes
. 21504 Bytes
. 22528 Bytes
. 23552 Bytes
. 24576 Bytes
. 25600 Bytes
. 26624 Bytes
. 27648 Bytes
. 28672 Bytes

> Done!
> Sending <reboot mcu> command...
> Searching for [COM6] ...
> [COM6] is found !
> Finish

@danyhm
Copy link
Author

danyhm commented Nov 11, 2023

This seems to be compiler problem. even after managing to use other types like std::string to get it working, adding more functions to the sketch reproduces the problem. it somehow disables the IRQ.

@stm32duino stm32duino locked and limited conversation to collaborators Nov 11, 2023
@fpistm fpistm converted this issue into discussion #2178 Nov 11, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant