Build error: .text section is larger than specified size in ble_app_bms_pca10056_s140 example (nRF5 SDK 17.1.0, SES 8.24)

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:

  1. error: .text section is larger than specified size

  2. 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.

Parents Reply Children
No Data
Related