PaulStoffregen / Encoder

Quadrature Encoder Library for Arduino
http://www.pjrc.com/teensy/td_libs_Encoder.html
540 stars 239 forks source link

Perpetual reboot on ESPs (known solution that needs to be committed) => use RLars Fork ! #56

Closed Bidulglloq closed 4 years ago

Bidulglloq commented 4 years ago

This issue has been pointed a year ago... (version 1.4.1) on issue#40

ESPs crashes and reboots permanently :

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 1392, room 16 
tail 0
chksum 0xd0
csum 0xd0
v3d128e5c
~ld

The solution found by odudex is to add ICACHE_RAM_ATTR ahead of each Interrupt Handler

Just missing these changes to be committed...

Is anyone able to do that?

-OR-

Is there a viable Fork that includes this ?

thx

Bidulglloq commented 4 years ago

Solved I used RLars fork works like a charm...