I am using Segger Embedded Studio V8.24 with nRF5 SDK 17.1.0 to build the example ble_app_bms_pca10056_s140.
This is the original Nordic example without any changes.
When I try to build in Release mode, I get these errors:
-
error: .text section is larger than specified size -
error: .rodata section is larger than specified size
After I tried changing some settings in sdk_config.h to troubleshoot, I now get:
syntax error
Build failed, exit status 0x1
I am a beginner and would appreciate guidance on how to fix the memory size issue and syntax error.
