-
Content Count
3 -
Joined
-
Last visited
Posts posted by rudy
-
-
That sounds a bit strange. As the Silicon Revision is reported correctly, the MISO/MOSI and CLK lines are ok. Is the interrupt line correctly connected? It's supposed to be on PE4.
Are you using the lwIP or the uIP version?
Im used uIP. I tried lwip version. Lwip print this:
EDIT: Finally works it! I use uIP and toolchain https://github.com/jsnyder/arm-eabi-toolchain
Welcome ENC_ESTAT: 1 Econ: 0 Silicon Revision: 6 int enabled [Hard fault handler - all numbers in hex] R0 = 20004f44 R1 = 20004fb9 R2 = 128d0 R3 = 6 R12 = 6 LR [R14] = 0 subroutine call return address PC [R15] = c6df program counter PSR = 12250 BFAR = e000ed38 CFSR = 10000 HFSR = 40000000 DFSR = 0 AFSR = 0
-
rotary encoder lib
in Code vault
Posted
Sample code to rotary encoder https://github.com/littlepiggy/Launchpad-rotary-encoder
It's my first code for launchpad. Can you check and criticize it? Thanks