Hi all, I am using ADuC7020 micro-converter mini-board(ftp.analog.com/.../aduc7020 adap a.pdf) with Keil uv4, along with ARM WSD.
I have to make the application stand-alone(run the code from flash only). The procedure i follow is as given below: 1) build the code and generate a hex file without any errors
2) transfer the hexfile via serial port using ARM WSD
I am not able to run the code when ARMWSD is not running. Any pointers on how to tackle this issue?