Importing the IAR peripheral beaco example file for S132 into Segger seems to work with the one exception of app_error_handler_iar.c where the assembler reports an error as follows:
Building ‘app_error_handler_iar.c’ from project ‘ble_app_beacon_pca10040_s132’ from solution ‘ble_app_beacon_pca10040_s132’ in configuration ‘nrf52832_xxaa Internal’
Compiling ‘app_error_handler_iar.c’
Assembler messages:
bad instruction `data '
bad instruction `dc32 16385'
Build failed
The synstax in question starts
DATA
1:
DC32 16385
Is there a Segger-friendly version of this file or else a quick edit that will overcome this ?
Many thanks !