My colleagues were having trouble setting the flash size (and computed the byte count by hand), so I changed the StructOpt documentation a little for Flash size and RAM size. I hope you're okay with this little patch!
Flash memory size in bytes (e.g. 1M for 1 megabyte, 512K for 512 kilobyte, or hexadecimal 0xffK)
RAM size in bytes (e.g. 256K for 256 kilobyte, or hexadecimal 0xffK)
My colleagues were having trouble setting the flash size (and computed the byte count by hand), so I changed the
StructOpt
documentation a little for Flash size and RAM size. I hope you're okay with this little patch!