MBSP

Microcontroller Board Support Package

User Tools

Site Tools


stm:stm32f429

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
stm:stm32f429 [ 12.03.2026 02:32] – [IRQ] larsstm:stm32f429 [ 19.04.2026 09:55] (current) – [abbreviation dictionary] lars
Line 2: Line 2:
 ARM Cortex-M4 (180MHz) FPU ARM Cortex-M4 (180MHz) FPU
 ===== Memory Map ===== ===== Memory Map =====
-^ start address ^ end address ^  used for ^  comment ^+|< 100% 15% 15% 20% 50% >| 
 +^ start address ^ end address ^  used for  ^  comment  ^
 |  0x0 |  0x1fffff | | Aliased to flash, system memory or SRAM depending on the BOOT pins | |  0x0 |  0x1fffff | | Aliased to flash, system memory or SRAM depending on the BOOT pins |
 |  0x20 0000 |  0x7ff ffff | reserved | | |  0x20 0000 |  0x7ff ffff | reserved | |
Line 270: Line 271:
  
 ^ abbreviation ^ long version ^ comment ^ ^ 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.1773282771.txt.gz · Last modified: by lars