Click here to Skip to main content
15,885,847 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when we are trying to generate 20Mhz clock in ADSP 21369 processor for that we are writing code in assembly language while executing this code it shows the error i.e interrupt dispatch handler is not found .please tell me how to write isr in assembly language
Posted
Updated 26-May-15 23:55pm
v2

1 solution

I don't know this specific processor but most times you need to initialize some default stuff. Like setting some interupts or disabling them if unused. You need to check out the datasheet to see what the defaults are. Also, check out some examples code. Most manufacturers provide example code. Check the link for more info.

https://ez.analog.com/thread/15038[^]

Good luck!
 
Share this answer
 
Comments
vemsoft 28-May-15 0:55am    
Thanks for your answer, In our example we are using CCES tool for executing the code and when i am writting c functions in assembly code it shows error can you plese tell me how to solve the error
E.F. Nijboer 28-May-15 11:06am    
Not sure what you mean by writing c functions in assembly because you can't write c functions directly in assembly. So that is somewhat confusing. Did you check out the CCES examples for your processor model?

http://download.analog.com/tools/SWExamples/all_examples.html

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900