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.
Tool/software:
Dear E2E,
The audio Read/Write test was completed on CC1352P using the rfAudioTx.c example code.
(rfAudioTx_CC1352P1_LAUNCHXL_tirtos_ccs, ccs v9_2)
CC1352P has not enough SRAM memory space(80KB), I am testing using CC1352P7-1 with an SRAM of 144KB.
I can not find Audio Plugin example codes to operate on CC1352P7-1.
If you don't have an example code,
Please let me know how to modify CC1352P1_LAUNCHXL_TITROS.cmd of the existing rfAudioTx_CC1352P1_LAUNCHXL_tirtos_ccs project to fit CC1352P7-1 memory.
Thank you.
Hi Jong,
We do not have support for the CC1352P7 at the moment.
However, if you want to start porting it yourself, you can have a look at the following thread to learn how to migrate CC1352P1 to CC1352P7: https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1135056/cc1352p7-cc1352p7-doesn-t-run-cc1352p1-binary
Regards,
Arthur
Hi Arthur,
I want the rfAudioTx project to operate on CC1352P7-1 Launchpad.
1. Should it be based on CCS v9_2?
2. How to replace an existing cc13x2_cc26x2\driverlib with ti\devices\cc13x2x7_cc26x2x7\driverlib\bin\ticlang\driverlib.lib?
3. Should I change FLASH/RAM Size on CC1352P1_LAUNCHXL_TIRTOS.cmd?
#define FLASH_SIZE 0xB0000 // 0x58000
#define RAM_SIZE 0x24000 // 0x14000
Thank you
Hi Jong,
Ideally, you should start your development on Code Composer Studio 12.8.
As to the other questions, it is explained in the aforementioned E2E thread.
Regards,
Arthur