Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4817

C/C++ • Re: RP2040 read GPIO with memory mapped access

$
0
0
Memory-mapped IO registers on RP2040 ignore the width of bus read/write accesses. They treat all writes as though
they were 32 bits in size. This means software can not use byte or halfword writes to modify part of an IO register: any
write to an address where the 30 address MSBs match the register address will affect the contents of the entire
register.

Statistics: Posted by cleverca22 — Thu Apr 18, 2024 12:01 am



Viewing all articles
Browse latest Browse all 4817

Trending Articles