Arduino IDE does not recognize NVIC?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Arduino IDE does not recognize NVIC?

1,931件の閲覧回数
bert_haj-ali
Contributor I

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

ラベル(3)
0 件の賞賛
返信
2 返答(返信)

1,752件の閲覧回数
mjbcswitzerland
Specialist V

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

https://community.nxp.com/thread/512558

0 件の賞賛
返信

1,752件の閲覧回数
bert_haj-ali
Contributor I

Ah yeah, that could be it.

Do you happen to know where I can find these header files?

Thanks

0 件の賞賛
返信