forked from acco/chti23
TP Son meilleur
This commit is contained in:
parent
7fff3125bd
commit
c92af197f1
2 changed files with 23 additions and 40 deletions
|
@ -37,15 +37,8 @@ CallBackSon proc
|
||||||
ldr r2, [r2]
|
ldr r2, [r2]
|
||||||
|
|
||||||
cmp r1, r2
|
cmp r1, r2
|
||||||
bne FIN_Son
|
beq FIN_Son
|
||||||
|
|
||||||
|
|
||||||
mov r0, #0
|
|
||||||
ldr r2, =SortieSon
|
|
||||||
str r0, [r2]
|
|
||||||
bx lr
|
|
||||||
|
|
||||||
FIN_Son
|
|
||||||
add r1, #1
|
add r1, #1
|
||||||
str r1, [r0]
|
str r1, [r0]
|
||||||
sub r1, #1
|
sub r1, #1
|
||||||
|
@ -65,6 +58,12 @@ FIN_Son
|
||||||
|
|
||||||
bl PWM_Set_Value_TIM3_Ch3
|
bl PWM_Set_Value_TIM3_Ch3
|
||||||
|
|
||||||
|
bx lr
|
||||||
|
|
||||||
|
FIN_Son
|
||||||
|
mov r0, #0
|
||||||
|
ldr r2, =SortieSon
|
||||||
|
str r0, [r2]
|
||||||
bx lr
|
bx lr
|
||||||
|
|
||||||
endp
|
endp
|
||||||
|
|
|
@ -173,38 +173,6 @@
|
||||||
<Bp>
|
<Bp>
|
||||||
<Number>1</Number>
|
<Number>1</Number>
|
||||||
<Type>0</Type>
|
<Type>0</Type>
|
||||||
<LineNumber>54</LineNumber>
|
|
||||||
<EnabledFlag>1</EnabledFlag>
|
|
||||||
<Address>0</Address>
|
|
||||||
<ByteObject>0</ByteObject>
|
|
||||||
<HtxType>0</HtxType>
|
|
||||||
<ManyObjects>0</ManyObjects>
|
|
||||||
<SizeOfObject>0</SizeOfObject>
|
|
||||||
<BreakByAccess>0</BreakByAccess>
|
|
||||||
<BreakIfRCount>0</BreakIfRCount>
|
|
||||||
<Filename>.\Src\GestionSon.s</Filename>
|
|
||||||
<ExecCommand></ExecCommand>
|
|
||||||
<Expression></Expression>
|
|
||||||
</Bp>
|
|
||||||
<Bp>
|
|
||||||
<Number>2</Number>
|
|
||||||
<Type>0</Type>
|
|
||||||
<LineNumber>55</LineNumber>
|
|
||||||
<EnabledFlag>1</EnabledFlag>
|
|
||||||
<Address>134220486</Address>
|
|
||||||
<ByteObject>0</ByteObject>
|
|
||||||
<HtxType>0</HtxType>
|
|
||||||
<ManyObjects>0</ManyObjects>
|
|
||||||
<SizeOfObject>0</SizeOfObject>
|
|
||||||
<BreakByAccess>0</BreakByAccess>
|
|
||||||
<BreakIfRCount>1</BreakIfRCount>
|
|
||||||
<Filename>.\Src\GestionSon.s</Filename>
|
|
||||||
<ExecCommand></ExecCommand>
|
|
||||||
<Expression>\\StepSon\Src/GestionSon.s\55</Expression>
|
|
||||||
</Bp>
|
|
||||||
<Bp>
|
|
||||||
<Number>3</Number>
|
|
||||||
<Type>0</Type>
|
|
||||||
<LineNumber>52</LineNumber>
|
<LineNumber>52</LineNumber>
|
||||||
<EnabledFlag>1</EnabledFlag>
|
<EnabledFlag>1</EnabledFlag>
|
||||||
<Address>134220476</Address>
|
<Address>134220476</Address>
|
||||||
|
@ -218,6 +186,22 @@
|
||||||
<ExecCommand></ExecCommand>
|
<ExecCommand></ExecCommand>
|
||||||
<Expression>\\StepSon\Src/GestionSon.s\52</Expression>
|
<Expression>\\StepSon\Src/GestionSon.s\52</Expression>
|
||||||
</Bp>
|
</Bp>
|
||||||
|
<Bp>
|
||||||
|
<Number>2</Number>
|
||||||
|
<Type>0</Type>
|
||||||
|
<LineNumber>67</LineNumber>
|
||||||
|
<EnabledFlag>1</EnabledFlag>
|
||||||
|
<Address>0</Address>
|
||||||
|
<ByteObject>0</ByteObject>
|
||||||
|
<HtxType>0</HtxType>
|
||||||
|
<ManyObjects>0</ManyObjects>
|
||||||
|
<SizeOfObject>0</SizeOfObject>
|
||||||
|
<BreakByAccess>0</BreakByAccess>
|
||||||
|
<BreakIfRCount>0</BreakIfRCount>
|
||||||
|
<Filename>.\Src\GestionSon.s</Filename>
|
||||||
|
<ExecCommand></ExecCommand>
|
||||||
|
<Expression></Expression>
|
||||||
|
</Bp>
|
||||||
</Breakpoint>
|
</Breakpoint>
|
||||||
<MemoryWindow1>
|
<MemoryWindow1>
|
||||||
<Mm>
|
<Mm>
|
||||||
|
|
Loading…
Reference in a new issue