Target devices with no file system

Because many small RAM embedded targets have no file system, you cannot use import or export blocks with them. You can, however, use map blocks. Embed automatically enables embedding the map data in the generated C code and automatically selects them for certain small targets, like a C2000 device. Map tables are burned to FLASH memory along with the program code.