stm32lx.c: Read IDcode at appropriate address.
commit9bbe299b35be0e086fdafb9c44669b1c36f935f9
authorUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Mon, 14 Nov 2016 18:12:38 +0000 (14 19:12 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Tue, 3 Oct 2017 10:25:27 +0000 (3 11:25 +0100)
treefc4c82d0f8c4008c10fb473ac09a1f16507743dc
parent5384d2c20929d7217d884070e505ae38108c1a21
stm32lx.c: Read IDcode at appropriate address.

Trying to read the L0 idcode at the L1 idcode address 0xE0042000 often
resulted in an uncatched error. Reading at the right L0 address 0x40015800
afterwards results in reading 0. So access to the device is denied..

Change-Id: I6de92cf99a5d5d46c72f9ba055613cbc5753a951
Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Reviewed-on: http://openocd.zylin.com/3883
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/flash/nor/stm32lx.c