改为2M flash
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
// 使用 IntelliSense 了解相关属性。
|
// 使用 IntelliSense 了解相关属性。
|
||||||
// 悬停以查看现有属性的描述。
|
// 悬停以查看现有属性的描述。
|
||||||
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
"showDevDebugOutput": "raw",
|
"showDevDebugOutput": "raw",
|
||||||
"servertype": "jlink",
|
"servertype": "jlink",
|
||||||
"serverpath": "tools/v7.50a/JLinkGDBServerCL.exe",
|
"serverpath": "tools/v7.50a/JLinkGDBServerCL.exe",
|
||||||
"device": "stm32f429ig",
|
"device": "stm32f429bi",
|
||||||
"interface": "swd",
|
"interface": "swd",
|
||||||
"loadFiles": [],
|
"loadFiles": [],
|
||||||
"svdFile": "Project/STM32F429.svd",
|
"svdFile": "Project/STM32F429.svd",
|
||||||
|
8
.vscode/tasks.json
vendored
8
.vscode/tasks.json
vendored
@@ -37,10 +37,10 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "tools/v7.50a/JLink.exe",
|
"command": "tools/v7.50a/JLink.exe",
|
||||||
"args": [
|
"args": [
|
||||||
"-autoconnect", "1",
|
"-autoconnect", "1",
|
||||||
"-device", "stm32f429ig",
|
"-device", "stm32f429bi",
|
||||||
"-if", "swd",
|
"-if", "swd",
|
||||||
"-speed", "4000",
|
"-speed", "4000",
|
||||||
"-commandfile", "download.jlink"
|
"-commandfile", "download.jlink"
|
||||||
],
|
],
|
||||||
"group": "build",
|
"group": "build",
|
||||||
|
@@ -63,7 +63,7 @@ MEMORY
|
|||||||
{
|
{
|
||||||
RAM (xrw) : ORIGIN = 0x2000000C, LENGTH = 0x0002FFF4
|
RAM (xrw) : ORIGIN = 0x2000000C, LENGTH = 0x0002FFF4
|
||||||
CCMRAM (xrw) : ORIGIN = 0x10000000, LENGTH = 64K
|
CCMRAM (xrw) : ORIGIN = 0x10000000, LENGTH = 64K
|
||||||
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K
|
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 2048K
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Define output sections */
|
/* Define output sections */
|
||||||
|
Reference in New Issue
Block a user