Part Number: LAUNCHXL-CC1310
Hi,
I'm trying to use the CC2538-bsl script instead of Uniflash to flash the launchpad with Contiki firmware and seeing the following error.
The command used to flash Hello-World using the cc2538-bsl script for Contiki…
Part Number: CC1310 Tool/software: TI-RTOS Hi Team,
I am using the hardware i2c interface to read external memory. Calling I2C_transfer() in an i2c task will not cause problems, but it will get stuck once it is placed in the main function. Testing the…
Part Number: CC1310 Tool/software: TI-RTOS Hi Team,
I am using the I2C module to interact with the FM24V10.But I don't know how to write data to the specified address.How to achieve it?
Part Number: CC1310 Tool/software: TI-RTOS Hi Team,
My application needs to modify many parameters during the run.For example, to send different data lengths, I need to set RF_cmdPropTx.pktLen = wantedlength before executing the TX command; I have tested…
Part Number: CC1310 Tool/software: TI-RTOS Hi Team,
What is the difference between RF_setTxPower() and CMD_SET_TX_POWER?Can I modify it directly using RF_setTxPower() in a running task?
Part Number: CC1310 Tool/software: TI-RTOS Hi Team,
My project needs to implement such a function: four operating modes are controlled by two pins.
I have encountered several difficulties in implementation:
1.I put the four modes of code in…
Part Number: CC1310 Tool/software: TI-RTOS Hi Team,
1.In WOR-RX, the data baud rate is 50kbs and the receive bandwidth is 98KHz. If I want to divide the channel, what is the minimum interval?
2.Is 98KHz the best reception bandwidth at a data rate…
Part Number: CC1310 Tool/software: TI-RTOS Hi Team,
I am implementing an RF receive and send switch.code show as below:
while(1)
{
rxCommandHandle =
RF_postCmd(rfHandle, (RF_Op*)&RF_cmdPropRx, RF_PriorityNormal, radioCallback, (RF_EventCmdDone…
Part Number: CC1310 Tool/software: TI-RTOS Hi Team,
Since my question is very anxious, and because the employees of the previous post have to leave the office,so I asked a related question.I have two tasks, all of which are possible to access the RF…
Part Number: CC1310 Tool/software: TI-RTOS Hi Team,
On the basis of WOR-RX, I need to set several RF parameters at one time in another task: working frequency, Tx power .Since the Rxsniff command keeps entering and exiting, I can't set it up right away…