Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
|
Forum Index : Microcontroller and PC projects : firmware variants
Page 3 of 3 | |||||
Author | Message | ||||
Gadget Regular Member Joined: 22/06/2011 Location: AustraliaPosts: 70 |
why use valuable ram for some of these things, we have 512k of flash memory to use, we havent even come close to filling it. anyway reading through the data sheets, to run M/L from ram, the chip on boot has to set aside some ram to enable this, therefore taking away some ram to use as it currently is. Terry |
||||
captainbill Newbie Joined: 16/06/2011 Location: United StatesPosts: 37 |
Howdy Terry If we can place runtime loaded code into flash versus ram its all the better since we have availablh flash. Great idea ;-) MMB function to write to flash could be part of the method that allows runtime loaded code. Reading and writing to flash could be useful in general to store persistent data such as calibration settings. This flash r/w concept could be a useful addition the core MMB interpreter. The write routine could allow writing only to permissible flash areas to avoid a rogue programming bug overwriting/killing the interpreter. Maybe Don will add it to firmware wish list. Bill Old school. Still interested. Head in the clouds. |
||||
sparkey Senior Member Joined: 15/06/2011 Location: AustraliaPosts: 819 |
seriously in my honest oppioion if you want too run your own verisision of the firm where thats fine for yor sel but seriously all the user end firm where should be up to geoff ... you should send any mods to him ..as he should be the person to have the rites on the firm that is modified and available to the end user arfter all geoff is Mr Maximite ...regars and all the best to all technicians do it with least resistance |
||||
donmck Guru Joined: 09/06/2011 Location: AustraliaPosts: 1313 |
thanks Bill, done. http://www.themaximitecomputer.com/wish-list-priority-level- poll/ Wish 30: MMB function to write to flash could be part of the method that allows runtime loaded code. Cheers Don... https://www.dontronics.com |
||||
Page 3 of 3 |
Print this page |