trouble configuring v2 for due and ramps fd v2
So I have been playing around with v2 firmware and I keep running into an issue when I try to build the files in VScode. there are 2 errors I get that are,
[{
and
[{
"resource": "/e:/3D Printer/Repetier-Firmware-V2-dev2/Repetier-Firmware-V2-dev2/src/Repetier/src/boards/due/HAL.h",
"owner": "cpp",
"severity": 8,
"message": "'NVIC_USER_IRQ_OFFSET' was not declared in this scope",
"startLineNumber": 359,
"startColumn": 29,
"endLineNumber": 359,
"endColumn": 29
}] and
[{
"resource": "/e:/3D Printer/Repetier-Firmware-V2-dev2/Repetier-Firmware-V2-dev2/src/Repetier/src/boards/due/HAL.h",
"owner": "cpp",
"severity": 8,
"message": "'NVIC_USER_IRQ_OFFSET' was not declared in this scope",
"startLineNumber": 362,
"startColumn": 29,
"endLineNumber": 362,
"endColumn": 29
}]
I am using an arduino DUE with a custom built ramps fd v2. I havent gone through all the configuration_io file yet so maybe thats why? I appreciate any help i can get, thank you.
I am using an arduino DUE with a custom built ramps fd v2. I havent gone through all the configuration_io file yet so maybe thats why? I appreciate any help i can get, thank you.
Comments