stm:stm32f429
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| stm:stm32f429 [ 06.04.2026 13:24] – [Memory Map] lars | stm:stm32f429 [ 25.04.2026 16:08] (current) – [pinout] lars | ||
|---|---|---|---|
| Line 249: | Line 249: | ||
| | A2 | RMII_MDIO | Ethernet RMII | | | A2 | RMII_MDIO | Ethernet RMII | | ||
| | C1 | RMII_MDC | Ethernet RMII | | | C1 | RMII_MDC | Ethernet RMII | | ||
| - | | A7 | RMII_MII_CRS_DV | Ethernet RMII | | + | | A7 | RMII_MII_CRS_DV |
| | C4 | RMII_MII_RXD0 | Ethernet RMII | | | C4 | RMII_MII_RXD0 | Ethernet RMII | | ||
| | C5 | RMII_MII_RXD1 | Ethernet RMII | | | C5 | RMII_MII_RXD1 | Ethernet RMII | | ||
| Line 268: | Line 268: | ||
| ==== LD3 (red) ==== | ==== LD3 (red) ==== | ||
| PB14 (leuchtet wenn GPIO = 1 = High) | PB14 (leuchtet wenn GPIO = 1 = High) | ||
| - | ===== abbreviation dictionary ===== | ||
| - | ^ abbreviation ^ long version ^ comment ^ | + | ===== Ethernet ===== |
| + | 10/100 Mbit/s, PHY generates 50 MHz RMII_REF_CLK. | ||
| + | ===== abbreviation dictionary ===== | ||
| + | ^ abbreviation ^ long version ^ comment ^ | ||
| + | | rw | read/write | Software can read and write to these bits. | | ||
| + | | r | read-only | Software can only read these bits. | | ||
| + | | w | write-only | Software can only write to this bit. Reading the bit returns the reset value. | | ||
| + | | rc_w1 | read/clear | Software can read as well as clear this bit by writing 1. Writing ‘0’ has no effect on the bit value. | | ||
| + | | rc_w0 | read/clear | Software can read as well as clear this bit by writing 0. Writing ‘1’ has no effect on the bit value. | | ||
| + | | rc_r | read/clear by read | Software can read this bit. Reading this bit automatically clears it to ‘0’. Writing ‘0’ has no effect on the bit value. | | ||
| + | | rs | read/set | Software can read as well as set this bit. Writing ‘0’ has no effect on the bit value. | | ||
| + | | rt_w | read-only write trigger | Software can read this bit. Writing ‘0’ or ‘1’ triggers an event but has no effect on the bit value. | | ||
| + | | t | toggle | Software can only toggle this bit by writing ‘1’. Writing ‘0’ has no effect. | | ||
| + | | Res. | Reserved | Reserved bit, must be kept at reset value. | | ||
stm/stm32f429.1775481857.txt.gz · Last modified: by lars
