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

"pstorage_platform.h" not found

Hi there,

i am running bootloader code but facing a error that is "pstorage_platform.h" not found.i am using code from given path which is from SDK10.0.0 .what should i do?

C:\Users\Administrator\Desktop\nrf51822\nRF51_SDK_10.0.0_dc26b5e\examples\dfu\bootloader\pca10028\dual_bank_ble_s110\arm5_no_packs
Parents
  • Seems like your project path may need to be updated. The pstorage_platform.h file is intended to be customized for each application and should be placed into something like a config folder for each application it is used for. There is one in "nRF51_SDK_10.0.0\examples\dfu\bootloader\config" so you may want to add that to your path, or put a copy in a spot appropriate for your work.

Reply
  • Seems like your project path may need to be updated. The pstorage_platform.h file is intended to be customized for each application and should be placed into something like a config folder for each application it is used for. There is one in "nRF51_SDK_10.0.0\examples\dfu\bootloader\config" so you may want to add that to your path, or put a copy in a spot appropriate for your work.

Children
No Data
Related