Other Parts Discussed in Thread: CC2640
Tool/software: TI-RTOS
Hi,
Stack used :3.02.00.00
I took the simple peripheral example project and compiled with two different binaries one with TI-RTOS in ROM and TI-RTOS in Flash.
For TI-RTOS in ROM by setting Pre-build command line variable NO_ROM = 0 .
For TI-RTOS in FLASH by setting Pre-build command line variable NO_ROM = 1.
Both cases takes the same amount of flash memory.
My question is why RTOS in ROM and flash takes the same amount of Flash?
What is pros and cons of each approach?
Thanks and regards,
Jayachandran R