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
stm:stm32f429 [ 06.04.2026 13:24] – [Memory Map] larsstm:stm32f429 [ 19.04.2026 09:55] (current) – [abbreviation dictionary] lars
Line 271: 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.1775481857.txt.gz · Last modified: by lars