PSoC route <--> bit

root

psoc-rebit | from routes to bits and back again.

usage

offsets | query for PSoC 5LP registers.

Pass an address and a mask for those bits that will vary in the outputted list of registers:

gforth filter-regmap.4th

list all of DSI13s registers:

$40014D12 $FF psoc5lp-offsets.

list all VS7 in the UDB array:

$400101EE $1E00 psoc5lp-offsets.

list all VS7 in the DSI:

$400140EE $F00 psoc5lp-offsets.

list all Bank 0, Pair 0 registers. Both routing and logic:

$40010000 $1FF psoc5lp-offsets.

list all OR terms of Bank 0, Pair 0, UDB 0, PLD 0:

$40010030 $6 psoc5lp-offsets.

contact

I'm Andreas Wagner, contact me at andreas.wagner@lowfatcomputing.org or pointfree on freenode.