KDS 3.2.0- Interrupt vector table generation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KDS 3.2.0- Interrupt vector table generation

499 Views
danielcheng
Contributor II

I have a question regarding the interrupt vector table generation  (vectors.c) using processor expert.  The code I inherited from my former college is shown on the left below.   I was trying re-generate a new project using KDS 3.2.0, and the generated code (vectors.c) is quite bit different as shown on the right side of the figure below.  Are there any disabled settings I am not aware of?   Does the KDS version (3.2.0 vs 3.1.0) make any difference?   Thank you.

 

 

168399_168399.pngpastedImage_1.png

Labels (1)
3 Replies

376 Views
MarekTrmac
NXP Employee
NXP Employee

Hi Daniel,

try this option in CPU component:

Capture.PNG

Regards

Marek

376 Views
danielcheng
Contributor II

Thank you.  this works out for me.

0 Kudos

376 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Daneil,

There is no wrong about your code , these are different version.

On KDSv3.2 , it will show the interrupt function name after you enable the related interrupt

on component . For example , if you use ADC interrupt , after you enable the interrupt at here :

pastedImage_1.png

then click generate code , build , in the Vectors_Config.h file , you can see the ADC interrupt function .

Hope it helps

Alice

0 Kudos