Description
Memory-mapped hardware registers can be read or written for low-level inspection and device bring-up work. It is useful for embedded developers and hardware engineers debugging boards or drivers.
This is a dangerous low-level tool. Writing the wrong register can hang hardware, corrupt state, or crash the system, so use it only when you understand the target address map.