pico-examples icon indicating copy to clipboard operation
pico-examples copied to clipboard

overlapping memory ranges issue with some examples

Open chenrui333 opened this issue 1 year ago • 1 comments

👋 while regression test picotool 2.0.0, found some overlapping memory ranges errors for hello_usb, blink, and blink_simple

the error is below:

$ picotool info hello_world.uf2
ERROR: Found overlapping memory ranges 0x10000000->0x10000100 and 0x10000000->10000100

relates to https://github.com/Homebrew/homebrew-core/pull/190736

chenrui333 avatar Sep 15 '24 23:09 chenrui333

Could you confirm how you created hello_world.uf2? None of the examples mentioned create a UF2 with that name, and I cannot reproduce that error when compiling any of those examples myself.

will-v-pi avatar Sep 16 '24 15:09 will-v-pi