File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
art_pi_blink_led/board/linker_scripts/STM32H750XBHx
art_pi_factory/board/linker_scripts/STM32H750XBHx
art_pi_wifi/board/linker_scripts/STM32H750XBHx
industry_io_gateway/board/linker_scripts/STM32H750XBHx Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 55/* Program Entry, set to mark it as "used" and avoid gc */
66MEMORY
77{
8- ROM (rx) : ORIGIN =0x90000000 ,LENGTH =16384k
8+ ROM (rx) : ORIGIN =0x90000000 ,LENGTH =8192k
99RAM (rw) : ORIGIN =0x24000000 ,LENGTH =512k
1010}
1111ENTRY (Reset_Handler)
Original file line number Diff line number Diff line change 22; *** Scatter-Loading Description File generated by uVision ***
33; *************************************************************
44
5- LR_IROM1 0x90000000 0x01000000 { ; load region size_region
6- ER_IROM1 0x90000000 0x01000000 { ; load address = execution address
5+ LR_IROM1 0x90000000 0x00800000 { ; load region size_region
6+ ER_IROM1 0x90000000 0x00800000 { ; load address = execution address
77 *.o (RESET, +First)
88 *(InRoot$$Sections)
99 .ANY (+RO)
Original file line number Diff line number Diff line change 55/* Program Entry, set to mark it as "used" and avoid gc */
66MEMORY
77{
8- ROM (rx) : ORIGIN =0x90000000 ,LENGTH =16384k
8+ ROM (rx) : ORIGIN =0x90000000 ,LENGTH =8192k
99RAM (rw) : ORIGIN =0x24000000 ,LENGTH =512k
1010}
1111ENTRY (Reset_Handler)
Original file line number Diff line number Diff line change 22; *** Scatter-Loading Description File generated by uVision ***
33; *************************************************************
44
5- LR_IROM1 0x90000000 0x01000000 { ; load region size_region
6- ER_IROM1 0x90000000 0x01000000 { ; load address = execution address
5+ LR_IROM1 0x90000000 0x00800000 { ; load region size_region
6+ ER_IROM1 0x90000000 0x00800000 { ; load address = execution address
77 *.o (RESET, +First)
88 *(InRoot$$Sections)
99 .ANY (+RO)
Original file line number Diff line number Diff line change 55/* Program Entry, set to mark it as "used" and avoid gc */
66MEMORY
77{
8- ROM (rx) : ORIGIN =0x90000000 ,LENGTH =16384k
8+ ROM (rx) : ORIGIN =0x90000000 ,LENGTH =8192k
99RAM (rw) : ORIGIN =0x24000000 ,LENGTH =512k
1010}
1111ENTRY (Reset_Handler)
Original file line number Diff line number Diff line change 22; *** Scatter-Loading Description File generated by uVision ***
33; *************************************************************
44
5- LR_IROM1 0x90000000 0x01000000 { ; load region size_region
6- ER_IROM1 0x90000000 0x01000000 { ; load address = execution address
5+ LR_IROM1 0x90000000 0x00800000 { ; load region size_region
6+ ER_IROM1 0x90000000 0x00800000 { ; load address = execution address
77 *.o (RESET, +First)
88 *(InRoot$$Sections)
99 .ANY (+RO)
Original file line number Diff line number Diff line change 55/* Program Entry, set to mark it as "used" and avoid gc */
66MEMORY
77{
8- ROM (rx) : ORIGIN =0x90000000 ,LENGTH =16384k
8+ ROM (rx) : ORIGIN =0x90000000 ,LENGTH =8192k
99RAM (rw) : ORIGIN =0x24000000 ,LENGTH =512k
1010RxDecripSection (rw) : ORIGIN =0x30040000 ,LENGTH =32k
1111TxDecripSection (rw) : ORIGIN =0x30040060 ,LENGTH =32k
Original file line number Diff line number Diff line change 22; *** Scatter-Loading Description File generated by uVision ***
33; *************************************************************
44
5- LR_IROM1 0x90000000 0x01000000 { ; load region size_region
6- ER_IROM1 0x90000000 0x01000000 { ; load address = execution address
5+ LR_IROM1 0x90000000 0x00800000 { ; load region size_region
6+ ER_IROM1 0x90000000 0x00800000 { ; load address = execution address
77 *.o (RESET, +First)
88 *(InRoot$$Sections)
99 .ANY (+RO)
You can’t perform that action at this time.
0 commit comments