Part Number: CC1312R Tool/software: So, I set a watchpoint, but I do not get a stop to see the instruction that modified rfPostHandle.
I have tried many combinations, one is to set the watchpoint to trigger when a certain value is written
into the var…
Part Number: CC1312R Tool/software: I would like to know two things about the register setting values of the loop filter.
There is an 80 kHz loop filter as follows.
//Synth: Set loop bandwidth after lock to 80 kHz (K2) (uint32_t) 0xA47E0583 //Synth: Set…
Part Number: CC1312R Tool/software: I can use the example program provided by TI, "dacoutputbuffer," to set the output waveform of the DAC, and I can also use the SCE tool to set the output of the DAC, but I have found that it is currently unable to…
Part Number: CC1312R Other Parts Discussed in Thread: CC1101 , Tool/software: We need to use CC1101 compatible FEC on CC1312R because our existing products use that.
From the Proprietary RF users guide:
"The patch required for the CC1101 compatible FEC…
Part Number: CC1312R Tool/software: Hi,
Some SPI sensors have the "nasty" feature of holding the MISO(POCI) pin low while they process a message.
e.g. TSYS01 from TE connectivity. This is not according to the SPI standard, but we have to work…
Part Number: CC1312R Tool/software: Hi,
I wanted to use this microcontroller to control the 6 electric actuator mounted inside locomotive & controlled wirelessly using a web page from a control room, I want to know the wireless range of the device, need…
Part Number: CC1312R Other Parts Discussed in Thread: SYSCONFIG Tool/software: Hello,
I found in the manual that there are some virtual signals from the radio subsystem that can be mapped to physical pins.
I need a transmit and a receive indication to…
Hi Mauricio, you can check the Hwc.c file that implements the TI RTOS interrupts. In this case I think that the watchdog is not properly defined. Did you follow one of our examples? https://dev.ti.com/tirex/explore/node?node=A__AC1XC14YA7bK61qz2r5Itg__com…
Part Number: CC1312R
Tool/software:
To understand and debug packet formatting I would like to trig a logic analyser when the radio syncs in on a preamble, and trace the data
from the demodulator. I can see the enabled states via the GPIO mapping, but…
Part Number: CC1312R Tool/software: Hello, I have a problem with my program based on the rfUARTbridge example. I have broken out the "cancel receive, send packet, issue receive" part of the example and placed it in a separate function SendPacket.…