Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
826cfd56
Commit
826cfd56
authored
Jun 21, 2019
by
schneider
Browse files
fix(core1): Make use of the upper 512k
parent
a7ef0e84
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/card10/card10.c
View file @
826cfd56
...
...
@@ -174,7 +174,7 @@ void card10_diag(void)
void
core1_start
(
void
)
{
//MXC_GCR->gp0 = (uint32_t)(&__isr_vector_core1);
MXC_GCR
->
gp0
=
0x100
4
0000
;
MXC_GCR
->
gp0
=
0x100
8
0000
;
MXC_GCR
->
perckcn1
&=
~
MXC_F_GCR_PERCKCN1_CPU1
;
}
...
...
lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_core0.ld
View file @
826cfd56
...
...
@@ -38,7 +38,7 @@
/* If used, they should be adjusted for the external Flash/RAM size */
MEMORY {
SPIX (rx) : ORIGIN = 0x08000000, LENGTH = 128M
FLASH (rx) : ORIGIN = 0x10010000, LENGTH =
192
k
FLASH (rx) : ORIGIN = 0x10010000, LENGTH =
448
k
SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 256k
SPID (r) : ORIGIN = 0x80000000, LENGTH = 512M
}
...
...
lib/sdk/Libraries/CMSIS/Device/Maxim/MAX32665/Source/GCC/max32665_core1.ld
View file @
826cfd56
...
...
@@ -38,7 +38,7 @@
/* If used, they should be adjusted for the external Flash/RAM size */
MEMORY {
SPIX (rx) : ORIGIN = 0x08000000, LENGTH = 128M
FLASH (rx) : ORIGIN = 0x100
4
0000, LENGTH =
256
k
FLASH (rx) : ORIGIN = 0x100
8
0000, LENGTH =
512
k
SRAM (rwx) : ORIGIN = 0x20040000, LENGTH = 256k
SPID (r) : ORIGIN = 0x80000000, LENGTH = 512M
}
...
...
Write
Preview
Supports
Markdown
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