правки - старые ножки тоже на вход настроим

This commit is contained in:
Dmitriy 2024-04-22 20:51:48 +03:00
parent 0879180e90
commit e9116b940f
7 changed files with 5883 additions and 652 deletions

Binary file not shown.

Binary file not shown.

5219
Flash/Exe/solarium_3_46.hex Normal file

File diff suppressed because it is too large Load Diff

View File

@ -141,7 +141,12 @@ void InitImpInput (void)
PCONP_bit.PCTIM3 = 1;
PCLKSEL1_bit.PCLK_TIMER3 = 2;
PINSEL1_bit.P0_23 = 0x3;
PINMODE1_bit.P0_23 = 0;
FIO0DIR_bit.P0_23 = 0;
FIO0MASK_bit.P0_23 = 0;
PINSEL1_bit.P0_25 = 0x3;
PINMODE1_bit.P0_25 = 0;
FIO0DIR_bit.P0_25 = 0;

View File

@ -4,6 +4,8 @@
<WatchCond>_ 0</WatchCond>
<Watch0>_ 0 "" 0 "" 0 "" 0 "" 0 0 0 0</Watch0>
<Watch1>_ 0 "" 0 "" 0 "" 0 "" 0 0 0 0</Watch1>
<jlinkResetStyle>12</jlinkResetStyle>
<jlinkResetStrategy>9</jlinkResetStrategy>
<LeaveTargetRunning>_ 0</LeaveTargetRunning>
<CStepIntDis>_ 0</CStepIntDis>
</JLinkDriver>
@ -120,6 +122,11 @@
<ArmDriver>
<EnableCache>0</EnableCache>
</ArmDriver>
<LogFile>
<LoggingEnabled>_ 0</LoggingEnabled>
<LogFile>_ ""</LogFile>
<Category>_ 0</Category>
</LogFile>
<DisassembleMode>
<mode>0</mode>
</DisassembleMode>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff