You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marlin\src\HAL\STM32\tft\tft_fsmc.cpp: In static member function'static void TFT_FSMC::TransmitDMA_TI(uint32_t, uint16_t*, uint16_t)':Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:183:24: error: 'DMA2_Channel1_IRQn' was not declared in this scope 183 | HAL_NVIC_SetPriority(DMA2_Channel1_IRQn, 5, 0); | ^~~~~~~~~~~~~~~~~~*** [.pio\build\mks_robin_nano_v1_3_f4\src\src\HAL\STM32\tft\tft_fsmc.cpp.o] Error 1
Marlin compiles successfully when reverting to commit: 4e2443a
Bug Timeline
2022/01/06
Expected behavior
For Marlin to produce a successful build when using the following configuration
Marlin\src\HAL\STM32\tft\tft_fsmc.cpp: In static member function'static void TFT_FSMC::TransmitDMA_TI(uint32_t, uint16_t*, uint16_t)':Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:183:24: error: 'DMA2_Channel1_IRQn' was not declared in this scope 183 | HAL_NVIC_SetPriority(DMA2_Channel1_IRQn, 5, 0); | ^~~~~~~~~~~~~~~~~~*** [.pio\build\mks_robin_nano_v1_3_f4\src\src\HAL\STM32\tft\tft_fsmc.cpp.o] Error 1
Steps to Reproduce
Compile Marlin off Master using VSCODE and platform IO with the following configuration
For Marlin to produce a successful build when using the following configuration
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
Compiled form master
Configuration.h
Terminal output
Marlin compiles successfully when reverting to commit: 4e2443a
Bug Timeline
2022/01/06
Expected behavior
For Marlin to produce a successful build when using the following configuration
Actual behavior
Terminal output
Steps to Reproduce
Compile Marlin off Master using VSCODE and platform IO with the following configuration
For Marlin to produce a successful build when using the following configuration
Version of Marlin Firmware
Marlin 2.0.x
Printer model
Sapphire Plus 2.1
Electronics
MKS Robin Nano V1.3
Add-ons
BLTOUCH
Bed Leveling
UBL Bilinear mesh
Your Slicer
Prusa Slicer
Host Software
SD Card (headless)
Additional information & file uploads
Configuration_adv.txt
Configuration.txt
The text was updated successfully, but these errors were encountered: