[3.4.0b5 and 6] issue in coren2g and RRFLibraries
-
@user-123 the pxTaskGetCurrentStackBase is available in 3.4-beta6, but not in 3.3, so I suspend you're using an old FreeRTOS version. Please check download and unzip.
-
@joergs5 ok
-
@joergs5 i am press the f3 it will shows 'could not find symbol" pxTaskGetCurrentStackBase" in index.
-
@user-123 yes, this means he searches all linkes projects and cannot find the definition of the variable. Probably wrong FreeRTOS version. If you have something like a text finder, you can search FreeRTOS files for the pxTaskGetCurrentStackBase text. It should be found.
-
@joergs5 ok thank you for helping me.
-
@user-123 you're welcome. Please tell me if still unsolved.
-
@joergs5 sure
-
@joergs5 freeRTOS is work for beta5?
-
@user-123 => ok, I see, I use FreeRTOS beta 5, as there is no beta 6 tag. This works.
It's an exception that there is no common tag for all projects.
-
@joergs5 ok i am try that one
-
@joergs5 what do you mean by no common tag for all projects.
-
@user-123 I meant, in general there is a tag for all needed projects, so you see which project versions belong together. But for FreeRTOS there was probably no change between beta 5 and 6. Personally I would tag them all with beta 6, even if there was no change.
-
@joergs5 ok
-
@user-123 i have one more qustion:
i am using servo motor for z axis and which is connected using expansion board . but whenever my printer is on it shows the warning which is "motor phase A may be disconnected" for diver 4 and 5.
so how can i remove that that warning please help me. -
@user-123 I saw you other post, but I only have the hint to check the wiring. https://duet3d.dozuki.com/Wiki/Choosing_and_connecting_stepper_motors#Section_Connecting_stepper_motors
gives some checklist. I often use the identifying phases hint to connect two wires each and checking the torque.Please deconnect from the Duet board first. Running the board with wrong wiring or wiring shortage can damage the board.
-
@joergs5 hey
whenever i am debugg it ,
now it showing this error:
"
c:\user\abc\eclipse-workspace\firmware\RapRepfirmware\src\platfrom\uniqueId.h:13:10:falat error:UniqueIdBase.h : No such file or directory
13| #include<UniqueIdBase.h>
compilation terminated.
src/bossa/subdir.mk:42:recipe for target
'src\bossa\flasher.o' failed
make:**[src\bossa\flasher.o]Error 1
make:***waiting for unfinished jobs......
"so please help me
-
@user-123 said in [3.4.0b5 and 6] issue in coren2g and RRFLibraries:
error:UniqueIdBase.h : No such file or directory
UniqudIdBase.h is located in CoreN2G, so this project seems to not exist, cannot be found or is in the wrong version.
-
@joergs5 ok
so now what can i do for this? -
@user-123 you should use the beta6 tagged versions of CANlib, Core2NG, FreeRTOS (beta5), RepRapFirmware, RRFLibraries and the DuetWiFiSocketServer to avoid the file problems. The last DuetWiFi... project is only needed to use one included .h file.
now what can i do for this?
Check all projects that they have the correct version (use the tag beta6 or for FreeRTOS beta 5).
-
@joergs5 ok thank you
if it is not working, i am ping you so please help me.