-
Notifications
You must be signed in to change notification settings - Fork 435
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
nRF52833 updates to UF2/memory map for nRF52833 boards #251
Conversation
204, 0x80000, // FLASH_BYTES = 0x100000/2=0x80000 | ||
205, 0x20000, // RAM_BYTES = 0x40000/2=0x20000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the comment does not need to have the /2= just simply state the value for 833. Please also correct the comment column alignment as well.
src/usb/uf2/uf2cfg.h
Outdated
#if defined(NRF52833_XXAA) | ||
#define USER_FLASH_END 0x2D000 | ||
#else | ||
#define USER_FLASH_END 0xAD000 | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why would you change the computation ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly - I am just trying to get the changes that other people got stuck in with other things. I'll revert this one and clean up the other comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look good, thank you for your PR
Making these changes from the comments here
Memory size was indicated incorrectly for the bootloaderconfig section.
Also bringing the minor update that @braingram added to the UF2 include file in PR #198 .
As such, this should also close PR #198