Hello,
I am using a development board that has the K66 processor on it and it is Arduino-compatible; it's called the Teensy 3.6. I am programming it through the Arduino IDE. I am trying to trigger the ADC with a center-alligned PWM with an interrupt following the application notes AN4410 and AN5142. However, the IDE does not recognize NVICIP58, NVICICPR1 and NVICISER1 or any NVIC for that matter.
Does anyone have a solution for this?
Thanks in advance
Hi
The header files in your library probably use different NVIC names. Search the header files to find the ones used and you should be able to rename them accordingly.
Regards
Mark
Complete Kinetis solutions for professional needs, training and support: http://www.utasker.com/kinetis.html
Kinetis K66:
- http://www.utasker.com/kinetis/TWR-K65F180M.html
- http://www.utasker.com/kinetis/FRDM-K66F.html
- http://www.utasker.com/kinetis/TEENSY_3.6.html
uTasker: supporting >1'000 registered Kinetis users get products faster and cheaper to market
Request Free emergency remote desk-top consulting at http://www.utasker.com/services.html
Open Source version at https://github.com/uTasker/uTasker-Kinetis
Ah yeah, that could be it.
Do you happen to know where I can find these header files?
Thanks