Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISUZU
VC66_7C
Commits
b0d84eb2
Commit
b0d84eb2
authored
May 06, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改配置
parent
a07d8777
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
d1mx.ld
source/System/d1mx.ld
+4
-4
init.c
source/System/init.c
+1
-1
No files found.
source/System/d1mx.ld
View file @
b0d84eb2
...
...
@@ -56,9 +56,9 @@ CONSTANTS
MEMORY
{
//#if (WITHOUT_BOOT)
iROM_0 : ORIGIN = 0x00000000, LENGTH = 5120k
//
iROM_0 : ORIGIN = 0x00000000, LENGTH = 5120k
//#else
//
iROM_0 : ORIGIN = 0x00200400, LENGTH = 2048k
iROM_0 : ORIGIN = 0x00200400, LENGTH = 2048k
//#endif
iRAM_0 : ORIGIN = 0xFEB80000, LENGTH = 512k /* RAM addres space seen by external bus masters */
...
...
@@ -74,9 +74,9 @@ SECTIONS
.intvect :>iROM_0 /* start of interrupt vector */
//#if (WITHOUT_BOOT)
.intvect_end 0x000600 :>. /* end of interrupt vector */
//
.intvect_end 0x000600 :>. /* end of interrupt vector */
//#else
//
.intvect_end 0x200a00 :>. /* end of interrupt vector */
.intvect_end 0x200a00 :>. /* end of interrupt vector */
//#endif
.text align(4) :>. /* program code area */
...
...
source/System/init.c
View file @
b0d84eb2
...
...
@@ -49,7 +49,7 @@
#include "r_fdl_types.h"
#include "fdl_descriptor.h"
#define WITHOUT_BOOT
1
#define WITHOUT_BOOT
0
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
/* Private macro -------------------------------------------------------------*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment