Hi Dimitar,
You are correct, I reviewed this again and also see that it's extending sync words below 16 bits to 16 bits.
One workaround for this could be removing one byte from the preamble and adding it to the sync word. Is this something you could…
Part Number: CC1312R
Tool/software:
Hello,
We are developing a battery-powered device using the CC1312, which communicates with a peripheral chip via UART. We are using the TI-RTOS UART2 driver for this connection, but as documented, the driver prevents…
Part Number: CC1312R Tool/software: Hi
I have tested using the rfSynchronizedPacketTx_CC1312R1 and rfSynchronizedPacketRx_CC1312R1 example codes.
First, I synchronized the time between the rfSynchronizedPacketTx device and the rfSynchronizedPacketRx…
Part Number: CC1312R Other Parts Discussed in Thread: SYSCONFIG , CSD , SYSBIOS Tool/software: We designed a new IoT device and are measuring its power consumption to optimize energy efficiency, particularly in sleep mode.
In our measurements, we used…
Part Number: CC1312R
Tool/software:
Hello,
I am developing an application using CC1312. The application I developed has a BMA400 sensor. My application will constantly run in deep sleep mode and will be woken up by interrupt from the BMA400 sensor.…
Part Number: CC1312R
Tool/software:
Good evening,
I am trying to evaluate the 4-fsk ability of these two chips.
The first *unclear* info I would need is where the 4-fsk encoding / decoding actually starts.
Is it at 1) preamble, 2) at synch word or 3…
Part Number: CC1312R Tool/software: Colleagues,
Can CCxxxx radio MCUs be programmed to function as a baseband chip with an external mixer? Is there a way to bypass or CCxxxx 's own mixer?
I’m looking for ICs which would help me build an HF radio…
Hi David,
the rise in the side lobes could be caused by the ramp up and ramp down of the PA during packet transmission.
Could you test using a continuous modulated signal on both devices?
In order to transmit a continuous modulated signal you need to…
Part Number: CC1312R Tool/software: Hello,
I have a custom board with a USB to UART connected to the ROM bootloader UART pins. There is no button for the bootloader backdoor.
I can flash the device the first time using Flash Programmer because the uC…
Part Number: CC1312R Tool/software:
Hi,
It looks like that there is an issue with TI clang compiler generated code in case of optimization (could be seen in case of optimization level 2) of “weak” none void function if there is only week declaration…