bigtreetech / BIGTREETECH-GTR-V1.0

BIGTREETECH GTR V1.0 motherboard is a high-performance 3D printer main control board with the core controller STM32F407IGT6, which was launched by the 3D printing team of ShenZhen BigTree Technology CO.,LTD ., aiming at solving some problems existing in the motherboard market. The BIGTREETECH GTR V1.0 is the motherboard, and the BIGTREETECH M5 V1.0 is the expansion board.
90 stars 55 forks source link

FIXED; MARLIN FIRMWARE NOT COMPILING #6

Closed Rincewind08 closed 4 years ago

Rincewind08 commented 4 years ago

I cannot get the GTR firmware to compile using ATOM, or VSCODE, the guide that the documentation refers to is for another board entirely, I spent 70 bucks getting this thing to me and I'm very offset that the firmware hasn't seen more development since its release.

It throws more errors than I can even list. Starts going on about pins being redfined left and right, void space will not start, pages and pages of errors. Please give me something to work with here, I have essentially no information on how this board is meant to be coded.

JulianSimpsonWork commented 4 years ago

I've been able to compile it fine, can you list the actual errors you get, dont forget one mistake can cause a knock on effect and make many things fail to compile. Usually one error make it look like you have 20

JulianSimpsonWork commented 4 years ago

It does sound like you dont have the board set in Platformio properly if its whinging about pins

Look in platformio.ini for this

[platformio] src_dir = Marlin boards_dir = buildroot/share/PlatformIO/boards default_envs = BIGTREE_GTR_V1_0

Rincewind08 commented 4 years ago

What should it say in boards directory? I knew to set my environment for Marlin, in platformIO.ini, not exactly my first rodeo, set up dozens of boards on Marlin, but never a processor like this and the only work in Atom I've done is with the skr boards series. Please man enlighten me. I really want to finish this hardware set up so I can finish these videos and get to publishing a basic setup broken down.

JulianSimpsonWork commented 4 years ago

I download the basic repo from GitHub Bigtreetech, Github shows I changed 3 files to get it to compile for my setup, I added a _statusscreen.h and made changes to configuration and configuration_adv to reflect my setup. Other than that everything is as it came from BigTreeTech, no point me showing you my boards file as its exactly as it came from GitHub. If you provide the first few lines of errors its probably going to give a lot of us a real view of your problem.

JulianSimpsonWork commented 4 years ago

correction _bootscreen.h not _statusscreen.h

Executing task: C:\Users\Julian.Simpson.platformio\penv\Scripts\platformio.exe run <

Processing BIGTREE_GTR_V1_0 (platform: ststm32@>=5.7.0; framework: arduino; board: BigTree_SKR_Pro)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/BigTree_SKR_Pro.html PLATFORM: ST STM32 6.0.0 > STM32F407ZG (192k RAM. 1024k Flash) HARDWARE: STM32F407ZGT6 168MHz, 192KB RAM, 1MB Flash DEBUG: Current (jlink) External (jlink, stlink) PACKAGES:

Environment Status Duration


megaatmega2560 IGNORED megaatmega1280 IGNORED at90usb1286_cdc IGNORED at90usb1286_dfu IGNORED DUE IGNORED DUE_USB IGNORED DUE_debug IGNORED LPC1768 IGNORED LPC1769 IGNORED sanguino_atmega644p IGNORED sanguino_atmega1284p IGNORED melzi IGNORED melzi_optiboot IGNORED rambo IGNORED STM32F103RE IGNORED STM32F103RC_fysetc IGNORED STM32F103RC_bigtree IGNORED STM32F103RC_bigtree_NOUSB IGNORED STM32F103RC_bigtree_512K IGNORED STM32F103RC_bigtree_512K_NOUSB IGNORED STM32F103RE_bigtree IGNORED STM32F103RE_bigtree_NOUSB IGNORED STM32F4 IGNORED STM32F7 IGNORED ARMED IGNORED STM32F103VE_longer IGNORED mks_robin IGNORED mks_robin_lite IGNORED mks_robin_mini IGNORED mks_robin_nano IGNORED jgaurora_a5s_a1 IGNORED STM32F407VE_black IGNORED BIGTREE_SKR_PRO IGNORED BIGTREE_GTR_V1_0 SUCCESS 00:08:49.864 BIGTREE_BTT002 IGNORED teensy31 IGNORED STM32F103CB_malyan IGNORED chitu_f103 IGNORED teensy35 IGNORED esp32 IGNORED fysetc_f6_13 IGNORED linux_native IGNORED SAMD51_grandcentral_m4 IGNORED include_tree IGNORED ===================================================================================== 1 succeeded in 00:08:49.864 =====================================================================================

Terminal will be reused by tasks, press any key to close it.

JulianSimpsonWork commented 4 years ago

image

JulianSimpsonWork commented 4 years ago

Make sure all the dependencies are met and versions are as above

tbojim1975 commented 4 years ago

20200224_085114

My board is a Bigtreetech GTR v1.0 and stepper drivers tmc2208 uart six drivers will be installing on an ender3 (brand new from creality) with the original display. In vscode v1.42 with platformio installed. I continue to get this fail while compiling? Any ideas would be Greatly appreciated.

JulianSimpsonWork commented 4 years ago

Disable your LCD screen(s) from configuration.h lines 1564-2066 and try to get it to compile without screen support. I'm using the original Ender3 screen myself and 5 TMC2208's so pretty similar setup stepper/screen wise

JulianSimpsonWork commented 4 years ago

and this is how my screen is setup image

tbojim1975 commented 4 years ago

I have a new issue?

