Skip to content

Commit 833f5e3

Browse files
committed
Updated SensorNode platform projects according to the new MCU reference STM32L151CBU6. Bigger FLASH/RAM memories.
1 parent 9e958c2 commit 833f5e3

31 files changed

+2447
-838
lines changed

Doc/SensorNode-schematic.pdf

80.9 KB
Binary file not shown.

Keil/SensorNode/Bootloader/BootLoader.uvopt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,28 @@
7878
<IsCurrentTarget>1</IsCurrentTarget>
7979
</OPTFL>
8080
<CpuCode>255</CpuCode>
81+
<Books>
82+
<Book>
83+
<Number>0</Number>
84+
<Title>Data Sheet</Title>
85+
<Path>DATASHTS\ST\STM32L1xx\CD00277537.pdf</Path>
86+
</Book>
87+
<Book>
88+
<Number>1</Number>
89+
<Title>Reference Manual</Title>
90+
<Path>DATASHTS\ST\STM32L1xx\CD00240193.pdf</Path>
91+
</Book>
92+
<Book>
93+
<Number>2</Number>
94+
<Title>Technical Reference Manual</Title>
95+
<Path>datashts\arm\cortex_m3\r1p1\DDI0337E_CORTEX_M3_R1P1_TRM.PDF</Path>
96+
</Book>
97+
<Book>
98+
<Number>3</Number>
99+
<Title>Generic User Guide</Title>
100+
<Path>datashts\arm\cortex_m3\r2p1\DUI0552A_CORTEX_M3_DGUG.PDF</Path>
101+
</Book>
102+
</Books>
81103
<DebugOpt>
82104
<uSim>0</uSim>
83105
<uTrg>1</uTrg>
@@ -100,6 +122,7 @@
100122
<tRSysVw>1</tRSysVw>
101123
<sRunDeb>0</sRunDeb>
102124
<sLrtime>0</sLrtime>
125+
<bEvRecOn>1</bEvRecOn>
103126
<nTsel>11</nTsel>
104127
<sDll></sDll>
105128
<sDllPa></sDllPa>
@@ -198,6 +221,8 @@
198221
<Lin2Executable></Lin2Executable>
199222
<Lin2ConfigFile></Lin2ConfigFile>
200223
<bLin2Auto>0</bLin2Auto>
224+
<bAutoGenD>0</bAutoGenD>
225+
<bAuto2GenD>0</bAuto2GenD>
201226
</TargetOption>
202227
</Target>
203228

Keil/SensorNode/Bootloader/BootLoader.uvproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<TargetName>BootLoader</TargetName>
1111
<ToolsetNumber>0x4</ToolsetNumber>
1212
<ToolsetName>ARM-ADS</ToolsetName>
13-
<pCCUsed>5060300::V5.06 update 3 (build 300)::ARMCC</pCCUsed>
13+
<pCCUsed>5060422::V5.06 update 4 (build 422)::ARMCC</pCCUsed>
1414
<TargetOption>
1515
<TargetCommonOption>
16-
<Device>STM32L151C8</Device>
16+
<Device>STM32L151CB</Device>
1717
<Vendor>STMicroelectronics</Vendor>
1818
<Cpu>IRAM(0x20000000-0x20003FFF) IROM(0x8000000-0x801FFFF) CLOCK(8000000) CPUTYPE("Cortex-M3")</Cpu>
1919
<FlashUtilSpec></FlashUtilSpec>
20-
<StartupFile>"STARTUP\ST\STM32L1xx\startup_stm32l151xb.s" ("STM32L1xx Medium density Startup Code")</StartupFile>
20+
<StartupFile>"STARTUP\ST\STM32L1xx\startup_stm32l1xx_md.s" ("STM32L1xx Medium density Startup Code")</StartupFile>
2121
<FlashDriverDll>ULP2CM3(-O207 -S8 -C0 -FO7 -FD20000000 -FC800 -FN1 -FF0STM32L1xx_128 -FS08000000 -FL020000)</FlashDriverDll>
2222
<DeviceId>5244</DeviceId>
2323
<RegisterFile>stm32l1xx.h</RegisterFile>
@@ -312,7 +312,7 @@
312312
<OCR_RVCT4>
313313
<Type>1</Type>
314314
<StartAddress>0x8000000</StartAddress>
315-
<Size>0x7000</Size>
315+
<Size>0x4000</Size>
316316
</OCR_RVCT4>
317317
<OCR_RVCT5>
318318
<Type>1</Type>

0 commit comments

Comments
 (0)