summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/dsp/vectors.asm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/tms320dm320/dsp/vectors.asm')
-rw-r--r--firmware/target/arm/tms320dm320/dsp/vectors.asm8
1 files changed, 6 insertions, 2 deletions
diff --git a/firmware/target/arm/tms320dm320/dsp/vectors.asm b/firmware/target/arm/tms320dm320/dsp/vectors.asm
index 1551d996fc..98d1409cb3 100644
--- a/firmware/target/arm/tms320dm320/dsp/vectors.asm
+++ b/firmware/target/arm/tms320dm320/dsp/vectors.asm
@@ -27,13 +27,17 @@
27 27
28 ; External Functions 28 ; External Functions
29 .global _handle_int0 29 .global _handle_int0
30 .global _c_int00 30 .global _main
31 .global _handle_dma0 31 .global _handle_dma0
32 .global _handle_dmac 32 .global _handle_dmac
33 33
34 .sect ".vectors" 34 .sect ".vectors"
35; Reset Interrupt 35; Reset Interrupt
36RS_V: BD _c_int00 36; The rtx500.lib should be included if you want proper initialization,
37; currently the program is setup so that it is not necessary to save space.
38; reset vector should jump to _c_int00 instead of main if initialization is
39; needed.
40RS_V: BD _main
37 NOP 41 NOP
38 NOP 42 NOP
39 43