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 flush size on TinyUSB example #80

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

21km43
Copy link
Contributor

@21km43 21km43 commented Jan 10, 2025

Running the TinyUSB test on the CH32V203C6T6 may result in insufficient Flush. I have changed the board used for testing to CH32V203C8T6 which has 64KB flash size.

Checking size .pio/build/genericCH32V203C6T6_tinyusb_usbd/firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [=====     ]  47.1% (used 4824 bytes from 10240 bytes)
Error: The program size (34644 bytes) is greater than maximum allowed (32768 bytes)
Flash: [==========]  105.7% (used 34644 bytes from 32768 bytes)
*** [checkprogsize] Explicit exit, status 1

========================== [FAILED] Took 6.29 seconds ==========================

@maxgerhardt maxgerhardt merged commit 8af7925 into Community-PIO-CH32V:develop Jan 10, 2025
81 checks passed
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