hi, nordic support
SDK version is 15.3.0
the example is ble_app_uart_c
I have modified the project based on this address:https://infocenter.nordicsemi.com/index.jsp
But the following error occurred when I compiled
Error[Lp011]: section placement failed
unable to allocate space for sections/blocks with a total estimated minimum size of 0x570c bytes (max align 0x8) in <[0x2000'1800-0x2000'5fff]> (total
uncommitted space 0x4800).
Error[Lp021]: the destination for compressed initializer batch "P2-1" is placed at an address that is dependent on the size of the batch, which is not allowed
when using lz77 compression. Consider using "initialize by copy with packing = zeros" (or none) instead.
how to resolve them?
thx