Part Number: CC1310 Tool/software: Everyone,
I’m currently working on a project using the CC1310 platform and need to implement a Wireless M-Bus (EN 13757-4) communication link. However, I’d prefer not to license the third-party stack from…
Part Number: LAUNCHXL-CC1310 Other Parts Discussed in Thread: CC1310 Tool/software: I'm having problem remapping the IOs in CC1310 resource explorer examples on Launchpad.
Example is:
i2ctmp_CC1310_LAUNCHXL_tirtos_ccs
in the CC1310_LAUNCHXL.h file…
Part Number: CC1310 Other Parts Discussed in Thread: CC1190 , Tool/software: We are currently developing a new product with a CC1310 + CC1190. Hereby I was wondering the following regarding FCC and CE approval both at 868MHz and 915MHz. If we take the…
for the CC1310, these pins are controlled in the board_palna.c file:
void Board_Palna_initialize(uint32_t hgm)
{
if (hgm)
{
if (!palnaPinHandle)
{
/* Open PA/LNA PIN driver */
palnaPinHandle = PIN_open…
Part Number: CC1310 Tool/software:
Hi everyone,
I am currently working with the CC1310 microcontroller and TI-RTOS. I am trying to use three Clock instances in my application, but unfortunately, the code crashes as soon as I try to create a third one…
Part Number: CC1310
Tool/software:
We found that the CC1310F128 has a probability of burning the chip when it is programming with 3.3V battery (the burning tool is the 1310 development board). . The performance phenomenon is that the positive and negative…
I used the cc1310 launchpad to test the history using ADCCC26XX_FIXED_REFERENCE as a reference, and the input voltage collected by the DIO23 pin was accurate, but now I am changing to a 4*4 board and found that the voltage value collected by the api ADC_convertRawToMicroVoltsc…
Part Number: LAUNCHXL-CC1310 Other Parts Discussed in Thread: CC1310 Tool/software: Hi,
I want to use cc1310 at 4mbps. I can use hs mode with rfPacketErrorRate example but ı couldn't set hs mode for standart tx-rx example of TI. Could you help me please…