Hello, I read a lot of threads that should help me concerning my problem, but I won´t get it running.
my problem is to flash executable code in the external NOR flash. µC = LPC4088, Board Embedded Artists
I started the following way:
in "Options for Target" I define the ROMregion for the external NOR, starting at 0x8000 0000 with the size 0x40 0000. in the utilities I add my progExtNor.ini, where I configure the EMC. the ULINKPro Debugger Settings I add the programming algorithm for the ST39x320 ext. 16-bit NOR Flash with the size of 4Mb
when I compile and flash the project, the .ini file is listed in the Build Output window with its complete code. after this "Erase Done" - "Programming Done" is written, but then he find out a lot of
Contents mismatch at: 80000000H (Flash=00H Required=28H) !
when I change into debug mode, my memory window show really a complete section of zeros...
Can someone imagine what I am doing wrong???
thanks for help in advance. Sven