Posted on January 18, 2007 at 17:19I'm using an ST10F276 micro. What is supposed to happen if code accidentally (due to a bad pointer) writes directly to flash as though it is a RAM area? It seems to tolerate some amount of it, but if I do 10 straig...
Posted on January 13, 2005 at 15:05Thank you SOOOOO much! I can't believe I missed that. I never use remote frames, so that never even crossed my mind. Thanks again for your help!
Posted on January 12, 2005 at 17:02Using a ST10F276 micro, we're trying to set up an object as a receive, with one specific identifier accepted. the first thing we do is make sure the object is not valid, by clearing the MSGVAL bit (even though this...
Posted on October 22, 2004 at 11:03To answer my own question (in case anyone else is curious), this can be done using the XADRS register, which can be used to create memory ''holes'', which can then be accessed using external memory. The XADRS regis...
Posted on October 07, 2004 at 18:30We are using an ST10F276, and need to ''dual map'' memory. Let me describe what we're doing. On the 168 and 269, we have our EOL flash data in 2 pages, and have a data page pointer allocated to each page (small mem...