Posted on June 23, 2005 at 02:29Hi, I suppose that you want to download some code into sector2 and execute that. You can choose to have two different workspaces to make things simple. The first workspace should contain sector0 code which is the IAP ...
Posted on May 18, 2005 at 08:36If option bytes are being programmed successfully, it indicates successful communication and proper Flash function/ICC. But, did you check the Flash memory mapping in the 334 you are using and the Lite09?
Posted on May 18, 2005 at 08:23you can write the Flash( except sector0) using the IAP. You can do a simple IAP to write the required locations for permanent storage. See AN1477 for the necessary information. hope this helps
Posted on May 18, 2005 at 08:13you have to ensure that the parameters are passed correctly i.e. the source buffer address (located in the RAM) and the number of bytes etc. You can read the error status(returned at 0xFF) and find the exact error. The...