-
Notifications
You must be signed in to change notification settings - Fork 111
Description
Hello, having always same issue, esp-idf v4.3.0(2), 4.4.0, 4.4.8, PIO or pure espidf, tried to activate float in ISR, nothing helps, backtrace always pointing to the same:
0x4008316d: stepper_driver_interrupt_handler at ~grbl/stepper.c:523
0x400819e5: stepper_driver_isr at ~ESP32/main/driver.c:3869
0x40084fdd: _xt_medint3 at ~.platformio\packages\framework-espidf@3.40302.0\components\freertos\port\xtensa/xtensa_vectors.S:1274
0x4000bfed: ?? ??:0
0x4008cdda: vPortExitCritical at ~.platformio\packages\framework-espidf@3.40302.0\components\freertos\port\xtensa/port.c:473
0x400fca42: esp_intr_alloc_intrstatus at ~.platformio\packages\framework-espidf@3.40302.0\components\esp_system/intr_alloc.c:600
0x400fb12b: timer_isr_register at ~.platformio\packages\framework-espidf@3.40302.0\components\driver/timer.c:276 (discriminator 2)
0x400d2e92: driver_setup at ~\ESP32/main/driver.c:3171
0x400d5316: grbl_enter at ~\ESP32/main/grbl/grbllib.c:344
0x400d249f: vGrblTask at ~\ESP32/main/main.c:52
0x4008cb6d: vPortTaskWrapper at ~.platformio\packages\framework-espidf@3.40302.0\components\freertos\port\xtensa/port.c:168
issue is coming from thc.c, without it all ok, see voltage without problems, strange thing-behavior is not always same, if jog slowly sometimes no crash, what could be an issue? Thanks