knurling-rs / flip-link

Adds zero-cost stack overflow protection to your embedded programs
Apache License 2.0
270 stars 6 forks source link

Does not support math in RAM origin #65

Closed dzfranklin closed 2 years ago

dzfranklin commented 2 years ago

This gives the same error as #3

  RAM : ORIGIN = 0x20000000 + 100K, LENGTH = 256K - 100K

while this works

  RAM : ORIGIN = 0x20000000, LENGTH = 256K - 100K