Added STM32L053R8
authorJean-Luc Béchennec <Jean-Luc.Bechennec@irccyn.ec-nantes.fr>
Tue, 15 Dec 2015 14:12:55 +0000 (15:12 +0100)
committerJean-Luc Béchennec <Jean-Luc.Bechennec@irccyn.ec-nantes.fr>
Tue, 15 Dec 2015 14:12:55 +0000 (15:12 +0100)
Hello, checked this board with stink. It communicates without flaw with the board:

```
2015-12-15T14:47:03 INFO src/stlink-common.c: Loading device parameters....
2015-12-15T14:47:03 INFO src/stlink-common.c: Device connected is: L0x3 device, id 0x10086417
2015-12-15T14:47:03 INFO src/stlink-common.c: SRAM size: 0x2000 bytes (8 KiB), Flash: 0x10000 bytes (64 KiB) in pages of 128 bytes
2015-12-15T14:47:03 INFO gdbserver/gdb-server.c: Chip ID is 00000417, Core ID is  0bc11477.
2015-12-15T14:47:03 INFO gdbserver/gdb-server.c: Target voltage is 3264 mV.
2015-12-15T14:47:03 INFO gdbserver/gdb-server.c: Listening at *:4242...
```

When I launch GDB and connect to the server, I get :

```
2015-12-15T14:51:41 ERROR gdbserver/gdb-server.c: [FP_CTRL] = 0x00000041 expecting 0x00000261
2015-12-15T14:51:41 INFO gdbserver/gdb-server.c: GDB connected.
```

on the st-util side and :

```
Cannot access memory at address 0xffffffff
```

on the GDB side

Reading and writing to memory and registers works however I get

```
Cannot access memory at address 0xffffffff
```

Each time I write to the memory or to a register

README

diff --git a/README b/README
index 10feb7dc29720bd4d1bc745a253ce15b5e2380cb..ac1dd0efd5a516e24f00a2b9a9f64dd5dea3b7da 100644 (file)
--- a/README
+++ b/README
@@ -200,6 +200,7 @@ Known Working Targets:
 * STM32F303RET6 (STM32 Nucleo-F303RE board)
 * STM32F334R8 (STM32 Nucleo-F334R8 board)
 * STM32F411RET6 (STM32 Nucleo-F411RE board)
-& STM32F756NGHx (STMF7 evaluation board)
+* STM32F756NGHx (STMF7 evaluation board)
+* STM32L053R8 (STM32 Nucleo-L053R8 board)
 
 Please report any and all known working combinations so I can update this!