David Johnson-Davies

Results 258 comments of David Johnson-Davies

Thanks for the answers! I'll let you know what I find out after I've done some experiments. The application I've got in mind is to improve my version of uLisp...

@jandrassy Thanks, I'll take a look at your code too.

OK, I've got it to work! Here is some feedback. This generally relates to the ATmega1284P and may need changing for the smaller chips. * I couldn't get anything to...

I forgot to say: thanks for providing this really useful feature!

Here's another example, which is what I'm using in uLisp. You simply keep calling **FlashWriteInt()** to write values to the flash (up to 16Kbytes in this example), and the only...

Personally I find this a bit confusing, and would prefer it in a comment: "This some default content stored on page one, really near!" Why would you want to have...

Perhaps my example? https://github.com/MCUdude/MightyCore/issues/210#issuecomment-808773024

I'm not sure why you've provided: uint8_t ram_buffer[SPM_PAGESIZE] = {0x00}; because it suggests that you need a RAM buffer to use the Optiboot Flash, which isn't the case; a point...

Fair enough. > Is it possible to read from the internal flash buffer, so this could be used as a "pool"? I'm not sure.