stm32f1x: use register base instead of register offset
commita147563ac1e96e3dbe56770a9f958a7b47cc0fc8
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 17 Jul 2011 12:07:26 +0000 (17 14:07 +0200)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sat, 8 Oct 2011 22:00:52 +0000 (9 00:00 +0200)
tree61a6c9d1f406b1828fac83333f3b0e9c896d823c
parent1163435e19f316a4a97fd33f1467f5c1684db654
stm32f1x: use register base instead of register offset

Access the different flash banks' registers using a bank specific register
base and a register specific offset. This is equivalent but feels more
natural.

Some accesses were discovered that maybe should not be hard coded to bank0
registers. Add a note about that.

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/flash/nor/stm32f1x.c