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.

LP-EM-CC2340R5: Build using west for 64KB RAM

Part Number: LP-EM-CC2340R5
Other Parts Discussed in Thread: CC2340R5

Tool/software:

The west command to compile sample project works for CC2340R52 (36KB RAM) but we want to use the CC2340R53 (64KB RAM).

The project used is the peripheral_hr

We followed the instruction at this link https://github.com/TexasInstruments/simplelink-zephyr and https://docs.zephyrproject.org/latest/develop/getting_started/index.html

I've tried to change also the file lp_em_cc2340r5.yaml to increase the RAM size, but it does not take any effect.

Thank you