4 years, 5 months ago.

Export multi-core (ARM v8-m) example to Keil

I'm able to build the PSA example for ARM v8 using the mbed CLI with the following commands:

$ cd mbed-os

$ python tools/psa/release.py -m LPC55S69_S -t ARMC6

$ cd ..

$ mbed compile -t ARM -m LPC55S69_NS

I would like to be able to export this to a Keil project so I can take advantage of the debugging features, however I run into a number of issues when I try to do that.

First, I'm not sure how to export the OS as secure application correctly. When I add the export option to the above command I get the below linker errors. Is this something that should be supported or does it need to be setup manually? Is there any documenation available with regards to how the mbed os linker scripts work?

warning: L6312W: Empty execution region description for region rw_iram1

error: L6236E: No section matches selector - no section to be FIRST/LAST.

Be the first to answer this question.