How changing some processor peripheral registers

In 2.0.0-rc1:
Added support for changing some processor peripheral registers through use of the Marshal class

What registers can I change and how?
On TinyCLR Tutorials I didn’t find this information

Marshal.Read and Marshal.Write(register, value);

What registers can I change?
Please, show examples

We will be adding to docs but here is an example

1 Like

OK, thanks