Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduced available SRAM in linker script to be compatible to STM32F103C6 #113

Merged

Conversation

gregorv
Copy link

@gregorv gregorv commented Jul 23, 2024

This addresses issue #91. Only the SRAM was reduced to the 10k of the C6 variant, FLASH was left as-is. This is usually not a problem, since the linker fills the FLASH image from the start, but if the SRAM is too short, the stack is not in the memory.

Tested on STM32F103C6, very confident that it will work on STM32F103C8.

@jeanthom jeanthom merged commit f3b3cfb into dirtyjtag:master Jul 23, 2024
@jeanthom
Copy link
Collaborator

LGTM, thanks for taking care of this issue!

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

Successfully merging this pull request may close these issues.

2 participants