Difference between revisions of "Peripherals"
From WikiPrizm
Jump to navigationJump to search (Added a peripherals list as I go through adding in emulation support) |
m (Messed up the table, saved instead of previewed >.<) |
||
Line 18: | Line 18: | ||
List of peripherals that match documentation | List of peripherals that match documentation | ||
{| class="wikitable" | {| class="wikitable" | ||
− | !|Name|SH Core|Base Address|Functionality Tested|Notes | + | !|Name||SH Core||Base Address||Functionality Tested||Notes |
|- | |- | ||
− | |BSC|SH7730| | + | |BSC||SH7730||FEC1 0000||{{no}}||Assumed to be SH7724 before, register accesses match up with SH7730, maybe others |
|} | |} | ||
Revision as of 05:16, 10 February 2015
The SH7305 is comprised of many different peripherals that surround a SH4a core in the SH7305. Due to a lack of known documentation, the peripherals included in the SH7305 are guessed based on similarities to other SuperH CPUs with known documentation.
Unknown Peripherals
Please document all reads/writes to unknown peripherals. This is an effort to produce documentation by analyzing their usage. Please report the address, access size in bytes, mark read and/or write, and note what the surrounding code was doing or any hypothesis about the function. Note that 0x8xxxxxxx-0x9xxxxxxx and 0xAxxxxxxx-0xBxxxxxxx addresses are identical, standardize on 0xAxxxxxxx-0xBxxxxxxx addresses.
Address | Size | Read | Write | Notes |
---|---|---|---|---|
A405 0184 | 2 | No | Yes | Writes 0x9554 on cold start. Order for next 3: ...86, ...88, ...8A, ...84. This overlaps with the SH7724's PFC's PULCR (pullup control register), but most likely not the same. |
A405 0186 | 2 | No | Yes | Writes 0x5555 on cold start. Overlaps with the SH7724's PFC |
A405 0188 | 2 | No | Yes | Writes 0x5555 on cold start. Overlaps with the SH7724's PFC |
A405 018A | 2 | No | Yes | Writes 0x5515 on cold start. Overlaps with the SH7724's PFC |
Peripherals List
List of peripherals that match documentation
Name | SH Core | Base Address | Functionality Tested | Notes |
---|---|---|---|---|
BSC | SH7730 | FEC1 0000 | No | Assumed to be SH7724 before, register accesses match up with SH7730, maybe others |
Peripherals on Cold Start
- (SH7724) STBCR <- 0 (Standby control)
- (SH7724) MSTPCR0 <- 0 (module stop 0)
- (SH7724) MSTPCR0 <- 0xFFFFFFFF (module stop 2)
(TODO)