Closed janekm closed 10 years ago
Found I needed to adjust this as well.
For clarity, I also find it's nice to represent the offsets in terms of kB:
FLASH (rx) : ORIGIN = 0x00000000 + 88K, LENGTH = 256K - 88K /* 88 kB is taken by S110, 168 kB for app. */
RAM (rwx) : ORIGIN = 0x20000000 + 8K, LENGTH = 16K - 8K /* 8 kB is taken by S110,8 kB for app. */
Thanks for letting me know Janek, and also thanks for the nice syntax suggestion Liam! Both are now fixed in master.