Part Number: CC1312R
The board used is the cc1312r development board. The official sdk package simplelink_cc13xx_cc26xx_sdk_8_30_01_01 was downloaded. The development tool used is CCS. When getting familiar with each demo of the development board, it…
Other Parts Discussed in Thread: SYSCONFIG You said before:
We also have an updated Audio Plugin for CC1312R1 supporting SysConfig, not published online, that we could share with the customer.
Then how should we apply?
Part Number: CC1312R Other Parts Discussed in Thread: SYSBIOS sensor定时唤醒大核,大核进行ADC采集,初始化之后,每次唤醒都会open adc,采集之后close adc,然后使用 RF_EventMask terminationReason = RF_runCmd(rfHandle, (RF_Op*)&RF_cmdPropTx,RF_PriorityNormal, echoCallback, (RF_EventCmdDone…
Part Number: CC1312R Other Parts Discussed in Thread: SYSCONFIG
需要实现的功能
1:OAD空中升级;(维护功能时程序使用)
2:采集数据并通过SUB1G将数据发送出去;(功能程序)
以上两个功能在不同的线程中,设备启动时会选择其中一个线程启动,不会同时运行两个线程。但是数据发送和OAD空中升级必须在不同的频段中;
根据ccs里面设置频段的入口只找到下图修改入口,如何在启动不同的线程时选择不同的频段参数呢?
我会在芯片里做一个数据存储区…
Part Number: CC1312R Other Parts Discussed in Thread: SYSCONFIG You informed us before:TI also have an updated Audio Plugin for CC1312R1 supporting SysConfig, not published online, that we could share with the customer.
We need to apply for this resource…
Part Number: CC1312R 板子使用的是cc1312r开发板,下载了官方提供的sdk包simplelink_cc13xx_cc26xx_sdk_8_30_01_01,开发工具使用CCS,熟悉开发板各个demo时发现spi没有裸机的demo只有rtos的,想请问一下在哪里可以下载到裸机的demo程序。