Rev 7 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 7 | Rev 18 | ||
|---|---|---|---|
| Line 71... | Line 71... | ||
| 71 | /* The startup code goes first into FLASH */ |
71 | /* The startup code goes first into FLASH */ |
| 72 | .isr_vector : |
72 | .isr_vector : |
| 73 | { |
73 | { |
| 74 | . = ALIGN(4); |
74 | . = ALIGN(4); |
| 75 | KEEP(*(.isr_vector)) /* Startup code */ |
75 | KEEP(*(.isr_vector)) /* Startup code */ |
| 76 | . = ALIGN(1024); |
76 | . = ALIGN(4); |
| 77 | } >FLASH |
77 | } >FLASH |
| 78 | 78 | ||
| 79 | /* non volatile data in a data block at the beginning of flash */ |
79 | /* non volatile data in a data block at the beginning of flash */ |
| 80 | .nvram : |
80 | .nvram : |
| 81 | { |
81 | { |