Цитата(inventor @ Feb 18 2016, 21:09)

там сказано как сделать так, чтобы driverlib оказалось в ROM
Скорее всего там написано, как использовать driverlib, уже лежащую в ROM.
А оказывается оно там на заводе.
Собственно:
5.8.2.2 ROM
The internal zero-wait-state ROM of the CC3200 device is at address 0x0000 0000 of the device memory
and
programmed with the following components:
• Bootloader
• Peripheral driver library (DriverLib) release for product-specific peripherals and interfaces
И далее:
The DriverLib APIs in ROM can be called by applications to reduce flash memory requirements and free
the flash memory to be used for other purposes.
Т.е. с целью минимизирование использования флеши, можно использовать DriverLib из ROM, используя соответствующие API.