This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

On LPC 2138 boards -SECTORS ERASING PROBLEM

Hi

I am downloading my application using LPC2000 v2.2.1 on to lpc2138 board with flash 512k.And insted of deleting entire device(flash) i am selecting particular sectors to be deleted(for example 0-14)but it is not allowing me to do and it is throwing an error "cannot communicate with test board" and at the down it is displaying "lpc2000 flash erase failed".

Please suggest me how to solve this problem

Thanks
Reddy

Parents
  • I found out that read protection is enabled by monitoring serial port,when it send ISp command to erase individual sector the return value is 19(CODE_READ_PROTECTION_ENABLED),i am trying to unlock this through ISP unlock command using docklight which is not working,is there any option to unlock this through LPC utility instead of sending individual command from docklight.

Reply
  • I found out that read protection is enabled by monitoring serial port,when it send ISp command to erase individual sector the return value is 19(CODE_READ_PROTECTION_ENABLED),i am trying to unlock this through ISP unlock command using docklight which is not working,is there any option to unlock this through LPC utility instead of sending individual command from docklight.

Children