-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reboot after successful run #5
Comments
Hello @anttitai In general I recommend using a proper IDE that can manage dependencies a bit better than Arduino IDE, I suggest taking a look into PlatformIO. It is free and takes only minutes to install and get ready to go and has way more features than Arduino IDE. But that is just a side note, once you update the Library version of ESP-FlexyStepper you should be able to run it also using the Arduino compiled code |
closed since it has been confirmed working by @anttitai in the duplicate of this issue |
The problem seams to be still present. As there is no version 1.2 available of the ESP-FLexyStepper I tried with the 1.3 Best Christian
Backtrace: 0x7efefefe:0x3ffdba10 0x400d942f:0x3ffdba30 0x40088e99:0x3ffdba50 Rebooting... |
please post your script with the main function / Setup function and which exact version of ESP-StepperMotor-Server you have installed. ESP-FlexyStepper 1.2 is available here: https://github.com/pkerspe/ESP-FlexyStepper/releases/tag/v1.2 |
@lazyzero FYI I will work this weekend on a new release of both, ESP-FlexyStepper and ESP-StepperMotor-Server, to ease dependency management issues |
Hi @pkerspe , I used the code from the readme. void loop() This are the importand infos from platformio: `
I use the platfomio registry for fetching libraries. and If you look on https://platformio.org/lib/show/7427/ESP-FlexyStepper you will see that the version 1.2 is not listed there. It is 1.0, 1.1 and 1.3 I will wait for the weekend then ;-) Best Christian |
Hi Christan (@lazyzero), I released a new version of ESP-FlexyStepper that fixes the kernel panic: https://github.com/pkerspe/ESP-FlexyStepper/releases/tag/v1.3.1 You can install it manually by downloading the zip file or you wait 1-2 days until it is indexed in the Platform IO Library manager (as soon as it shows up here, you can also install it via the platformIO UI: https://platformio.org/lib/show/7427/ESP-FlexyStepper) |
After run I'll get following information :
Guru Meditation Error: Core 0 panic'ed (InstrFetchProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0xfefefefe PS : 0x00060b30 A0 : 0x800d944a A1 : 0x3ffdb810
A2 : 0xfefefefe A3 : 0x00000001 A4 : 0x00001388 A5 : 0x00001388
A6 : 0x00000003 A7 : 0x00060023 A8 : 0x8014d620 A9 : 0x3ffdb7f0
A10 : 0x02000000 A11 : 0x00000000 A12 : 0x00000000 A13 : 0x00000001
A14 : 0x00000000 A15 : 0x3ffd91e0 SAR : 0x00000007 EXCCAUSE: 0x00000014
EXCVADDR: 0xfefefefc LBEG : 0x400029ac LEND : 0x400029cb LCOUNT : 0x00000000
Backtrace: 0x7efefefe:0x3ffdb810 0x400d9447:0x3ffdb830 0x40088e99:0x3ffdb850
Decoded results:
Decoding stack results
0x400d9447: ESPStepperMotorServer_MotionController::processMotionUpdates(void*) at \ESP-StepperMotor-Server\src\ESPStepperMotorServer_MotionController.cpp line 76
0x40088e99: vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c line 143
Rebooting...
The text was updated successfully, but these errors were encountered: