Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 3 months ago.
Unable to get the mbed-os-example-ble-BatteryLevel example to work with IAR EWARM 7.80
I've followed the Workaround on the product page and I'm still unable to get it working with IAR EWARM 7.80. It does work with the web based mbed tool chain.
Q1) I notice that the project that is exported using IAR selects Motorola .srec format while mbed uses Intel hex. Does the loader on the board support both or is this an error in the exported project?
Q2) Changing the output conversion format to Intel extended does not help, and I notice that the the load address in the hex file is 0x1c000, which is what it says in the nRF52832.icf file, but in the mbed hex file the load address appears to be 0. The workaround mentions setting drv_vector_table_base=0x0, not sure if this is supposed sort this out, but doesn't seem to make any difference.