Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added link to Memory Map spreadsheet #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions misc/rtc.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Regarding splitting out chunks, what we'll be doing is omitting chunks of RTC re

* Also note that the final bad spot will usually be a range and not a singular spot.
* ie. `rtcfx_exclude=85-86` instead of one singular value
* Cyberlooper has provided an easy to use sheet for the memory map. You can colour out the regions that are safe, you can drill down with each collums until you have found the region(s) that are at fault. You can find it here, https://docs.google.com/spreadsheets/d/1vSvhE2P0roNJFnCkfsRN0a_ZLhdLFIuEkkjPIa6IBHE/edit?usp=sharing

**Pro tip**: To find a value in between 2 regions, I recommend first converting from hexadecimal to decimal, then run the below equation:

Expand Down