You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ask issue: ESP32 C3 MINI ROM consumption is Enormous with BLE in Sample GATT client project . Unable to get the ROM consumption break down from EPS espressif resources
#5
Open
yshivam909 opened this issue
Feb 16, 2022
· 3 comments
Q: I am using the BLE bluedroid stack for BLE central application. The sample code for GATT client itself take 1.2MB of ROM . Unable to track where all the ROM get consumed in sample project only . So any information for storage consumption of BLE Stack & Library files will be helpful . In the further stage of project , I will also be adding Wifi & OTA part . Knowing the sample projects itself has consumed 1.2MB ROM .Is it feasible ?
The text was updated successfully, but these errors were encountered:
yshivam909
changed the title
Ask issue: I am using the BLE bluedroid stack for BLE central application.
Ask issue: ESP32 C3 MINI ROM consumption is Enormous with BLE in Sample GATT client project . Unable to get the ROM consumption break down from EPS espressif resources
Feb 16, 2022
you can try to enable the "Optimize for size (-Os)" option(menuconfig -> Compiler option -> Optimization Level -> Optimize for size (-Os)) to reduce the firmware size.
ESP-IDF Sample GATT Client project
Ask Issue
The text was updated successfully, but these errors were encountered: