diff --git a/Etape_2.uvoptx b/Etape_2.uvoptx index 9c36c2d..dec1ab4 100644 --- a/Etape_2.uvoptx +++ b/Etape_2.uvoptx @@ -315,6 +315,70 @@ + + 11 + 0 + 48 + 1 +
0
+ 0 + 0 + 0 + 0 + 0 + 0 + .\Principale.asm + + +
+ + 12 + 0 + 64 + 1 +
0
+ 0 + 0 + 0 + 0 + 0 + 0 + .\Principale.asm + + +
+ + 13 + 0 + 68 + 1 +
0
+ 0 + 0 + 0 + 0 + 0 + 0 + .\Principale.asm + + +
+ + 14 + 0 + 94 + 1 +
0
+ 0 + 0 + 0 + 0 + 0 + 0 + .\Principale.asm + + +
diff --git a/FonctionEtape2.asm b/FonctionEtape2.asm index 7b164c0..d27dfc7 100644 --- a/FonctionEtape2.asm +++ b/FonctionEtape2.asm @@ -11,6 +11,7 @@ ;***************IMPORT/EXPORT********************************************** + IMPORT DataSend EXPORT Set_SCLK EXPORT Reset_SCLK EXPORT DriverGlobal @@ -38,7 +39,6 @@ SIN1 EQU 7 MILSEC EQU 1304 PF DCD (1<<31) -DataSend DCB 1 ;************************************************************************** diff --git a/Principale.asm b/Principale.asm index 1d19fd5..af8bcec 100644 --- a/Principale.asm +++ b/Principale.asm @@ -21,6 +21,7 @@ ; IMPORT/EXPORT de procédure IMPORT Init_Cible + IMPORT Run_Timer3 IMPORT Eteint_LED IMPORT Allume_LED @@ -51,6 +52,7 @@ main PROC ;******************************************************************************* + BL Run_Timer3 ;Allumage du Timer 3 LDR R4, [pc,#-2124] ;*********************************************** MOV R5, #1 ;RetroEngineering : 0x40021000 << 18 -> Argument ? STR R5,[R4,#0x18] ;***********************************************