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

Error in moving a custom project from Keil to SES.

Hello, 

I am a hardware engineer and not very familiar with software or firmware other than the very basics.
I need to migrate a custom firmware project from Keil to Segger Embedded Studio. The project uses SDK 15.3 and a NRF52832 as a CPU. 
I was following a Nordic blog about migration a project in the situation but I am running into trouble. 
This project complies and flashes using Keil and is fine, but I want to use SES to do the same thing. I am unable to finish compiling the project in SES.

I get these errors

 

I tried searching for solutions online and found it has to do with a flash placement file which I do not think I have. 
I also searched for how to generate or make one of these and I am having trouble understanding what I need to do as I have no experience with this kind of thing.

I apologize for my inexperience and I feel like this is a simple problem that I just don't understand.

How do I make flash placement or solve this compile problem. Can I import something from Keil that will work as the same thing?




Parents Reply
  • Hello Amanda, 

    I am working with a custom project for a custom device, not working in the SDK, it is using components/libraries of SDK 14.2 and has softdevice S132 v5.1. I can not use a SES project from the SDK as a basis for this project as it is already written in Keil. Which is why I blocked out the project name.

    That is the blog post I followed when I imported my project from Keil to SES, I tried the flash placement included and I still have the same errors.

    I don't really understand how to generate this file when in the post it says to generate it using notepad. I am totally unfamiliar with how to make this and do not understand what I need to do.
    How do I do this?

Children
Related