Hi , I am compiling the bmdware project (in IAR embedded workbench 8.32.2) and I have errors (particularly Errors while linking assembler, shown below).
I have modified the bmdware project to connect to a phone app via BLE - instead of UART I am communicating via SPI.
- Aim: Compile code with only passthrough mode enabled and Download to flash
- Result: Errors with assembler source file arm_startup_nrf52.s
Has anyone faced issues with the arm_startup_nrf52.s file? How do I resolve these errors?
Steps I have tested:
- Fix location of the files showing errors by manually adding their path from the Main Project Directory (i.e. using the format
- Result: Errors persist
- Find other available version of startup file and startup_config that is supporting the project
- Result: errors persist