Skip to content

Commit a68f142

Browse files
author
thread-liu
committed
[update] bsp/stm32/stm32h743-st-nucleo
1 parent 0b61ac0 commit a68f142

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bsp/stm32/stm32f429-st-disco/rtconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
EXEC_PATH = r'C:/Keil_v5'
2424
elif CROSS_TOOL == 'iar':
2525
PLATFORM = 'iar'
26-
EXEC_PATH = r'G:/SoftWare/IAR'
26+
EXEC_PATH = r'C:/Program Files (x86)/IAR Systems/Embedded Workbench 8.0'
2727

2828
if os.getenv('RTT_EXEC_PATH'):
2929
EXEC_PATH = os.getenv('RTT_EXEC_PATH')

bsp/stm32/stm32h743-st-nucleo/project.uvprojx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<TargetCommonOption>
1414
<Device>STM32H743ZITx</Device>
1515
<Vendor>STMicroelectronics</Vendor>
16-
<PackID>Keil.STM32H7xx_DFP.2.3.0</PackID>
16+
<PackID>Keil.STM32H7xx_DFP.2.3.1</PackID>
1717
<PackURL>https://www.keil.com/pack/</PackURL>
1818
<Cpu>IRAM(0x20000000-0x2001FFFF) IRAM2(0x24000000-0x2407FFFF) IROM(0x8000000-0x81FFFFF) CLOCK(12000000) FPU3(DFPU) CPUTYPE("Cortex-M7") ELITTLE</Cpu>
1919
<FlashUtilSpec />
@@ -357,7 +357,7 @@
357357
</VariousControls>
358358
</Aads>
359359
<LDads>
360-
<umfTarg>1</umfTarg>
360+
<umfTarg>0</umfTarg>
361361
<Ropi>0</Ropi>
362362
<Rwpi>0</Rwpi>
363363
<noStLib>0</noStLib>
@@ -366,7 +366,7 @@
366366
<TextAddressRange>0x08000000</TextAddressRange>
367367
<DataAddressRange>0x20000000</DataAddressRange>
368368
<pXoBase />
369-
<ScatterFile />
369+
<ScatterFile>.\board\linker_scripts\link.sct</ScatterFile>
370370
<IncludeLibs />
371371
<IncludeLibsPath />
372372
<Misc />

0 commit comments

Comments
 (0)