I am trying to develop a sensor based on the MAX32620FTHR chip. I have created the blinky application and configured it for the MAX32620FTHR platform. When I compile the application I get the following “Configuration error: Bootloader not supported on this target. ROM start not found in targets.json.” I have tried the using Keil Studio on the web and Mbed Studio on my laptop and get the same error (which is probably expected). How do I get rid of this configuration error?
I don’t know if I am doing this right but I added a file to my application called mbed_app.json and pasted the code you suggested into that file. I then tried to build the application and it reported an error with the mbed_app.json file. The error was “Error parsing ‘.\mbed_app.json’: Extra data: line 1 column 15 (char 14)”.
Thanks for all your help. I am learning more about mbed every day and your help has been so valuable. I have a basic program running in my MAX32620FTHR now which I can use to develop my final application.