This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640R2F: ROM Image needed for emulation purpose

Part Number: CC2640R2F
Other Parts Discussed in Thread: SIMPLELINK-CC2640R2-SDK, BLE-STACK

Hi, 

I am new to cc26xx mcu and I am currently working on emulation the firmware behavior with the qemu software. I got the board but my goal is to do full emulation for part of the firmware behavior.

So here my question is that I need the ROM image locate at 0x10000000,which size is 128kb. Some needed code are located at this area. Here is what I find:

I'm using the sdk version of SIMPLELINK-CC2640R2-SDK_3.10.00.15. My environment is linux and use gcc compiler.

In ${root_of_sdk}/source/ti/ble5stack/rom/ble_rom_releases/cc26xx_r2/Final_Release/ ---->I find part of blestack code location.

In ${root_of_sdk}/source/ti/devices/cc26x0r2/rom/ ----> I find driverlib.elf 

In ROM area, there should be a ti rtos kernel part also. But I don't know how to obtain it and link all above parts together as ROM binary.

 Really appreciate.