.text section too large – How to reduce flash usage in nRF52833 (SES + SDK)?

I am using nRF52833 PCA10100 board. While trying to run sample ble code in segger embedded studio, I am frequently facing this error which says, .text file is larger than specified size. What should I do? The nrf5sdk already have less example code for pca10100, even blinky is not available. When I try with the available sample code like ble-uart, this error is happening.

Parents Reply
  • Hi, 
    You don't have to show me completely. It's your job to look at the difference and try to understand why there is a modification and apply the same modification to the ble_app_blinky_pca10056_s140.emProject to make it work with PCA10100. This way you can convert any project made for PCA10056 to work on PCA10100. 
    Please use unmodified project file to compare, don't use modified one. 
    For example here how it looks when I compare: 

    Try to modify the ble_app_blinky_pca10056_s140.emProject with the same modification showed in the compare. 

Children
Related