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

Add support for 128KB flash MCUs #25

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

azerupi
Copy link

@azerupi azerupi commented Dec 14, 2024

When porting AM32 to the STM32G0B1 I noticed that the configurator actually doesn't work with MCUs that have 128KB of flash for multiple reasons.

The first reason is because there is no target with that signature. The second reason is because the eeprom memorry addressing for 0x1F800 didn't work. It failed when trying to get the ESC filename because it was subtracting 32 bytes from the already shifted address instead of the real address.

I had it working previously, but I made some changes and I haven't tested in the latest form.

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.

1 participant