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.
Hi Daniel,
try this option in CPU component:
Regards
Marek
Thank you. this works out for me.
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 :
then click generate code , build , in the Vectors_Config.h file , you can see the ADC interrupt function .
Hope it helps
Alice