Skip to content

Commit

Permalink
Change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kiffie committed Jul 9, 2023
1 parent 3f9758c commit 4507847
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ An alternative to ```xc32-bin2hex``` is ```pic32-bin2hex```, which is part of th

To link the final application image, three linker script files are used

* a main file containing the memory map of the used device (needs to be adapted
to the Flash memory size and the RAM size
* a file `pic32_common.ld` included by the main file
* a file `memory.x` containing the memory map of the used device (needs to be adapted
to the Flash memory size and the SRAM size).
* a file `device.x` contained in the peripheral access crate that provides
symbolic names for the interrupt vectors; also included by the main file
symbolic names for the interrupt vectors
* a main linker script `link.x`, which is part of the `mips-rt` crate. This main linker scripts sources the contents of `memory.x` and `device.x`.

0 comments on commit 4507847

Please sign in to comment.