Page 1 of 1

Programming help Please!!!!

Posted: Thu Sep 14, 2017 4:39 pm
by jakers10
I downloaded Arduino 1.8.6 as it is supposedly supported by the newest Teensy version 1.39. Anybody else have any ideas? I'm not good at programming. Am I missing something here? This is the message I get now.


In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\IntervalTimer.h:34:0,

from C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\IntervalTimer.cpp:31:

C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\IntervalTimer.cpp: In member function 'void IntervalTimer::end()':

C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\IntervalTimer.cpp:87:20: error: 'IRQ_PIT_CH0' was not declared in this scope

NVIC_DISABLE_IRQ(IRQ_PIT_CH0 + index);

^

C:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3\kinetis.h:5627:68: note: in definition of macro 'NVIC_DISABLE_IRQ'

#define NVIC_DISABLE_IRQ(n) (*((volatile uint32_t *)0xE000E180 + ((n) >> 5)) = (1 << ((n) & 31)))

^

Error compiling for board Teensy LC.


I know that this isn't the best forum to put this in, but I can't get any help in the Hardware or Software section. How in the world did everybody else program their teensy??? I don't know programming at all, so any help would be really helpful