Hello,
according to documentation the internal user flash size is 1kbyte.
Is there any option to increase this value a bit, maybe to ~3kb (given that the program size is just some kb too)?
Thanks & Regards,
Robert
Hello,
according to documentation the internal user flash size is 1kbyte.
Is there any option to increase this value a bit, maybe to ~3kb (given that the program size is just some kb too)?
Thanks & Regards,
Robert
Currently, there is no way.
Maybe you can directly use the internal flash.
Thank you @jasonXu
I’d like to save an 2.6kb sized array during runtime, which content changes from time to time. Not sure if thats possible otherwise by directly using the internal flash.
Maybe I could use a compression algorithm to minimise it to less than 1kb since there will be a lot of zeros inside.