[quote:45be7c2e1c]- is that 254 bytes buffer a configuration which uses a real hardware on the ATMega2561?
- are the 254 bytes the biggest possible size, limited by hardware or by Bascom?[/quote:45be7c2e1c]
that buffer uses the SRAM. So yes that is real hardware.
the 254 is the biggest size. but in the support ticket you made you will find that i sent you some custom code to make a buffer of any size. it uses a word so can be much bigger.
the buffer only need to hold the data for the fat update, after that it will become empty again.
↧