Fixed error with PCB layout

This commit is contained in:
maxunm 2020-07-01 23:33:37 -04:00
parent 86db906299
commit 4c7744969f
9 changed files with 2533 additions and 2597 deletions

View file

@ -8,21 +8,11 @@
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\CONFIG\debugger\ST\STM32F429ZI.ddf"
"--drv_verify_download"
"--semihosting"
"--device=STM32F429ZI"
"--drv_interface=SWD"
"--stlink_reset_strategy=0,2"
"--drv_swo_clock_setup=100000000,0,2000000"
"--drv_catch_exceptions=0x000"
"--drv_debug_ap=0"
"--multicore_nr_of_cores=1"

View file

@ -1,6 +1,6 @@
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\bin\armproc.dll"
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\bin\armstlink2.dll"
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\bin\armsim2.dll"
"C:\Users\maxunm\Desktop\TShirtPress\EWARM\Press\Exe\Press.out"
@ -8,8 +8,6 @@
--device_macro="C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\config\debugger\ST\STM32F4xx.dmac"
--flash_loader="C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\config\flashloader\ST\FlashSTM32F427xI.board"

View file

@ -862,7 +862,7 @@
<item>ki</item>
<item>kd</item>
<item>tempC</item>
<item></item>
<item />
</expressions>
<col-names>
<item>Expression</item>

View file

@ -130,6 +130,12 @@
<SumEnabled>0</SumEnabled>
<ShowTimeSum>1</ShowTimeSum>
</DataLog>
<DisassembleMode>
<mode>0</mode>
</DisassembleMode>
<Breakpoints2>
<Count>0</Count>
</Breakpoints2>
<Interrupts>
<Enabled>1</Enabled>
</Interrupts>
@ -140,19 +146,13 @@
<TypeViol>0</TypeViol>
<Stop>1</Stop>
</MemConfig>
<Aliases>
<Count>0</Count>
<SuppressDialog>0</SuppressDialog>
</Aliases>
<Simulator>
<Freq>10000000</Freq>
<FreqHi>0</FreqHi>
<MultiCoreRunAll>1</MultiCoreRunAll>
</Simulator>
<DisassembleMode>
<mode>0</mode>
</DisassembleMode>
<Breakpoints2>
<Count>0</Count>
</Breakpoints2>
<Aliases>
<Count>0</Count>
<SuppressDialog>0</SuppressDialog>
</Aliases>
</settings>

File diff suppressed because one or more lines are too long