Content originally posted in LPCWare by schoeler on Mon Apr 11 17:39:15 MST 2016 According to 25.6.1.4 of LPC82X_UM10800, after a command with an acceptable address, length, and count is received, the LPC will respond with CMD_SUCCESS ("0"). At this point, the host then sends a length amount of bytes, and the LPC should respond with "OK<CR><LF>".
Even though there is no return code, a READ from the same location returns all the values I have sent. So I know the data is in RAM, but there just seems to be no return code, contrary to what is stated in the manual.