The application itself runs on any Cortex-M3, M4 and M7
In order to make it running on a specific MCU, the following settings must be adapted when having opened the project in Embedded Studio:

Project -> Properties -> Build -> Build Options -> Memory Map Macros
  => Enter correct addr. and size values for device here

Project -> Properties -> Build -> Build Options -> Target Processor
  => Select correct device here (Cortex-M3 etc. will *not* work for download into flash)