On Mon, Feb 24, 2020, 9:40 AM Julian Simpson notifications@github.com wrote:

and this is how my screen is setup [image: image] https://user-images.githubusercontent.com/48353065/75161357-8d9b9400-5713-11ea-887b-cf5c403b18bd.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/6?email_source=notifications&email_token=AOUS2H6ZKUFSG5YZEYRXBGLREPL5JA5CNFSM4K2CM4U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMYBANI#issuecomment-590352437, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOUS2H3VQB42Z4BKWQPJUPTREPL5JANCNFSM4K2CM4UQ .

tbojim1975 commented 4 years ago

I kept messing with it then got the first issue resolved by completely starting from the beginning

On Mon, Feb 24, 2020, 3:41 PM John Brown tbojim1975@gmail.com wrote:

I have a new issue?

On Mon, Feb 24, 2020, 9:40 AM Julian Simpson notifications@github.com wrote:

and this is how my screen is setup [image: image] https://user-images.githubusercontent.com/48353065/75161357-8d9b9400-5713-11ea-887b-cf5c403b18bd.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/6?email_source=notifications&email_token=AOUS2H6ZKUFSG5YZEYRXBGLREPL5JA5CNFSM4K2CM4U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMYBANI#issuecomment-590352437, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOUS2H3VQB42Z4BKWQPJUPTREPL5JANCNFSM4K2CM4UQ .

tbojim1975 commented 4 years ago

I wanted to say thanks for helping me with the first issue. Here's my new issue. I got one line to go away but I am stuck now? Still have one on line 63. Not sure where to put the value and which value. 20200224_184742

JulianSimpsonWork commented 4 years ago

check configuration.h for this section, serial ports are defined as -1 and 3

// @section machine

