hello,
I did made a new project to flash. Same problems. the reason for LPC12XX in my logfile is becasue of a connect script.

I am using following script in it. Should that be different for the LPC 1833? Again, I had no problems using LPC 1837 and suddenly, it worked after a lot of retry. But when I take a new board, same issue appaers.
Script I am using :
10 rem ---------------------------------
20 print "LPC12XX Connect Script"
30 rem ---------------------------------
40 rem probelist
50 p% = probefirstfound
60 rem probeopenbyindex p%
70 wireswdconnect p%
80 selectprobecore p% 0
90 cminitapdp this
100 cmhalt this
110 cmwatchset this 0 0x40048000 W
120 cmresetvectorcatchclear this
130 cmsysresetreq this
140 qpoke32 this 0x40004000 0x00
150 qpoke32 this 0x40004008 0xAA
160 qpoke32 this 0x40004008 0x55
170 qstarttransfers this 0
180 rem ---------------------------------
190 rem Watchdog MOD Register
200 rem ---------------------------------
210 rem m% = peek32 this 0x40004000
220 rem print "MOD = "; ~m%
230 cmwatchclear this 0
240 rem cmresetvectorcatchset this
250 rem ---------------------------------
260 end
When using debug I got following error :
Error in final launch sequence
Failed to execute MI command:
-target-select extended-remote | crt_emu_cm_redlink -msg-port=51939 -g -mi -4 -pLPC1833 -vendor=NXP -ResetScript=LPC18LPC43InternalFLASHBootResetscript.scp -reset=VECTRESET -ProbeHandle=1 -CoreIndex=0 -flash-driver=LPC18x3_43x3_2x256_BootA.cfx
Error message from debugger back end:
Remote communication error. Target disconnected.: No error.
Remote communication error. Target disconnected.: No error.
where can I change the used resetscript? Maybe that's an issue because I use now LPC 133 instead of LPC 1837 (more memory, but I do not need it)