??? 01/14/11 22:08 Read: times |
#180601 - Some feedback Responding to: ???'s previous message |
Spreading the writing of your 6 bytes across the whole FLASH sector is indeed a good idea. FLASH endurance is a measure of how many cycles a page can go through programming and subsequent page erase cycle.
For setting the options on memory size and so forth, in the Keil IDE, use the dialog accessed through the Project/OptionsForTarget menu item. Selecting the specific device (on the Device tab) will select default settings. You can see specify to use those defaults on the Target tab with the two check boxes. You can then elect to modify the default settings on the BL51 Tab. Change the Code Range down by an even number of pages and then later when your program grows too bit the linker will be able to give you a warning that the code is too big for the space alloted to it. Michael Karas |
Topic | Author | Date |
Writing to Flash at a specific address | 01/01/70 00:00 | |
C8051F021 Data Sheet Will Help | 01/01/70 00:00 | |
Thanks found it | 01/01/70 00:00 | |
Some feedback | 01/01/70 00:00 | |
Thanks | 01/01/70 00:00 |