I am trying to generate a hex file in SREC format for a PE-Micro Cyclone programmer to utilize for programming LPC824 devices. I used the following Xpresso (v7.6) post-build step to somewhat of success: arm-none-eabi-objcopy -O srec ${BuildArtifactFileName} ${BuildArtifactFileB...
Sorry to bother you again. I am trying to run terminal for my device. However, I got a permission error. If I do it with sudo, I do see the message about "objcopy not found. Hex file will not be created" again. However, terminal seems to be running fine. Is there a way I can...
[DEBUG] Errors: b'arm-none-eabi-objcopy: .\\BUILD\\NRF52_DK\\GCC_ARM\\BluetoothLEGap_application.hex 64-bit address 0x4b4fa300023000 out of range for Intel Hex file' [DEBUG] Errors: b'arm-none-eabi-objcopy:.\\BUILD\\NRF52_DK\\GCC_ARM\\BluetoothLEGap_application.hex: bad value' ...