You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that libopencm3_lm4f.ld does not define memory regions. The compiler will build and upload the code, but the processor will go into a blocking handler and sit in a while(1) loop.
I fixed the issue by defining the memory regions in libopencm3_lm4f.ld.
I was told by PlatformIO's maxgerhardt to open an issue here.
The text was updated successfully, but these errors were encountered:
See thread: thread
This goes over my head, but when building, the compiler seems to be using the incorrect linker script. According to the board file, it should use
but in reality it uses:
The issue is that
libopencm3_lm4f.ld
does not define memory regions. The compiler will build and upload the code, but the processor will go into a blocking handler and sit in a while(1) loop.I fixed the issue by defining the memory regions in
libopencm3_lm4f.ld
.I was told by PlatformIO's maxgerhardt to open an issue here.
The text was updated successfully, but these errors were encountered: