Today the Firmware Module System achieved a significant milestone by having all functionality necessary to build, load and run its first program on the MSP432 Launchpad - entirely automatic and self-contained! The loop from host to target has been closed. The application was a simple LED blinker.
The debug stack in FM_Debug contains a MSP432 flash loader that can talk to the CMSIS-DAP-compliant debug unit on the MSP432 Launchpad. The flash loader is bound to the platform so that invoking 'fm test' will build, link, then run the executable on a Launchpad if connected.