You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 60001100h | 100h | rtcs | RTC system memory, see `system_rtc_mem_write`
| 60001200h | 200h | rtcu | RTC user memory
| 60009A00h |>=324h| ? | Referenced by rom_get_noisefloor, rom_chip_v5_sense_backoff
### dport0 (3FF00000h–)
* 3FF00014h is a clock setting register. Setting bit 0 changes the CPU to 160 MHz mode. Clearing it means 80 MHz. Note that you need to call `os_update_cpu_frequency(int freq_in_mhz)` when changing the bit. Probably to calibrate timers. The UART divisor is not updated automatically, so you also have to call `uart_div_modify(uart_no, clock_freq_in_hz / baud_rate_in_baud)`.
* 3FF20A00h (>=3e0) referenced by rom_tx_mac_disable/rom_tx_mac_enable