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.

CC2340R2: Firmware size for CC2340R2 is not coming under 256KB after porting a project from CC2340R5 to CC2340R2

Part Number: CC2340R2
Other Parts Discussed in Thread: CC2340R5,

Tool/software:

Hello,

I have ported the data_stream project code from CC2340R5 to CC2340R2, The implementation is working fine with the CC2340R2 module.

But the firmware size it is showing after building the project is 512KB but CC2340R2 is having only 256KB of flash memory.

Please specify why this is happening and how can I identify the actual firmware size.

Below is the screenshot of fw release after building the project.

Also please specify if there any modification I need to make on the linking script or in the build steps.

This is the post build step command - ${CG_TOOL_ROOT}/bin/tiarmobjcopy -O ihex ${BuildArtifactFileName} ${BuildArtifactFileBaseName}.hex