This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

can you make your own projects?

The ARM tools seem to be broken, i followed the procedure for making a new project. IT generates a startup file ADuc702c.s and it seems to be broken as it will not compile and link. I looked at the blinky startup.s and it also has hanging vectors and yet it does nto fail when you compile the project.

dac2.axf: Error: L6218E: Undefined symbol SWI_Handler (referred from aduc702x.o).

Code is EXTERN SWI_Handler

While the Blink startup.s says

EXTERN CODE32 (SWI_Handler?A)