Hi @andranikaslanya
Please make sure you are using correct RCW configuratin. You can try to configure USE_SAFE_RCW = True in Target Initialization File
Please add following in C:/Freescale/CW4NET_v2020.06/CW_ARMv8/Config/boards/LX2160A_Custome_init.py.
def Config_Flash_Devices():
fl = flash.create(TA)
fl.add_device({"alias": "xspi", "name": "MT25QU512ABB", "address": 0x0, "ws_address": 0x18000000, "ws_size": 0x1FFFF, "geometry": "8x1", "controller": "FSPI"})
In addition, when you click flash programing icon, CCS(CodeWarrior Connection Server) console will be popped up on the right bottom of the Windows task bar, please open it and type "log v", then click flash programming icon again, the low level CCS log will be printed out, would you please capture this CCS log to me to do more investigation?