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

Configuring Software Pack Libraries in Keil

I'm using the latest version of Keil with Software Packs. As I understood, copies of configurable files are stored in RTE folder. Non-configurable files are stored inside Keil folder structure and projects have only links to them.

For the bootloader example (dfu_dual_bank_ble_s110_pca10028) I want to change the DFU_APP_DATA_RESERVED. I do so by changing the parameter in dfu_types.h stored in the RTE folder. But this does not work, as the bootloader_settings_arm.c file from the software pack does not include the configurable file from the RTE folder, but the read-only, non-configurable, file from the Software Pack...

How to make the files from the Software Pack include the configurable files?

Configurable file:

image description

File used by bootloader:

image description

Parents
  • Ahh..! don't make it complicated Its So Simple to resolve...!

    Step 1 -- Right Click on the file ( which you want to unlock ) in keil . Step 2 --You will get into the window where the file is. Step 3 --Right click on the file and click properties. Step 4 --Uncheck the Read Only Button.

    Ka..! Boom..! Now the yellow key sign from the file will diasappear & you can Edit the file Easily In the Keil..! :)

Reply
  • Ahh..! don't make it complicated Its So Simple to resolve...!

    Step 1 -- Right Click on the file ( which you want to unlock ) in keil . Step 2 --You will get into the window where the file is. Step 3 --Right click on the file and click properties. Step 4 --Uncheck the Read Only Button.

    Ka..! Boom..! Now the yellow key sign from the file will diasappear & you can Edit the file Easily In the Keil..! :)

Children
No Data
Related