Posted on May 17, 2011 at 11:36I'm trying to secure the code so that it can not be read back out. Usually this simply involves setting a bit and is usually an option on programmers. The ST92F150, however, is more complicated. The ST programmer help ...
Posted on May 17, 2011 at 11:36Hi Siggi, I use MC=1 (Intel) mode. This mode uses one pin for Read and another for write and the AS pin become ALE. I'm not familure with the mode you are using. I attached a file that may help you initialize the RAM c...
Posted on May 17, 2011 at 11:36I have 128K external RAM on an ST92F150 that is capacitor backed up. Some of the data in the external RAM needs to be retained between power cycles. I'm using the medium memory model with unmapped data object so they a...
Posted on May 17, 2011 at 11:36Does anyone know how to split code into two flash sectors on a file bases. In other words, instead of specifying flash section for each function, can you do it for all the functions in a file or files? Instead of: void...
Posted on May 17, 2011 at 11:36I have been able to compile with optimization level 0 and 1, but when I try level 2 I get an application error from Windows that states: ''cc1.exe has encountered a problem and needs to close.'' Does anyone have a fix ...