/**

/**

Rincewind08 commented 4 years ago

Executing task in folder Marlin-bugfix-2.0.x BTT_GTR_V1.0-Demo: C:\Users\Rwind.platformio\penv\Scripts\platformio.exe run <

Processing BIGTREE_GTR_V1_0 (platform: ststm32@>=5.7.0; framework: arduino; board: BigTree_SKR_Pro)


Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/BigTree_SKR_Pro.html PLATFORM: ST STM32 6.0.0 > STM32F407ZG (192k RAM. 1024k Flash) HARDWARE: STM32F407ZGT6 168MHz, 192KB RAM, 1MB Flash DEBUG: Current (jlink) External (jlink, stlink) PACKAGES:

Compiling .pio\build\BIGTREE_GTR_V1_0\FrameworkArduino\wiring_pulse.cpp.o Compiling .pio\build\BIGTREE_GTR_V1_0\FrameworkArduino\wiring_shift.c.o Compiling .pio\build\BIGTREE_GTR_V1_0\FrameworkArduino\wiring_time.c.o Compilin

Rincewind08 commented 4 years ago

this is driving me completely insane. i've been coding marlin for years. why doesn't this want to chooch?

Rincewind08 commented 4 years ago

This is with no changes other than drivers stated as tmc2130s. Have also tried 2208s and 2209s, makes no difference. what am i missing man?

Executing task in folder Marlin-bugfix-2.0.x BTT_GTR_V1.0-Demo: C:\Users\Rwind.platformio\penv\Scripts\platformio.exe run <

Processing BIGTREE_GTR_V1_0 (platform: ststm32@>=5.7.0; framework: arduino; board: BigTree_SKR_Pro)


Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/BigTree_SKR_Pro.html PLATFORM: ST STM32 6.0.0 > STM32F407ZG (192k RAM. 1024k Flash) HARDWARE: STM32F407ZGT6 168MHz, 192KB RAM, 1MB Flash DEBUG: Current (jlink) External (jlink, stlink) PACKAGES:

Environment Status Duration


megaatmega2560 IGNORED megaatmega1280 IGNORED at90usb1286_cdc IGNORED at90usb1286_dfu IGNORED DUE IGNORED DUE_USB IGNORED DUE_debug IGNORED LPC1768 IGNORED LPC1769 IGNORED sanguino_atmega644p IGNORED sanguino_atmega1284p IGNORED melzi IGNORED melzi_optiboot IGNORED rambo IGNORED STM32F103RE IGNORED STM32F103RC_fysetc IGNORED STM32F103RC_bigtree IGNORED STM32F103RC_bigtree_NOUSB IGNORED STM32F103RC_bigtree_512K IGNORED STM32F103RC_bigtree_512K_NOUSB IGNORED STM32F103RE_bigtree IGNORED STM32F103RE_bigtree_NOUSB IGNORED STM32F4 IGNORED STM32F7 IGNORED ARMED IGNORED STM32F103VE_longer IGNORED mks_robin IGNORED mks_robin_lite IGNORED mks_robin_mini IGNORED mks_robin_nano IGNORED jgaurora_a5s_a1 IGNORED STM32F407VE_black IGNORED BIGTREE_SKR_PRO IGNORED BIGTREE_GTR_V1_0 FAILED 00:00:23.456 BIGTREE_BTT002 IGNORED teensy31 IGNORED STM32F103CB_malyan IGNORED chitu_f103 IGNORED teensy35 IGNORED esp32 IGNORED fysetc_f6_13 IGNORED linux_native IGNORED SAMD51_grandcentral_m4 IGNORED include_tree IGNORED ===================== 1 failed, 0 succeeded in 00:00:23.456 ===================== The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

JulianSimpsonWork commented 4 years ago

you say you made no changes but you've turned on UBL bed levelling as its whinging about that, find eprom settings in the config file and turn it on but before that you need to start with the base repo and make sure that will compile before you change anything like stepper drivers and bed levelling. My suggestion would be to start again, only making changes one by one and compiling in between to make sure your last change didnt break something. Use GitHub desktop to track your personal changes to the repo and it will give you a nice list of all changes you have made

klucky commented 4 years ago

I can't compile it too. Without any changes i get this: ^ .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:225:71: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch = false); ^ .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.cpp:202:35: warning: 'boolean' is deprecated [-Wdeprecated-declarations] boolean noLatch) ^ Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\CHOPCONF.cpp.o .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.cpp:275:63: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch) ^ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LCD.cpp:54: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\COOLCONF.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal.cpp:48: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_I2C.cpp:45: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\DRVCONF.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\DRVCTRL.cpp.o from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_I2C_ByVac.cpp:43: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR.cpp:100: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal.h:45:0, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal.cpp:50: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h: At global scope: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:217:106: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(fio_register shift1Register, fio_bit shift1Bit, uint8_t value, boolean noLatch = false); ^ .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:225:71: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch = false); ^ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR3W.cpp:90: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LCD.h:55, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR2W.h:137, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR2W.cpp:44: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~~Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\DRVSTATUS.cpp.o


C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\DRV_CONF.cpp.o
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR.h:97:0,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR.cpp:102:
.pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h: At global scope:
.pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:217:106: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
 void fio_shiftOut1(fio_register shift1Register, fio_bit shift1Bit, uint8_t value, boolean noLatch = false);
                                                                                                          ^
.pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:225:71: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
 void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch = false);
                                                                       ^
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\CHOPCONF.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
Archiving .pio\build\BIGTREE_GTR_V1_0\lib71d\libLiquidCrystal_ID136.a
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\DRV_STATUS.cpp.o
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\COOLCONF.cpp:1:
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\ENCMODE.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\GCONF.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR3W.h:75:0,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR3W.cpp:92:
.pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h: At global scope:
.pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:217:106: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
 void fio_shiftOut1(fio_register shift1Register, fio_bit shift1Bit, uint8_t value, boolean noLatch = false);
                                                                                                          ^
.pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:225:71: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
 void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch = false);
                                                                       ^
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR2W.h:138:0,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR2W.cpp:44:
.pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h: At global scope:
.pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:217:106: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
 void fio_shiftOut1(fio_register shift1Register, fio_bit shift1Bit, uint8_t value, boolean noLatch = false);
                                                                                                          ^
.pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:225:71: warning: 'boolean' is deprecated [-Wdeprecated-declarations]
 void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch = false);
                                                                       ^
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\IHOLD_IRUN.cpp.o
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRVCONF.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\PWMCONF.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRVCTRL.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\RAMP_STAT.cpp.o
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRVSTATUS.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRV_CONF.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\SERIAL_SWITCH.cpp.o
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRV_STATUS.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\SGCSCONF.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\GCONF.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\SHORT_CONF.cpp.o
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\ENCMODE.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\SMARTEN.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\SW_MODE.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\IHOLD_IRUN.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\SW_SPI.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\TMC2130Stepper.cpp.o
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\PWMCONF.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\RAMP_STAT.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SERIAL_SWITCH.h:3,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SERIAL_SWITCH.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SGCSCONF.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\TMC2160Stepper.cpp.o
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\TMC2208Stepper.cpp.o
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SHORT_CONF.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SMARTEN.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\TMC2209Stepper.cpp.o
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SW_MODE.cpp:1:
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\TMC2660Stepper.cpp.o
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\TMC5130Stepper.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\TMC5160Stepper.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~Compiling .pio\build\BIGTREE_GTR_V1_0\lib5c7\TMCStepper_ID5513\source\TMCStepper.cpp.o
~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib882\Adafruit NeoPixel_ID28\Adafruit_NeoPixel.cpp.o
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SW_SPI.h:3,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SW_SPI.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2130Stepper.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2160Stepper.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
Archiving .pio\build\BIGTREE_GTR_V1_0\libb26\libU8glib-HAL_ID1932.a
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2208Stepper.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib882\Adafruit NeoPixel_ID28\esp8266.c.o
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2209Stepper.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
Compiling .pio\build\BIGTREE_GTR_V1_0\libbfc\LiquidTWI2\LiquidTWI2.cpp.o
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
Compiling .pio\build\BIGTREE_GTR_V1_0\lib18d\Arduino-L6470\L6470.cpp.o
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC5130Stepper.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC5160Stepper.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2660Stepper.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~Compiling .pio\build\BIGTREE_GTR_V1_0\lib051\Servo\stm32\Servo.cpp.o
~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
Archiving .pio\build\BIGTREE_GTR_V1_0\lib73f\libEEPROM.a
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMCStepper.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
Compiling .pio\build\BIGTREE_GTR_V1_0\lib756\IWatchdog\IWatchdog.cpp.o
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from C:\Users\klucky\.platformio\lib\Adafruit NeoPixel_ID28\Adafruit_NeoPixel.h:41,
Archiving .pio\build\BIGTREE_GTR_V1_0\lib882\libAdafruit NeoPixel_ID28.a
                 from C:\Users\klucky\.platformio\lib\Adafruit NeoPixel_ID28\Adafruit_NeoPixel.cpp:46:
Archiving .pio\build\BIGTREE_GTR_V1_0\libbfc\libLiquidTWI2.a
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
Archiving .pio\build\BIGTREE_GTR_V1_0\lib5c7\libTMCStepper_ID5513.a
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\libraries\Wire\src/Wire.h:26,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidTWI2\LiquidTWI2.cpp:23:
Archiving .pio\build\BIGTREE_GTR_V1_0\lib051\libServo.a
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
Archiving .pio\build\BIGTREE_GTR_V1_0\lib18d\libArduino-L6470.a
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\Arduino-L6470\src\L6470.h:27,
                 from .pio\libdeps\BIGTREE_GTR_V1_0\Arduino-L6470\src\L6470.cpp:15:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\libraries\Servo\src\stm32\Servo.cpp:21:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
Archiving .pio\build\BIGTREE_GTR_V1_0\lib756\libIWatchdog.a
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
In file included from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0,
Linking .pio\build\BIGTREE_GTR_V1_0\firmware.elf
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\libraries\IWatchdog\src\IWatchdog.h:4,
                 from C:\Users\klucky\.platformio\packages\framework-arduinoststm32\libraries\IWatchdog\src\IWatchdog.cpp:1:
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef*)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)':
C:\Users\klucky\.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}'
   (void)(tmpreg);
         ~^~~~~~~
c:/users/klucky/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file stm32f407xg.ld: No such file or directory
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\BIGTREE_GTR_V1_0\firmware.elf] Error 1
=================================================================================== [FAILED] Took 134.63 seconds ===================================================================================

Environment                     Status    Duration
------------------------------  --------  ------------
megaatmega2560                  IGNORED
megaatmega1280                  IGNORED
at90usb1286_cdc                 IGNORED
at90usb1286_dfu                 IGNORED
DUE                             IGNORED
DUE_USB                         IGNORED
DUE_debug                       IGNORED
LPC1768                         IGNORED
LPC1769                         IGNORED
sanguino_atmega644p             IGNORED
sanguino_atmega1284p            IGNORED
melzi                           IGNORED
melzi_optiboot                  IGNORED
rambo                           IGNORED
STM32F103RE                     IGNORED
STM32F103RC_fysetc              IGNORED
STM32F103RC_bigtree             IGNORED
STM32F103RC_bigtree_NOUSB       IGNORED
STM32F103RC_bigtree_512K        IGNORED
STM32F103RC_bigtree_512K_NOUSB  IGNORED
STM32F103RE_bigtree             IGNORED
STM32F103RE_bigtree_NOUSB       IGNORED
STM32F4                         IGNORED
STM32F7                         IGNORED
ARMED                           IGNORED
STM32F103VE_longer              IGNORED
mks_robin                       IGNORED
mks_robin_lite                  IGNORED
mks_robin_mini                  IGNORED
mks_robin_nano                  IGNORED
jgaurora_a5s_a1                 IGNORED
STM32F407VE_black               IGNORED
BIGTREE_SKR_PRO                 IGNORED
BIGTREE_GTR_V1_0                FAILED    00:02:14.632
BIGTREE_BTT002                  IGNORED
teensy31                        IGNORED
STM32F103CB_malyan              IGNORED
chitu_f103                      IGNORED
teensy35                        IGNORED
esp32                           IGNORED
fysetc_f6_13                    IGNORED
linux_native                    IGNORED
SAMD51_grandcentral_m4          IGNORED
include_tree                    IGNORED
=============================================================================== 1 failed, 0 succeeded in 00:02:14.632 ===============================================================================
The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

> Executing task: C:\Users\klucky\.platformio\penv\Scripts\platformio.exe run <

Processing BIGTREE_GTR_V1_0 (platform: ststm32@>=5.7.0; framework: arduino; board: BigTree_SKR_Pro)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/BigTree_SKR_Pro.html
PLATFORM: ST STM32 6.0.0 > STM32F407ZG (192k RAM. 1024k Flash)
HARDWARE: STM32F407ZGT6 168MHz, 192KB RAM, 1MB Flash
DEBUG: Current (jlink) External (jlink, stlink)
PACKAGES:
 - framework-arduinoststm32 4.10800.200207 (1.8.0)
 - toolchain-gccarmnoneeabi 1.70201.0 (7.2.1)
Converting Marlin.ino
LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 15 compatible libraries
Scanning dependencies...
Dependency Graph
|-- <U8glib-HAL> 0.4.1
|   |-- <Wire> 1.0
|   |-- <SPI> 1.0
|-- <LiquidCrystal> 1.5.0
|   |-- <Wire> 1.0
|-- <TMCStepper> 0.6.2
|   |-- <SPI> 1.0
|-- <Adafruit NeoPixel> 1.3.3
|-- <LiquidTWI2>
|   |-- <Wire> 1.0
|-- <Arduino-L6470> 0.7.0
|-- <SPI> 1.0
|-- <Servo> 1.1.2
|-- <EEPROM> 2.0.1
|-- <IWatchdog> 1.0.0
|-- <Wire> 1.0
Building in release mode
Linking .pio\build\BIGTREE_GTR_V1_0\firmware.elf
c:/users/klucky/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file stm32f407xg.ld: No such file or directory
collect2.exe: error: ld returned 1 exit status
*** [.pio\build\BIGTREE_GTR_V1_0\firmware.elf] Error 1
==================================================================================== [FAILED] Took 11.83 seconds ====================================================================================

Environment                     Status    Duration
------------------------------  --------  ------------
megaatmega2560                  IGNORED
megaatmega1280                  IGNORED
at90usb1286_cdc                 IGNORED
at90usb1286_dfu                 IGNORED
DUE                             IGNORED
DUE_USB                         IGNORED
DUE_debug                       IGNORED
LPC1768                         IGNORED
LPC1769                         IGNORED
sanguino_atmega644p             IGNORED
sanguino_atmega1284p            IGNORED
melzi                           IGNORED
melzi_optiboot                  IGNORED
rambo                           IGNORED
STM32F103RE                     IGNORED
STM32F103RC_fysetc              IGNORED
STM32F103RC_bigtree             IGNORED
STM32F103RC_bigtree_NOUSB       IGNORED
STM32F103RC_bigtree_512K        IGNORED
STM32F103RC_bigtree_512K_NOUSB  IGNORED
STM32F103RE_bigtree             IGNORED
STM32F103RE_bigtree_NOUSB       IGNORED
STM32F4                         IGNORED
STM32F7                         IGNORED
ARMED                           IGNORED
STM32F103VE_longer              IGNORED
mks_robin                       IGNORED
mks_robin_lite                  IGNORED
mks_robin_mini                  IGNORED
mks_robin_nano                  IGNORED
jgaurora_a5s_a1                 IGNORED
STM32F407VE_black               IGNORED
BIGTREE_SKR_PRO                 IGNORED
BIGTREE_GTR_V1_0                FAILED    00:00:11.832
BIGTREE_BTT002                  IGNORED
teensy31                        IGNORED
STM32F103CB_malyan              IGNORED
chitu_f103                      IGNORED
teensy35                        IGNORED
esp32                           IGNORED
fysetc_f6_13                    IGNORED
linux_native                    IGNORED
SAMD51_grandcentral_m4          IGNORED
include_tree                    IGNORED
=============================================================================== 1 failed, 0 succeeded in 00:00:11.832 ===============================================================================
The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.
klucky commented 4 years ago

error

tbojim1975 commented 4 years ago

Klucky looks like you are going to run in to another problem after you get the first one fixed. I just had that issue and can not figure it out because I show no "warnings or problems" with this one. The "firmware.elf error" if you figure it out let me know. "Building in release mode Linking .pio\build\BIGTREE_GTR_V1_0\firmware.elf c:/users/klucky/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file stm32f407xg.ld: No such file or directory collect2.exe: error: ld returned 1 exit status *** [.pio\build\BIGTREE_GTR_V1_0\firmware.elf]"

nsmdigitalpc commented 4 years ago

Hi JulianSimpsonWork, if your settings are the same as mine and yours worked . So i can be on my way with this board working, can you send me a copy of your marlin settings files folder in a zip because seems i keep hitting dead ends here. I'm losing a lot of sleep trying to get this board to work.

tbojim1975 commented 4 years ago

This is my last error I hope. 20200225_204032 Not sure

tbojim1975 commented 4 years ago

nsmdigitalpc is also me I did not realize my old account is still active. Anyway.....

JulianSimpsonWork commented 4 years ago

BTT-GTR-Marlin config for Marlin-bugfix-2.0.x BTT_GTR_V1.0-Demo.zip

Note I use 3 extruders, BL touch, etc so you should not assume this will work for your printer without changes for your setup but it should compile OK

klucky commented 4 years ago

I have now downloaded the firmware again and only repaced the config files from your zip file. That is the result i get:

     ~^~~~~~~

C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR.cpp:100: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal.h:45:0, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal.cpp:50: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h: At global scope: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:217:106: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(fio_register shift1Register, fio_bit shift1Bit, uint8_t value, boolean noLatch = false); ^ .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:225:71: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch = false); ^ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LCD.h:55, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR2W.h:137, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR2W.cpp:44: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR3W.cpp:90: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR.h:97:0, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR.cpp:102: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h: At global scope: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:217:106: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(fio_register shift1Register, fio_bit shift1Bit, uint8_t value, boolean noLatch = false); Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\DRVSTATUS.cpp.o ^ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\DRV_CONF.cpp.o from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\CHOPCONF.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\COOLCONF.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:225:71: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch = false); ^ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\DRV_STATUS.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\ENCMODE.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRVCONF.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRVCTRL.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\GCONF.cpp.o ~^~~ Archiving .pio\build\BIGTREE_GTR_V1_0\lib30a\libLiquidCrystal_ID136.a C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\IHOLD_IRUN.cpp.o ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\PWMCONF.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR3W.h:75:0, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR3W.cpp:92: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h: At global scope: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:217:106: warning: 'boolean' is deprecated [-Wdeprecated-declarations] Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\RAMP_STAT.cpp.o void fio_shiftOut1(fio_register shift1Register, fio_bit shift1Bit, uint8_t value, boolean noLatch = false); ^ .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:225:71: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch = false); ^ In file included from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR2W.h:138:0, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\LiquidCrystal_SR2W.cpp:44: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h: At global scope: .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:217:106: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(fio_register shift1Register, fio_bit shift1Bit, uint8_t value, boolean noLatch = false); ^ .pio\libdeps\BIGTREE_GTR_V1_0\LiquidCrystal_ID136\FastIO.h:225:71: warning: 'boolean' is deprecated [-Wdeprecated-declarations] void fio_shiftOut1(uint8_t pin, uint8_t value, boolean noLatch = false); ^ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\SERIAL_SWITCH.cpp.o from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\SGCSCONF.cpp.o from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRVSTATUS.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRV_CONF.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\DRV_STATUS.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\ENCMODE.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\GCONF.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\SHORT_CONF.cpp.o from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\IHOLD_IRUN.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\PWMCONF.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\SMARTEN.cpp.o from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\RAMP_STAT.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\SW_MODE.cpp.o ~^~~ Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\SW_SPI.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SERIAL_SWITCH.h:3, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SERIAL_SWITCH.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SGCSCONF.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\TMC2130Stepper.cpp.o Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\TMC2160Stepper.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\TMC2208Stepper.cpp.o

C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\TMC2209Stepper.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\TMC2660Stepper.cpp.o from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SMARTEN.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SHORT_CONF.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SW_SPI.h:3, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SW_SPI.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\TMC5130Stepper.cpp.o ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\TMC5160Stepper.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\SW_MODE.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, Archiving .pio\build\BIGTREE_GTR_V1_0\libf75\libU8glib-HAL_ID1932.a from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2130Stepper.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ Compiling .pio\build\BIGTREE_GTR_V1_0\lib5b5\TMCStepper_ID5513\source\TMCStepper.cpp.o In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, Compiling .pio\build\BIGTREE_GTR_V1_0\lib882\Adafruit NeoPixel_ID28\Adafruit_NeoPixel.cpp.o from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, Compiling .pio\build\BIGTREE_GTR_V1_0\lib882\Adafruit NeoPixel_ID28\esp8266.c.o from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2160Stepper.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': Compiling .pio\build\BIGTREE_GTR_V1_0\lib80f\LiquidTWI2\LiquidTWI2.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' Compiling .pio\build\BIGTREE_GTR_V1_0\lib799\Arduino-L6470\L6470.cpp.o (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2208Stepper.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ Compiling .pio\build\BIGTREE_GTR_V1_0\lib051\Servo\stm32\Servo.cpp.o C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ Archiving .pio\build\BIGTREE_GTR_V1_0\lib73f\libEEPROM.a C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, Compiling .pio\build\BIGTREE_GTR_V1_0\lib756\IWatchdog\IWatchdog.cpp.o from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2209Stepper.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC2660Stepper.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC5130Stepper.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMC5160Stepper.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src/TMCStepper.h:10, from .pio\libdeps\BIGTREE_GTR_V1_0\TMCStepper_ID5513\src\source\TMCStepper.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from C:\Users\klucky.platformio\lib\Adafruit NeoPixel_ID28\Adafruit_NeoPixel.h:41, from C:\Users\klucky.platformio\lib\Adafruit NeoPixel_ID28\Adafruit_NeoPixel.cpp:46: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\libraries\Wire\src/Wire.h:26, from .pio\libdeps\BIGTREE_GTR_V1_0\LiquidTWI2\LiquidTWI2.cpp:23: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, Archiving .pio\build\BIGTREE_GTR_V1_0\lib5b5\libTMCStepper_ID5513.a from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from .pio\libdeps\BIGTREE_GTR_V1_0\Arduino-L6470\src\L6470.h:27, from .pio\libdeps\BIGTREE_GTR_V1_0\Arduino-L6470\src\L6470.cpp:15: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\libraries\IWatchdog\src\IWatchdog.h:4, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\libraries\IWatchdog\src\IWatchdog.cpp:1: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': Archiving .pio\build\BIGTREE_GTR_V1_0\lib756\libIWatchdog.a C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ Archiving .pio\build\BIGTREE_GTR_V1_0\lib051\libServo.a C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ Archiving .pio\build\BIGTREE_GTR_V1_0\lib882\libAdafruit NeoPixel_ID28.a Archiving .pio\build\BIGTREE_GTR_V1_0\lib80f\libLiquidTWI2.a Archiving .pio\build\BIGTREE_GTR_V1_0\lib799\libArduino-L6470.a C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ In file included from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32\LL/stm32yyxx_ll_tim.h:21:0, Linking .pio\build\BIGTREE_GTR_V1_0\firmware.elf from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/HardwareTimer.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino\stm32/analog.h:45, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/board.h:8, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/wiring.h:41, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\cores\arduino/Arduino.h:32, from C:\Users\klucky.platformio\packages\framework-arduinoststm32\libraries\Servo\src\stm32\Servo.cpp:21: C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_EnableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2797:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_DisableBRK(TIM_TypeDef)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2814:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h: In function 'void LL_TIM_ConfigBRK(TIM_TypeDef*, uint32_t)': C:\Users\klucky.platformio\packages\framework-arduinoststm32\system\Drivers\STM32F4xx_HAL_Driver\Inc/stm32f4xx_ll_tim.h:2834:10: warning: conversion to void will not access object of type 'volatile uint32_t {aka volatile long unsigned int}' (void)(tmpreg); ~^~~ c:/users/klucky/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file stm32f407xg.ld: No such file or directory collect2.exe: error: ld returned 1 exit status *** [.pio\build\BIGTREE_GTR_V1_0\firmware.elf] Error 1 =================================================================================== [FAILED] Took 135.90 seconds ===================================================================================

Environment Status Duration


megaatmega2560 IGNORED megaatmega1280 IGNORED at90usb1286_cdc IGNORED at90usb1286_dfu IGNORED DUE IGNORED DUE_USB IGNORED DUE_debug IGNORED LPC1768 IGNORED LPC1769 IGNORED sanguino_atmega644p IGNORED sanguino_atmega1284p IGNORED melzi IGNORED melzi_optiboot IGNORED rambo IGNORED STM32F103RE IGNORED STM32F103RC_fysetc IGNORED STM32F103RC_bigtree IGNORED STM32F103RC_bigtree_NOUSB IGNORED STM32F103RC_bigtree_512K IGNORED STM32F103RC_bigtree_512K_NOUSB IGNORED STM32F103RE_bigtree IGNORED STM32F103RE_bigtree_NOUSB IGNORED STM32F4 IGNORED STM32F7 IGNORED ARMED IGNORED STM32F103VE_longer IGNORED mks_robin IGNORED mks_robin_lite IGNORED mks_robin_mini IGNORED mks_robin_nano IGNORED jgaurora_a5s_a1 IGNORED STM32F407VE_black IGNORED BIGTREE_SKR_PRO IGNORED BIGTREE_GTR_V1_0 FAILED 00:02:15.905 BIGTREE_BTT002 IGNORED teensy31 IGNORED STM32F103CB_malyan IGNORED chitu_f103 IGNORED teensy35 IGNORED esp32 IGNORED fysetc_f6_13 IGNORED linux_native IGNORED SAMD51_grandcentral_m4 IGNORED include_tree IGNORED =============================================================================== 1 failed, 0 succeeded in 00:02:15.905 =============================================================================== The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

Executing task: C:\Users\klucky.platformio\penv\Scripts\platformio.exe run <

Processing BIGTREE_GTR_V1_0 (platform: ststm32@>=5.7.0; framework: arduino; board: BigTree_SKR_Pro)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/BigTree_SKR_Pro.html PLATFORM: ST STM32 6.0.0 > STM32F407ZG (192k RAM. 1024k Flash) HARDWARE: STM32F407ZGT6 168MHz, 192KB RAM, 1MB Flash DEBUG: Current (jlink) External (jlink, stlink) PACKAGES:

Environment Status Duration


megaatmega2560 IGNORED megaatmega1280 IGNORED at90usb1286_cdc IGNORED at90usb1286_dfu IGNORED DUE IGNORED DUE_USB IGNORED DUE_debug IGNORED LPC1768 IGNORED LPC1769 IGNORED sanguino_atmega644p IGNORED sanguino_atmega1284p IGNORED melzi IGNORED melzi_optiboot IGNORED rambo IGNORED STM32F103RE IGNORED STM32F103RC_fysetc IGNORED STM32F103RC_bigtree IGNORED STM32F103RC_bigtree_NOUSB IGNORED STM32F103RC_bigtree_512K IGNORED STM32F103RC_bigtree_512K_NOUSB IGNORED STM32F103RE_bigtree IGNORED STM32F103RE_bigtree_NOUSB IGNORED STM32F4 IGNORED STM32F7 IGNORED ARMED IGNORED STM32F103VE_longer IGNORED mks_robin IGNORED mks_robin_lite IGNORED mks_robin_mini IGNORED mks_robin_nano IGNORED jgaurora_a5s_a1 IGNORED STM32F407VE_black IGNORED BIGTREE_SKR_PRO IGNORED BIGTREE_GTR_V1_0 FAILED 00:00:11.924 BIGTREE_BTT002 IGNORED teensy31 IGNORED STM32F103CB_malyan IGNORED chitu_f103 IGNORED teensy35 IGNORED esp32 IGNORED fysetc_f6_13 IGNORED linux_native IGNORED SAMD51_grandcentral_m4 IGNORED include_tree IGNORED =============================================================================== 1 failed, 0 succeeded in 00:00:11.924 =============================================================================== The terminal process terminated with exit code: 1

Terminal will be reused by tasks, press any key to close it.

Maybe there's something wrong with the platformio.ini? I have even reinstalled vscode and pio. I have even installed vscode as system installer and user installer but there was no difference.

klucky commented 4 years ago

vscode1

Which version of vscode do you use? I'm using: Version: 1.42.1 (user setup) Commit: c47d83b293181d9be64f27ff093689e8e7aed054 Date: 2020-02-11T14:45:59.656Z Electron: 6.1.6 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.18363

and i even tried the 32 bit version: Version: 1.42.1 (user setup) Commit: c47d83b293181d9be64f27ff093689e8e7aed054 Date: 2020-02-11T14:46:03.121Z Electron: 6.1.6 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT ia32 10.0.18363

JulianSimpsonWork commented 4 years ago

Version: 1.42.0 (system setup) Commit: ae08d5460b5a45169385ff3fd44208f431992451 Date: 2020-02-06T10:51:34.058Z Electron: 6.1.6 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.18362

I don’t think it’s that, your dependencies look good too, I am one version behind on NeoPixel as I butchered mine to do a fancy start-up sequence so didn’t update it. This is more of a linker error as it does compile. Not sure exactly why at moment but its saying it cant find stm32f407xg.ld so have you checked to see if it exists? If not look into why not and if it does exist why can’t the linker get to it. Permissions I don’t think as you’ve tried admin users but I would check access on the PIO folder structure.

I think you may get a good response posting this on the main Marlin group as I don’t think this is GTR config related and there will be more views on there.

Linking .pio\build\BIGTREE_GTR_V1_0\firmware.elf c:/users/klucky/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file stm32f407xg.ld: No such file or directory collect2.exe: error: ld returned 1 exit status *** [.pio\build\BIGTREE_GTR_V1_0\firmware.elf] Error 1

Julian

nsmdigitalpc commented 4 years ago

Thank you for that info Julian. I fixed the issue last night be fore i went to bed, final got it to compile. I updated all my lcd library. then found a character that should not have been added as far as i can tell. Right after "=" and before the 3.10700.19102 it had a ">" I deleted this, then everything compiled and seems fine.

Bad -----> platform_packages = framework-arduinoststm32@=>3.10700.191028<-------

Good -----> platform_packages = framework-arduinoststm32@=3.10700.191028<-------
lol the way mine looks now:

Bigtreetech GTR V1.0 (STM32F407IGT6 ARM Cortex-M4)

# [env:BIGTREE_GTR_V1_0] platform = ststm32@>=5.7.0 framework = arduino platform_packages = framework-arduinoststm32@=3.10700.191028 board = BigTree_SKR_Pro extra_scripts = pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py build_flags = ${common.build_flags} -DUSBCON -DUSBD_USE_CDC -DUSBD_VID=0x0483 -DUSB_PRODUCT=\"STM32F407IG\" -DTARGET_STM32F4 -DSTM32F407IX -DVECT_TAB_OFFSET=0x8000 -DHAVE_HWSERIAL3 -DHAVE_HWSERIAL6 -DPIN_SERIAL3_RX=PD_9 -DPIN_SERIAL3_TX=PD_8 -DPIN_SERIAL6_RX=PC_7 -DPIN_SERIAL6_TX=PC_6

-IMarlin/src/HAL/HAL_STM32 lib_deps = U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/bugfix.zip LiquidCrystal TMCStepper@>=0.5.2,<1.0.0 Adafruit NeoPixel LiquidTWI2=https://github.com/lincomatic/LiquidTWI2/archive/master.zip Arduino-L6470=https://github.com/ameyer/Arduino-L6470/archive/dev.zip lib_ignore = SoftwareSerial, SoftwareSerialM src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32> monitor_speed = 250000

One last thing Julian do i need anything external, extra other then this board. example : can I plug the hot bed or even hotend straight to the board without any chip between and everything else to the board as well? My goal for this board and printer to be a multi-color. i just want to make sure i have all my equipment i need. maybe even provide me with a quick list, wire diagram to measure up how i set mine up ender 3 printer display: KINGPRINT MKS TFT28 2.8-Inch Board BTT GTR 1 setup will be Uart mode tmc2208 with uart for 3 extruders eventually more thc-01 hotend 6 Usongshine Us-17HS4401S STEPPER motor

JulianSimpsonWork commented 4 years ago

You can run your hotend directly from the board and a DC hotbed but I'm working on an AC bed and using a couple of solid state relays to turn them on/off, my bed is using 2x400x400 1400W 240V AC's into a 6mm aluminium bed. I have a massive issue in that I cant figure out how to control both beds with marlin, setting it up pin wise isnt the issue but the implications of trying to control 2 beds in parallel look like a rabbit hole. Marlin devs appear to be running away from it so far so may have to do some research myself.

Rincewind08 commented 4 years ago

That is exactly what keeps happening to me. I have literally reinstalled Windows over it. I think it has something to do with symlinks, as if the program is missing components because it can't find the resources. For those who have been successful, how EXACTLY did you set up platformIo/vscode/linter?

klucky commented 4 years ago

Thank you JulianSimpsonWork for your help! And Thank you nsmdigitalpc for sharing your solution! It was the same problem here and with this small change it compiled. success1 Now I am still getting some problems but it compiles anyway so i don't think this will matter. problems1

nsmdigitalpc commented 4 years ago

You are welcome. Yeah i still got that but not a big deal i believe. Let me know your progress if everything works ok

On Thu, Feb 27, 2020, 3:01 PM klucky notifications@github.com wrote:

Thank you JulianSimpsonWork for your help! And Thank you nsmdigitalpc for sharing your solution! It was the same problem here and with this small change it compiled. [image: success1] https://user-images.githubusercontent.com/30538085/75481924-234d5280-59a4-11ea-9045-c741a68dc9c0.png Now I am still getting some problems but it compiles anyway so i don't think this will matter. [image: problems1] https://user-images.githubusercontent.com/30538085/75482032-4c6de300-59a4-11ea-9d7d-081e8abd37d6.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-GTR-V1.0/issues/6?email_source=notifications&email_token=ALKOADD66ZUSKO65LLFFUX3RFAL2JA5CNFSM4K2CM4U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENFYAHQ#issuecomment-592150558, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALKOADABDDHPNM54DXSPYS3RFAL2JANCNFSM4K2CM4UQ .

bakaufman commented 4 years ago

I removed the > as indicated above and it worked. A word of warning, in the .ini file, // isn't going to block the text, so if you leave yourself notes as I do use a # before the note.

bakaufman commented 4 years ago

Note, someone on the GTR boards said to comment this out:

-DHAVE_HWSERIAL3 #jeff Org: Uncommented

-DHAVE_HWSERIAL6 #jeff Org: Uncommented

-DPIN_SERIAL3_RX=PD_9 #jeff Org: Uncommented

-DPIN_SERIAL3_TX=PD_8 #jeff Org: Uncommented

-DPIN_SERIAL6_RX=PC_7 #jeff Org: Uncommented

-DPIN_SERIAL6_TX=PC_6 #jeff Org: Uncommented

Please let me know if the helps or hurts!

nsmdigitalpc commented 4 years ago

Hey Julian I thought i was home free i'm having some issues now with my endstop not working with pronterface? Any issues with yours on the ender 3 factory endstops? Or what is the wire diagram if you know it off hand?

Rincewind08 commented 4 years ago

I was able to compile by installing linux mint (an ubuntu spinoff), setting up vscode and platformio, and cloning the directory. i had to modify the Ini as nsmdigitalpc had suggested and everything compiled successfully without so much as a single warning in the compile. it went rather beautifully. if anyone is having problems compiling still, you can contact me at morelandmod@gmail.com and I will compile a version for you, assuming you supply the parameters for the printers equipment. Issue closed.

JulianSimpsonWork commented 4 years ago

Hey Julian I thought i was home free i'm having some issues now with my endstop not working with pronterface? Any issues with yours on the ender 3 factory endstops? Or what is the wire diagram if you know it off hand?

I didnt use the factory endstops :)

tbojim1975 commented 4 years ago

Oh wow lol ! :-) Pronterface is now reading my micro stops (open to trigger) but for some reason my end stops will not stop my x y z axis? I'm sure its a simple fix. If you have any ideas please let me know