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?