-->
Page 3 of 3

Re: Application Size in Flash

PostPosted: Mon Nov 22, 2021 5:10 pm
by davydnorris
I personally use the raw NonOS SDK toolchain built under Cygwin on Windows, and Eclipse as my IDE.

Re: Application Size in Flash

PostPosted: Sun Jan 02, 2022 10:09 am
by eriksl
As many do and then you won't have these issues...

Re: Application Size in Flash

PostPosted: Thu Jan 06, 2022 1:50 am
by chinnus
Program flash memory is divided into 128 pages of 4 kB each. Each page is divided into eight rows, each consisting of 128 four-byte words. Flash can only be erased a page at a time, by setting all bits to ones. Writes can only flip ones to zeros, never zeros to ones.