Skip to content
Discussion options

You must be logged in to vote

I do not know what the warning means. Sometimes it is the best to clean the build directory and make a complete new build.

As of the loader script defines: They tell, how much of the flash is used for code, and where the file system starts. The hard fault you have seen in debugging happened in accessing the file system in the FLASH_FS area, which according to your loader settings was outside of the existing flash. The stm32l476xe.ld settings move it into the existing flash range of 512k.

Replies: 1 comment 19 replies

Comment options

You must be logged in to vote
19 replies
@kowshik1234
Comment options

@robert-hh
Comment options

@kowshik1234
Comment options

@robert-hh
Comment options

Answer selected by kowshik1234
@kowshik1234
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants