Replies: 1 comment
-
|
After analyzing with AI, it appears I may have been close to an alignment boundary, and the extra code crossed it.
However, additional comments are still welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed this code (FLASH/drom) increase after I started implementing a "reboot" manager. I added a function to stop the HTTP server and put an error check after the
http_server_stop(). Inside the check, I added aLOG_WRN(). My code increased by 65,560 bytes. Here is the before-and-after, where I am simply commenting/uncommenting theLOG_WRN()call.Before
After
My hardware is an ESP32-S3. Specifically, I'm developing on a ThingPulse ESP32-S3 Pendrive. The
weact_esp32s3_mini_procpuis the most compatible definition supported by Zephyr, so I have some minor tweaks in an overlay to accommodate the 128 MB SD NAND on the Pendrive.I would greatly appreciate some guidance on troubleshooting why this is happening. Please let me know what additional information I could provide.
Beta Was this translation helpful? Give feedback.
All reactions