This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2432: MT35XU512 syscfg configuration

Part Number: AM2432

Hello,
MT35XU512 is used on our design and I have some trouble to configure it inside syscfg.

I used the .json file to configure it with protocol 1S-1S-8S but, I am still unable to erase/write.
Read seems to work correctly.

Here is the json file:

{

        "flashSize": 67108864,
        "flashPageSize": 256,
        "flashManfId": "0x2C",
        "flashDeviceId": "0x5B1A",
        "flashBlockSize": 131072,
        "flashSectorSize": 4096,
        "cmdBlockErase3B": "0xD8",
        "cmdBlockErase4B": "0xDC",
        "cmdSectorErase3B": "0x20",
        "cmdSectorErase4B": "0x21",
        "protos": {
                "p111": {
                        "isDtr": false,
                        "cmdRd": "0x03",
                        "cmdWr": "0x02",
                        "modeClksCmd": 0,
                        "modeClksRd": 0,
                        "dummyClksCmd": 0,
                        "dummyClksRd": 0,
                        "enableType": "0",
                        "enableSeq": "0x00",
                        "dummyCfg": null,
                        "protoCfg": null,
                        "strDtrCfg": null
                },
                "p112": null,
                "p114": null,
                "p118": {
                        "isDtr": false,
                        "cmdRd": "0x7C",
                        "cmdWr": "0x84",
                        "modeClksCmd": 0,
                        "modeClksRd": 0,
                        "dummyClksCmd": 0,
                        "dummyClksRd": 0,
                        "enableType": "1",
                        "enableSeq": "0x00",
                        "dummyCfg": null,
                        "protoCfg": null,
                        "strDtrCfg": null
                },
                "p444s": null,
                "p444d": null,
                "p888s": null,
                "p888d": null,
                "pCustom": {
                        "fxn": null
                }
        },
        "addrByteSupport": "1",
        "fourByteAddrEnSeq": "0x36",
        "cmdExtType": "NONE",
        "resetType": "0x30",
        "deviceBusyType": "0",
        "cmdWren": "0x06",
        "cmdRdsr": "0x05",
        "srWip":  0,
        "srWel":  1,
        "cmdChipErase": "0xC7",
        "rdIdSettings": {
                "cmd": "0x9F",
                "numBytes": 5,
                "dummy4": 0,
                "dummy8": 0
        },
        "xspiWipRdCmd": "0x00",
        "xspiWipReg": "0x00000000",
        "xspiWipBit": 0,
        "flashDeviceBusyTimeout": 128000000,
        "flashPageProgTimeout": 120
}

Do you have a working sycfg configuration for this device?

Best regards,

Cyril