Hello everybody,

sorry for not writing in englisch. Since I selected Germany on the mailing
list I thought german was okay.

Well, my mail again in englisch:

first of all: I'm new to the whole OpenOCD and debugging topic so forgive me
if I missed a few things.

I'm digging through OpenOCD's code right now, wondering if the Silabs MGM111
SoC is already supported (DataSheet:
https://www.silabs.com/documents/public/data-sheets/MGM111_DataSheet.pdf).
It is based on the EFR32 Mighty Gecko SoC and at least for this the Flash
Config is already available. If I understand the code in
'openocd/src/flash/nor/efm32.c' correctly, then the chip is used to check
whether the Flash Driver can be used.
I suppose that the MGM111 family will respond with one of the following
names:

MGM111A256V1
MGM111A256V1R
MGM111E256V1
MGM111E256V1R
MGM111A256V2
MGM111A256V2R
MGM111E256V2
MGM111E256V2R

Therefore it should be sufficient to add the following to the source code to
support the flash memory:

{ 64, "MGM111A256V1 Mighty", .series = 1 },
{ 65, "MGM111E256V1 Mighty", .series = 1 },
{ 66, "MGM111A256V2 Mighty", .series = 1 },
{ 67, "MGM111E256V2 Mighty", .series = 1 },
…

Or am I missing something?

Greetings,
Jan

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to