This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can not open file error on "Importing Keil projects"

I have a question about "Importing Keil projects".

I want to run "ble_app_multirole_lesc (SDK V14.2.0)" using "SEGGER Embedded Studio".
However, there is no project file compatible with "SEGGER Embedded Studio" in this sample project.

Therefore, I imported the project according to the document of "Importing Keil projects".
As a result, the project was created.
However, the following error occurs.

Cannot open file: C:/***/nRF5_SDK_14.2.0_17b948a/examples/ble_central_and_peripheral/experimental/ble_app_multirole_lesc/pca10040/s132/arm5_no_packs/Output/ble_app_multirole_lesc_pca10040_s132 nrf52832_xxaa/Obj/ble_app_multirole_lesc_pca10040_s132.ind

Please tell me the cause.

Parents
  • Do you have a particular reason for using that old SDK version?

    Newer SDKs do have SES projects!

    I never found the import terribly useful - easier to just create the SES project from scratch

    Cannot open file: C:/***/nRF5_SDK_14.2.0_17b948a/examples/ble_central_and_peripheral/experimental/ble_app_multirole_lesc/pca10040/s132/arm5_no_packs/Output/ble_app_multirole_lesc_pca10040_s132 nrf52832_xxaa/Obj/ble_app_multirole_lesc_pca10040_s132.ind

    That's an output file anyhow - isn't it?

    (it's in the 'output' folder)

    So you shouldn't need to be importing it at all!

  • Thank you for answering.

    I need to use SDK 14.2.0 due to hardware limitations.
    The hardware is not approved for technical compliance unless it is SDK 14.2.0.
    So I want to run "ble_app_multirole_lesc (SDK V14.2.0)".
    I will try to start with one of the existing SES projects.

    Thank you.

Reply Children
No Data
Related