Skip to content

Commit

Permalink
[UFL] Modify FlexSPI driver Lib #1
Browse files Browse the repository at this point in the history
- Aligned linker of driver lib and test FL project with UFL project

Signed-off-by: Jay Heng <hengjie1989@foxmail.com>
  • Loading branch information
JayHeng committed Feb 1, 2021
1 parent f97b77d commit c6445c1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<TargetName>RT105x_Hyper_Flash</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
<pCCUsed>5060750::V5.06 update 6 (build 750)::.\ARMCC</pCCUsed>
<uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
Expand Down Expand Up @@ -275,8 +275,8 @@
</OCR_RVCT3>
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x0</StartAddress>
<Size>0x40000</Size>
<StartAddress>0xc000</StartAddress>
<Size>0x74000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
Expand Down Expand Up @@ -373,7 +373,7 @@
<ScatterFile>.\Target.lin</ScatterFile>
<IncludeLibs></IncludeLibs>
<IncludeLibsPath></IncludeLibsPath>
<Misc>--diag_suppress L6305</Misc>
<Misc>--diag_suppress L6305 --entry 0xc001</Misc>
<LinkerInputFile></LinkerInputFile>
<DisabledWarnings></DisabledWarnings>
</LDads>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Linker Control File (scatter-loading)
;

PRG 0 PI ; Programming Functions
PRG 0xc000 PI ; Programming Functions
{
PrgCode +0 ; Code
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<TargetName>RT105x_Hyper_Flash</TargetName>
<ToolsetNumber>0x4</ToolsetNumber>
<ToolsetName>ARM-ADS</ToolsetName>
<pCCUsed>5060750::V5.06 update 6 (build 750)::ARMCC</pCCUsed>
<pCCUsed>5060750::V5.06 update 6 (build 750)::.\ARMCC</pCCUsed>
<uAC6>0</uAC6>
<TargetOption>
<TargetCommonOption>
Expand Down Expand Up @@ -275,8 +275,8 @@
</OCR_RVCT3>
<OCR_RVCT4>
<Type>1</Type>
<StartAddress>0x0</StartAddress>
<Size>0x40000</Size>
<StartAddress>0xc000</StartAddress>
<Size>0x74000</Size>
</OCR_RVCT4>
<OCR_RVCT5>
<Type>1</Type>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Linker Control File (scatter-loading)
;

PRG 0 PI ; Programming Functions
PRG 0xc000 PI ; Programming Functions
{
PrgCode +0 ; Code
{
Expand Down

0 comments on commit c6445c1

Please sign in to comment.