ok
ok
i switched to debug mode and run its showing this error.
.rodata is too large to fit in FLASH1 memory segment
i switched to debug mode and run its showing this error.
.rodata is too large to fit in FLASH1 memory segment
Sounds like the application became too large to fit in flash when you enabled the debug build configuration. Is there any parts of your application that you can remove temporarily to build in debug configuration and determine the error?
If you can upload your full project, I can have a look at what is failing as well.