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

Wrong PICO_FLASH_SIZE_BYTES for Tiny2350 #1884

Closed
polhenarejos opened this issue Aug 29, 2024 · 1 comment
Closed

Wrong PICO_FLASH_SIZE_BYTES for Tiny2350 #1884

polhenarejos opened this issue Aug 29, 2024 · 1 comment

Comments

@polhenarejos
Copy link

Pimoroni's Tiny2350 has 4MB of flash room, not 8, as they describe in their website:

https://shop.pimoroni.com/products/tiny-2350?variant=42092638699603

I have a Tiny2350 and I can confirm that picotool reports 4MB.

#define PICO_FLASH_SIZE_BYTES (8 * 1024 * 1024)

I spoke to them but I did not get any answer and not sure how to proceed or who is the responsible for maintaining the board's header definition.

@lurch
Copy link
Contributor

lurch commented Aug 29, 2024

I already fixed this as part of #1814 😀
Fixed on develop branch.

@lurch lurch closed this as completed Aug 29, 2024
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

No branches or pull requests

2 participants