<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://e2e.ti.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sub-1 GHz forum - Recent Threads</title><link>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Jul 2026 10:51:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum" /><item><title>RE: CC1312R: CC1312R: Power_idleFunc</title><link>https://e2e.ti.com/thread/6435877?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2026 10:51:30 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:b9ba695f-246d-4f31-9cff-dbecb447e5bf</guid><dc:creator>shingo sezaki</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6435877?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1667580/cc1312r-cc1312r-power_idlefunc/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;段階的にモジュールの追加をしていくことがいいアイデアということをおっしゃっていいるのですか？当然スタンバイに入る事は消費電流を確認したうえでの現象です。タイマー割り込みの340msの遅延については、実験していただけませんか？もしくはこちらの提供したソフトに問題があるのか回答いただけませんか？よろしくお願いします。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC1312R: CC1312R: Power_idleFunc</title><link>https://e2e.ti.com/thread/1667580?ContentTypeID=0</link><pubDate>Mon, 27 Jul 2026 00:55:16 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:beaeda84-1b94-448c-8dd3-d25718f1e7fb</guid><dc:creator>shingo sezaki</dc:creator><slash:comments>4</slash:comments><comments>https://e2e.ti.com/thread/1667580?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1667580/cc1312r-cc1312r-power_idlefunc/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC1312R&lt;/p&gt;&lt;div id="tw-target-text-container"&gt;
&lt;pre id="tw-target-text" dir="ltr" data-ved="2ahUKEwjGnMGeyvGVAxVsna8BHQvMExkQ3ewLegQIDRAU"&gt;I am investigating the issue where a 1mA current draw occurs during `Power_idleFunc()`, using the sample code I received previously as a base.

I am using the LAUNCHXL-CC1312R1.
With code configured to enter standby mode and wake up only via a button press,
no abnormal current (1mA) was observed over a period of approximately three days.

I am now conducting further tests after modifying the code to keep the Timer module active.

There is a phenomenon I have been wondering about for some time:
it takes approximately 340ms from the moment the timer interrupt is started until the interrupt actually triggers.
I have verified this specifically by monitoring ports TP1 (DIO28) and TP2 (DIO27) with an oscilloscope.
Can this behavior be explained? I will provide the actual code.
Please let me know if there are any errors in how I am initializing or stopping the timer.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/156/sleepTest1.zip" target="_blank" rel="noopener" data-temp-id="sleepTest1.zip-252146"&gt;sleepTest1.zip&lt;/a&gt;&amp;nbsp;&lt;/pre&gt;
&lt;/div&gt;
&lt;div id="tw-target-rmn-container"&gt;
&lt;pre id="tw-target-rmn" dir="ltr" data-placeholder=""&gt;&lt;/pre&gt;
&lt;/div&gt;</description></item><item><title>CC1312R: CC1312R RF Communication: How to Implement Fixed-Length Communication</title><link>https://e2e.ti.com/thread/1668995?ContentTypeID=0</link><pubDate>Thu, 30 Jul 2026 08:25:29 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:c5c18184-bf6c-4c53-9ff1-b94c5f36117f</guid><dc:creator>Risei Taniguchi</dc:creator><slash:comments>2</slash:comments><comments>https://e2e.ti.com/thread/1668995?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1668995/cc1312r-cc1312r-rf-communication-how-to-implement-fixed-length-communication/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC1312R&lt;/p&gt;&lt;p&gt;We are working to minimize RF communication time.&lt;br /&gt;As part of this effort, we are attempting to reduce the RF communication time by decreasing the size of the packets being transmitted.&lt;br /&gt;We are conducting RF communication using the standard packet format provided by TI.&lt;br /&gt;We plan to reduce the packet size by eliminating the &amp;quot;Length field&amp;quot; within the standard packet format (i.e., setting it to 0 bytes).&lt;br /&gt;We believed that setting the packet size to a fixed length (bVarLen=0) would allow us to eliminate the &amp;quot;Length field,&amp;quot; so we tested this configuration; while the packets did reach the receiver, the content did not match the intended values.&lt;br /&gt;We are currently investigating the cause of this issue.&lt;br /&gt;One possible reason why the received value differs from the intended value is that the sender failed to transmit the intended value.&lt;br /&gt;I would like to verify how the `pktLen` is configured on the sender side.&lt;br /&gt;Is it correct to set `pktLen` to the packet data size?&lt;br /&gt;For the following configuration&amp;mdash;Preamble: 4 bytes, Sync word: 3 bytes, Payload: 5 bytes, fixed-length communication (Length field): 0 bytes, Address filtering disabled (Address): 0 bytes, and CRC: 2 bytes&amp;mdash;is it correct to set pktLen to 14 bytes?&lt;/p&gt;</description></item><item><title>RE: CC1312R: CC1312R RF Communication: How to Implement Fixed-Length Communication</title><link>https://e2e.ti.com/thread/6435762?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2026 08:59:54 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:1e4f85ea-acd0-4356-a9de-9199da6ebb72</guid><dc:creator>Risei Taniguchi</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6435762?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1668995/cc1312r-cc1312r-rf-communication-how-to-implement-fixed-length-communication/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Marie&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;br /&gt;I&amp;#39;ll try again based on your answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CC1201: CC1201 Modulation Formats 2-GFSK RX and 2-FSK TX</title><link>https://e2e.ti.com/thread/6435723?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2026 08:31:43 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:e81b0ac0-71c0-48f7-b4e8-6cd95f02788b</guid><dc:creator>Diego P</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6435723?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1669244/cc1201-cc1201-modulation-formats-2-gfsk-rx-and-2-fsk-tx/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Etan,&lt;/p&gt;
&lt;p&gt;At what signal level are you measuring the packet loss? Are you performing your measurements conducted or radiated?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC1201: CC1201 Modulation Formats 2-GFSK RX and 2-FSK TX</title><link>https://e2e.ti.com/thread/1669244?ContentTypeID=0</link><pubDate>Thu, 30 Jul 2026 22:32:01 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6b5b8263-30ba-48a5-a52f-d26e08f3597d</guid><dc:creator>Etan Bennett</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1669244?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1669244/cc1201-cc1201-modulation-formats-2-gfsk-rx-and-2-fsk-tx/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC1201&lt;/p&gt;
&lt;p&gt;I have been working with the CC1201 within development testing and I wanted to see if anyone has experienced improved link closure and reduced packet loss when using mis-matched modulation modes of the radio. It seems that when I use 2-FSK in TX and 2-GFSK in RX I nominally improve the connection between devices by 1-5% when monitoring packet loss rates.&lt;/p&gt;
&lt;p&gt;EX:&lt;/p&gt;
&lt;p&gt;625ksps 833.33kHz RX Filter BW 189.81kHz Deviation 2-GFSK RX / 2-FSK TX ~1% packet loss&lt;/p&gt;
&lt;p&gt;625ksps 833.33kHz RX Filter BW 189.81kHz Deviation 2-GFSK RX / 2-GFSK TX ~5% packet loss&lt;/p&gt;
&lt;p&gt;625ksps 833.33kHz RX Filter BW 189.81kHz Deviation 2-FSK RX / 2-FSK TX ~2% packet loss&lt;/p&gt;
&lt;p&gt;&lt;img alt="image.png" height="114" src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/156/0647.image.png" width="670" data-temp-id="image.png-170072" /&gt;&lt;/p&gt;</description></item><item><title>CC1352P: CC1352 settings for 9600bps within 11.25kHz bandwidth</title><link>https://e2e.ti.com/thread/1668312?ContentTypeID=0</link><pubDate>Tue, 28 Jul 2026 14:28:36 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6354fba8-0816-44bf-833a-156af92951de</guid><dc:creator>jeroen wilbers</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1668312?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1668312/cc1352p-cc1352-settings-for-9600bps-within-11-25khz-bandwidth/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC1352P&lt;/p&gt;&lt;p&gt;Hi All&lt;br /&gt;I&amp;#39;m trying to find a setting for the CC1352 for 9600bps to fit in a 12.5kHz channel.&lt;br /&gt;The allowed bandwidth is then 11.25kHz&lt;/p&gt;
&lt;p&gt;I expect to be needed 4GFSK, but I cannot figure out what setting to set.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m looking for the specific deviation numbers.&lt;/p&gt;
&lt;p&gt;If I apply Carsons rule with this, I get:&lt;/p&gt;
&lt;p&gt;Symbol rate = 4800&lt;br /&gt;BW = 2*(deviation+symbol rate) -&amp;gt; deviation = BW/2 - symbol rate = 825 kHz&lt;br /&gt;Is this correct?&lt;/p&gt;</description></item><item><title>RE: CC1352P: CC1352 settings for 9600bps within 11.25kHz bandwidth</title><link>https://e2e.ti.com/thread/6435713?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2026 08:27:06 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:0335e881-32d3-4cb2-ba05-0738a384df32</guid><dc:creator>Diego P</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6435713?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1668312/cc1352p-cc1352-settings-for-9600bps-within-11-25khz-bandwidth/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Jeroen,&lt;/p&gt;
&lt;p&gt;For 2FSK Carson&amp;#39;s rule is BW = symbol rate + 2*deviation and for 4FSK BW = symbol rate + 2* outer deviation.&lt;/p&gt;
&lt;p&gt;Carson&amp;#39;s rule is a good rule of thumb for perfect FSK signal. In you case since you are looking at using a gaussian filter the signal bandwidth would actually be lower.&lt;/p&gt;
&lt;p&gt;In order to&amp;nbsp;fit the signal in a 11.25 kHz BW, you could use an outer deviation of about 4.1 kHz using a gaussian filter of BT=0.5. With these settings the 99% occupied bandwidth is about 11 kHz.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://e2e.ti.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/156/pastedimage1785486402888v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CC1312R: CC1312R: Power_idleFunc</title><link>https://e2e.ti.com/thread/6435681?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2026 08:03:34 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:34142282-feab-4c86-b43d-f9cd780cf3a0</guid><dc:creator>Marie H</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/6435681?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1667580/cc1312r-cc1312r-power_idlefunc/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Shingo,&lt;/p&gt;
&lt;p&gt;That sounds like a good idea.&lt;/p&gt;
&lt;p&gt;Please note: Adding a UART in callback mode will prevent the device from going to standby, since the device will need to listen for incoming UART transactions. This is usually solved by adding a GPIO handshake that can wake up the device in front of the UART transaction itself.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Marie H&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CC1312R: CC1312R RF Communication: How to Implement Fixed-Length Communication</title><link>https://e2e.ti.com/thread/6435659?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2026 07:33:11 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:00ca5a04-832b-436d-b313-09c4d2c14dd9</guid><dc:creator>Marie H</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/6435659?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1668995/cc1312r-cc1312r-rf-communication-how-to-implement-fixed-length-communication/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Risei,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For&amp;nbsp;&lt;/span&gt;&lt;code&gt;CMD_PROP_TX&lt;/code&gt;&lt;span&gt;&amp;nbsp;with&amp;nbsp;&lt;/span&gt;&lt;code&gt;bVarLen=0&lt;/code&gt;&lt;span&gt;, the&amp;nbsp;&lt;/span&gt;&lt;code&gt;pktLen&lt;/code&gt;&lt;span&gt;&amp;nbsp;field specifies&amp;nbsp;&lt;/span&gt;&lt;strong&gt;only the number of bytes in the buffer pointed to by&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;pPkt&lt;/code&gt;&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&amp;mdash; it does&amp;nbsp;&lt;/span&gt;&lt;strong&gt;not&lt;/strong&gt;&lt;span&gt;&amp;nbsp;include preamble, sync word, or CRC. These fields are handled automatically by the RF core. In your case this one should be set to 5 (not 14).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;On the RX side with&amp;nbsp;&lt;code&gt;CMD_PROP_RX&lt;/code&gt;&amp;nbsp;and&amp;nbsp;&lt;code&gt;bVarLen=0&lt;/code&gt;, set&amp;nbsp;&lt;code&gt;maxPktLen = 5&lt;/code&gt;. The receiver will expect exactly 5 bytes after the sync word and before the CRC.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// TX side
RF_cmdPropTx.pktConf.bVarLen = 0;  // Fixed length, no length byte transmitted
RF_cmdPropTx.pktConf.bUseCrc = 1;  // Hardware appends CRC automatically
RF_cmdPropTx.pktLen = 5;           // Payload size only
RF_cmdPropTx.pPkt = &amp;amp;yourPayloadBuffer[0];  // 5-byte buffer

// RX side
RF_cmdPropRx.pktConf.bVarLen = 0;  // Fixed length
RF_cmdPropRx.maxPktLen = 5;        // Expect 5 bytes after sync, before CRC&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cheers,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Marie H&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC1312R: Wireless M-Bus support on CC1312R for Japanese 920 MHz band</title><link>https://e2e.ti.com/thread/1663993?ContentTypeID=0</link><pubDate>Tue, 14 Jul 2026 08:31:56 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:92aec8fb-630d-42e2-9801-eabfe3a46d9e</guid><dc:creator>Ibuki Endo</dc:creator><slash:comments>5</slash:comments><comments>https://e2e.ti.com/thread/1663993?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1663993/cc1312r-wireless-m-bus-support-on-cc1312r-for-japanese-920-mhz-band/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC1312R&lt;/p&gt;&lt;p&gt;&lt;!--ScriptorStartFragment--&gt;&lt;/p&gt;
&lt;div&gt;Hi expert,&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;We are evaluating CC1312R for a smart metering application in Japan.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;According to TI documentation, the Wireless M-Bus stack supports the European 868 MHz, 433 MHz, and 169 MHz bands. We could not find information regarding operation in the Japanese 920 MHz band.&lt;/div&gt;
&lt;div&gt;Could you please clarify the following points?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;1. Can the TI Wireless M-Bus stack (OMS v4.1.2) be configured to operate in the Japanese 920 MHz band on CC1312R?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;2. If 920 MHz operation is not supported out of the box:&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp; - Is there any recommended migration path?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp; - Can the existing Wireless M-Bus stack source/framework be reused as a starting point?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;3. Would operation in the 920 MHz band require only RF parameter changes, or are there protocol/stack limitations that prevent such migration?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;4. Has TI or Stackforce ever supported or evaluated Wireless M-Bus implementations on frequency bands other than the standard 868/433/169 MHz bands?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;5. Are there any TI reference designs, evaluation boards, modules, or customer designs based on CC1312R/CC1312P that have obtained radio certification for operation in the Japanese 920 MHz band?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;6. If customers want to evaluate CC1312R/CC1312P in Japan before certification, are there any recommendations from TI regarding the use of evaluation boards and regional regulatory requirements?&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Our customer is interested in drive-by meter reading in Japan and is considering Wireless M-Bus as one of the candidate protocols.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;Best regard,&lt;/div&gt;
&lt;div&gt;Ibuki Endo&lt;/div&gt;</description></item><item><title>RE: CC1312R: Wireless M-Bus support on CC1312R for Japanese 920 MHz band</title><link>https://e2e.ti.com/thread/6435575?ContentTypeID=1</link><pubDate>Fri, 31 Jul 2026 06:15:24 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:1aacc24d-dfa9-4943-9a80-f17dedbf96c4</guid><dc:creator>Ibuki Endo</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6435575?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1663993/cc1312r-wireless-m-bus-support-on-cc1312r-for-japanese-920-mhz-band/rss?ContentTypeId=0</wfw:commentRss><description>&lt;div&gt;
&lt;p&gt;&lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;Hi&lt;/span&gt; &lt;span class="___xxxjie0 f1w7gpdv f1gqqdtu"&gt;Zack-san,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;Thank&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;you&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;for&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;the&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;friend&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;request.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;I&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;tried&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;to&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;accept&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;it,&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;but&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;I&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;received&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;a&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;403&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;error&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;on&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;my&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;side&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;and&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;was&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;unable&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;to&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;complete&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;the&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;request.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="___xxxjie0 f1w7gpdv f1gqqdtu"&gt;Just&lt;/span&gt; &lt;span class="___xxxjie0 f1w7gpdv f1gqqdtu"&gt;wanted&lt;/span&gt; &lt;span class="___xxxjie0 f1w7gpdv f1gqqdtu"&gt;to&lt;/span&gt; &lt;span class="___xxxjie0 f1w7gpdv f1gqqdtu"&gt;let&lt;/span&gt; &lt;span class="___xxxjie0 f1w7gpdv f1gqqdtu"&gt;you&lt;/span&gt; &lt;span class="___xxxjie0 f1w7gpdv f1gqqdtu"&gt;know.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="___xxxjie0 f1w7gpdv f1gqqdtu"&gt;Best&lt;/span&gt; &lt;span class="___xxxjie0 f1w7gpdv f1gqqdtu"&gt;regards,&lt;/span&gt;&lt;br /&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;Ibuki&lt;/span&gt; &lt;span class="___1cs5bdp f1w7gpdv f5p0z4x"&gt;Endo&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CC1311R3: Is there a difference in maximum transmission power between 1.8V and 3.3V power supply</title><link>https://e2e.ti.com/thread/6434999?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2026 19:33:14 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:8fb7dcb7-e22b-4e95-b9df-9aade05a0665</guid><dc:creator>ZC</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6434999?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1669159/cc1311r3-is-there-a-difference-in-maximum-transmission-power-between-1-8v-and-3-3v-power-supply/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, the line below clarifies that a minimum VDDS (supply voltage) of 2.1 V is required for +14 dBm transmission (boost mode means boosting VDDR to 1.95 V to enabled the higher output power).&lt;/p&gt;
&lt;p&gt;Otherwise, with a VDDS &amp;lt; 2.1 V (or with boost mode not enabled) the maximum TX Output Power is +12.5 dBm.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Zack&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC1311R3: Is there a difference in maximum transmission power between 1.8V and 3.3V power supply</title><link>https://e2e.ti.com/thread/1669159?ContentTypeID=0</link><pubDate>Thu, 30 Jul 2026 14:17:31 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:a07722c4-80eb-4cca-a8b2-f5e9739ac8bb</guid><dc:creator>Lumina Gui</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1669159?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1669159/cc1311r3-is-there-a-difference-in-maximum-transmission-power-between-1-8v-and-3-3v-power-supply/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC1311R3&lt;/p&gt;&lt;p&gt;Dear TI Engineer,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you help confirm that is there a difference in maximum transmission power between 1.8V and 3.3V power supply?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From the datasheet we can learned that the max output power is 14dBm with the VDDR = 1.95 V.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/156/33.jpg" alt="33.jpg" data-temp-id="33.jpg-204152" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;</description></item><item><title>RE: CC1312R: Wireless M-Bus support on CC1312R for Japanese 920 MHz band</title><link>https://e2e.ti.com/thread/6434982?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2026 19:14:14 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:1b295f5e-16d0-4114-94d4-fea8fafa7ac2</guid><dc:creator>ZC</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/6434982?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1663993/cc1312r-wireless-m-bus-support-on-cc1312r-for-japanese-920-mhz-band/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Ibuki-san,&lt;/p&gt;
&lt;p&gt;You may not be able to give information publically but Wireless M-Bus is typically a Europe-based standard (I may be missing something here). We might need more details to be able to help with this. I&amp;#39;ve looped in a colleague and also sent a friend request.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Zack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC113L: OOK not working</title><link>https://e2e.ti.com/thread/1663568?ContentTypeID=0</link><pubDate>Mon, 13 Jul 2026 09:39:06 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:5e9e3ffe-2f4d-4852-85cc-8432cade5a7a</guid><dc:creator>Kien</dc:creator><slash:comments>2</slash:comments><comments>https://e2e.ti.com/thread/1663568?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1663568/cc113l-ook-not-working/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC113L&lt;/p&gt;&lt;p&gt;Hi Champs,&lt;/p&gt;
&lt;p&gt;I am trying to transmit OOK messages from LP-EM-CC1354P10-1 to a custom CC113L custom board. Frequency is 433 MHz. I know it is not the frequency that the LP was designed to work best at. But I don&amp;#39;t need long distance for this test. The boards are very close to each other on a table.&lt;/p&gt;
&lt;p&gt;2 LP-EM-CC1354P10-1 boards work well in the test. 1 transmits and 1 receives. Again, at 433 MHz. But the CC113L custom board can&amp;#39;t receive any message. I checked the RSSI value in CC113L. It goes up to -50 dBm when the transmitter (LP-EM-CC1354P10-1) transmits. When I stop the transmission, CC113L RSSI goes back to -90 dBm. So I guess it can detect the coming radio signal, but I don&amp;#39;t know why it can not give any output message.&lt;/p&gt;
&lt;p&gt;Below are the registers settings for CC113L. Generated by SmartRF Studio 7. Written to CC113L by an MSPM0 MCU, and verified.&lt;/p&gt;
&lt;p&gt;I have some questions that need your help to address:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;is my test case mentioned above workable? (LP-EM-CC1354P10-1 sends OOK messages to a CC113L custom board at 433 MHz)&lt;/li&gt;
&lt;li&gt;If yes, what should I check/change to make the connection work?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;CC113L settings:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; IOCFG2&amp;nbsp;&amp;nbsp; [0x00] = 0x29&lt;/p&gt;
&lt;p&gt;&amp;nbsp; IOCFG1&amp;nbsp;&amp;nbsp; [0x01] = 0x2E&lt;/p&gt;
&lt;p&gt;&amp;nbsp; IOCFG0&amp;nbsp;&amp;nbsp; [0x02] = 0x06&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FIFOTHR&amp;nbsp; [0x03] = 0x47&lt;/p&gt;
&lt;p&gt;&amp;nbsp; SYNC1&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x04] = 0xD3&lt;/p&gt;
&lt;p&gt;&amp;nbsp; SYNC0&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x05] = 0x91&lt;/p&gt;
&lt;p&gt;&amp;nbsp; PKTLEN&amp;nbsp;&amp;nbsp; [0x06] = 0xFF&lt;/p&gt;
&lt;p&gt;&amp;nbsp; PKTCTRL1 [0x07] = 0x04&lt;/p&gt;
&lt;p&gt;&amp;nbsp; PKTCTRL0 [0x08] = 0x05&lt;/p&gt;
&lt;p&gt;&amp;nbsp; ADDR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x09] = 0x00&lt;/p&gt;
&lt;p&gt;&amp;nbsp; CHANNR&amp;nbsp;&amp;nbsp; [0x0A] = 0x00&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FSCTRL1&amp;nbsp; [0x0B] = 0x06&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FSCTRL0&amp;nbsp; [0x0C] = 0x00&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FREQ2&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x0D] = 0x10&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FREQ1&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x0E] = 0xB0&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FREQ0&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x0F] = 0x71&lt;/p&gt;
&lt;p&gt;&amp;nbsp; MDMCFG4&amp;nbsp; [0x10] = 0xF7&lt;/p&gt;
&lt;p&gt;&amp;nbsp; MDMCFG3&amp;nbsp; [0x11] = 0x83&lt;/p&gt;
&lt;p&gt;&amp;nbsp; MDMCFG2&amp;nbsp; [0x12] = 0x3B&lt;/p&gt;
&lt;p&gt;&amp;nbsp; MDMCFG1&amp;nbsp; [0x13] = 0x00&lt;/p&gt;
&lt;p&gt;&amp;nbsp; MDMCFG0&amp;nbsp; [0x14] = 0x00&lt;/p&gt;
&lt;p&gt;&amp;nbsp; DEVIATN&amp;nbsp; [0x15] = 0x15&lt;/p&gt;
&lt;p&gt;&amp;nbsp; MCSM2&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x16] = 0x07&lt;/p&gt;
&lt;p&gt;&amp;nbsp; MCSM1&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x17] = 0x30&lt;/p&gt;
&lt;p&gt;&amp;nbsp; MCSM0&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x18] = 0x18&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FOCCFG&amp;nbsp;&amp;nbsp; [0x19] = 0x16&lt;/p&gt;
&lt;p&gt;&amp;nbsp; BSCFG&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x1A] = 0x6C&lt;/p&gt;
&lt;p&gt;&amp;nbsp; AGCCTRL2 [0x1B] = 0x03&lt;/p&gt;
&lt;p&gt;&amp;nbsp; AGCCTRL1 [0x1C] = 0x40&lt;/p&gt;
&lt;p&gt;&amp;nbsp; AGCCTRL0 [0x1D] = 0x91&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FREND1&amp;nbsp;&amp;nbsp; [0x21] = 0x56&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FSCAL3&amp;nbsp;&amp;nbsp; [0x23] = 0xEF&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FSCAL2&amp;nbsp;&amp;nbsp; [0x24] = 0x2B&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FSCAL1&amp;nbsp;&amp;nbsp; [0x25] = 0x19&lt;/p&gt;
&lt;p&gt;&amp;nbsp; FSCAL0&amp;nbsp;&amp;nbsp; [0x26] = 0x1F&lt;/p&gt;
&lt;p&gt;&amp;nbsp; TEST2&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x2C] = 0x81&lt;/p&gt;
&lt;p&gt;&amp;nbsp; TEST1&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x2D] = 0x35&lt;/p&gt;
&lt;p&gt;&amp;nbsp; TEST0&amp;nbsp;&amp;nbsp;&amp;nbsp; [0x2E] = 0x09&lt;/p&gt;
&lt;p&gt;&amp;nbsp; PARTNUM&amp;nbsp; [0x30] = 0x00&lt;/p&gt;
&lt;p&gt;&amp;nbsp; VERSION&amp;nbsp; [0x31] = 0x18&lt;/p&gt;
&lt;p&gt;&amp;nbsp; MARCSTAT [0x35] = 0x0D&lt;/p&gt;
&lt;p&gt;&amp;nbsp; PKTSTAT&amp;nbsp; [0x38] = 0x60&lt;/p&gt;
&lt;p&gt;&amp;nbsp; RXBYTES&amp;nbsp; [0x3B] = 0x00&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;&lt;strong&gt;CC1354P10 settings for Tx board&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/156/1352_5F00_tx.PNG" alt="1352_tx.PNG" data-temp-id="1352_tx.PNG-145827" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/156/8512.smartrf_5F00_settings.h" target="_blank" rel="noopener" data-temp-id="smartrf_settings.h-1031"&gt;smartrf_settings.h&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/156/2235.smartrf_5F00_settings.c" target="_blank" rel="noopener" data-temp-id="smartrf_settings.c-6763"&gt;smartrf_settings.c&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Kien&lt;/p&gt;</description></item><item><title>RE: CC113L: OOK not working</title><link>https://e2e.ti.com/thread/6434446?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2026 12:59:11 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:950a2f87-e442-49f0-b1c3-c2993969302e</guid><dc:creator>ZC</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6434446?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1663568/cc113l-ook-not-working/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Kien,&lt;/p&gt;
&lt;p&gt;Has the customer confirmed a basic link with e.g. GFSK (to confirm a link to start with)?&lt;/p&gt;
&lt;p&gt;It looks like Manchester Coding is enabled on the CC113L side, based on:&amp;nbsp;&amp;nbsp;MDMCFG2&amp;nbsp; [0x12] = 0x3B&lt;/p&gt;
&lt;p&gt;The CC1101-based devices and the CC135x devices have differences in handling Manchester encoded packets:&amp;nbsp;&lt;a href="https://dev.ti.com/tirex/explore/content/simplelink_cc13xx_cc26xx_sdk_8_33_00_16/docs/proprietary-rf/proprietary-rf-users-guide/proprietary-rf/cc1101-migration.html?highlight=manchester%20encoding#cc1101-proprfdevice-using-manchester-coding"&gt;https://dev.ti.com/tirex/explore/content/simplelink_cc13xx_cc26xx_sdk_8_33_00_16/docs/proprietary-rf/proprietary-rf-users-guide/proprietary-rf/cc1101-migration.html?highlight=manchester%20encoding#cc1101-proprfdevice-using-manchester-coding&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also,&amp;nbsp;f&lt;span&gt;requency offset compensation is not supported for OOK on the CC113L. So, the current setting of&lt;/span&gt;&amp;nbsp;&lt;code&gt;FOCCFG&amp;nbsp;&amp;nbsp; [0x19] = 0x16&lt;/code&gt; should be changed to&amp;nbsp;&lt;span&gt;&lt;code&gt;FOCCFG&amp;nbsp;&amp;nbsp; [0x19] = 0x14&lt;/code&gt; (i.e. set &lt;code&gt;[1:0] FOC_LIMIT[1:0] = 0&lt;/code&gt;).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If I set the base frequency to 433.92 MHz in Studio, the&amp;nbsp;FSCAL registers, etc. are set to different values than the customer is using; were these&amp;nbsp;frequency synthesiser settings&amp;nbsp;changes specifically found by the customer?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Has the customer confirmed the actual TX frequency of the CC1354P10? If there is a frequency offset, and FOC is not supported for the CC113L with OOK, then the RXBW might need to be increased.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;There may be some other settings as well, so we would recommend checking the other settings on the CC113L side. I&amp;#39;m not sure if the customer is aware of this document?&amp;nbsp;&lt;/span&gt;&lt;strong&gt;SWRA215&lt;/strong&gt;&amp;nbsp;(&lt;em&gt;CC110x CC111x OOK ASK Register Settings&lt;/em&gt;):&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://www.ti.com/lit/swra215" rel="nofollow"&gt;https://www.ti.com/lit/swra215&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Zack&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CC1352P: Packet loss observed at 50Meter LOS</title><link>https://e2e.ti.com/thread/6434152?ContentTypeID=1</link><pubDate>Thu, 30 Jul 2026 07:21:59 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:82405db7-6947-4c41-81f7-2bbf5716d5f8</guid><dc:creator>Amrit Dhaker</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6434152?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1667370/cc1352p-packet-loss-observed-at-50meter-los/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Dear sir,&lt;/p&gt;
&lt;p&gt;Also suggest what optimal setting needs to configure for Transmitter side &amp;amp; receiver side.&lt;/p&gt;
&lt;p&gt;In terms of inter beacon delay &amp;amp; scan, interval window etc...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Amrit&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC1352P: Packet loss observed at 50Meter LOS</title><link>https://e2e.ti.com/thread/1667370?ContentTypeID=0</link><pubDate>Fri, 24 Jul 2026 10:59:54 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:08df3a95-5980-4a87-8203-265173f7d49f</guid><dc:creator>Amrit Dhaker</dc:creator><slash:comments>5</slash:comments><comments>https://e2e.ti.com/thread/1667370?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1667370/cc1352p-packet-loss-observed-at-50meter-los/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC1352P&lt;/p&gt;
&lt;p&gt;Dear sir,&lt;/p&gt;
&lt;p&gt;We observed Packet loss observed at 50Meter LOS.&lt;/p&gt;
&lt;p&gt;With below seeting in transmistter&amp;nbsp;&lt;/p&gt;
&lt;p&gt;/// Default parameters for long range, connectable, advertising extension&lt;br /&gt;#define GAPADV_PARAMS_AE_LONG_RANGE_CONN1 { &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;br /&gt;&amp;nbsp; .eventProps = GAP_ADV_PROP_CONNECTABLE, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\&lt;br /&gt;&amp;nbsp; .primIntMin = 800, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;br /&gt;&amp;nbsp; .primIntMax = 816, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;br /&gt;&amp;nbsp; .primChanMap = GAP_ADV_CHAN_ALL, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;br /&gt;&amp;nbsp; .peerAddrType = PEER_ADDRTYPE_PUBLIC_OR_PUBLIC_ID, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;br /&gt;&amp;nbsp; .peerAddr = { 0xaa, 0xaa, 0xaa, 0xaa, 0xaa, 0xaa }, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\&lt;br /&gt;&amp;nbsp; .filterPolicy = GAP_ADV_WL_POLICY_ANY_REQ, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;br /&gt;&amp;nbsp; .txPower = GAP_ADV_TX_POWER_NO_PREFERENCE, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;br /&gt;&amp;nbsp; .primPhy = GAP_ADV_PRIM_PHY_1_MBPS, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\&lt;br /&gt;&amp;nbsp; .secPhy = GAP_ADV_SEC_PHY_CODED_S8, &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;\&lt;br /&gt;&amp;nbsp; .sid = 0 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; \&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;GapAdv_params_t advParamLegacy = GAPADV_PARAMS_AE_LONG_RANGE_CONN1;&lt;/p&gt;
&lt;p&gt;SendBeacon()&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; &amp;nbsp; GapScan_disable( );&lt;br /&gt;&amp;nbsp; &amp;nbsp; GapAdv_destroy( advHandleLegacy , GAP_ADV_FREE_OPTION_DONT_FREE);&lt;br /&gt;&amp;nbsp; &amp;nbsp; BeaconLen = UdateBeaconAdvertData_g( aBeaconData );&lt;br /&gt;&amp;nbsp; &amp;nbsp; status = GapAdv_create(&amp;amp;SimpleBroadcaster_advCallback, &amp;amp;advParamLegacy,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;amp;advHandleLegacy);&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; status = GapAdv_loadByHandle(advHandleLegacy, GAP_ADV_DATA_TYPE_ADV,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BeaconLen, aBeaconData);&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;status = GapAdv_enable( advHandleLegacy,&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;GAP_ADV_ENABLE_OPTIONS_USE_DURATION ,220u); /* 2200 ms brodcasting */ &lt;br /&gt;} &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have below quries.&lt;br /&gt;o &amp;nbsp; &amp;nbsp;Are advertisements transmitted sequentially on advertising channels 37 &amp;rarr; 38 &amp;rarr; 39?&lt;br /&gt;o &amp;nbsp; &amp;nbsp;Is the advertising channel order always fixed?&amp;nbsp;&lt;br /&gt;o &amp;nbsp; &amp;nbsp;Is it technically possible to configure the Primary PHY as LE Coded S8 (125 kbps) instead of 1 Mbps?&amp;nbsp;&lt;br /&gt;o &amp;nbsp; &amp;nbsp;Why variation observed in No. of beacon transmitted with above setting e.g. 4-5beacon&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amrit&lt;/p&gt;</description></item><item><title>RE: CC1354P10: Configuring 2.4 GHz with high-PA</title><link>https://e2e.ti.com/thread/6432692?ContentTypeID=1</link><pubDate>Wed, 29 Jul 2026 08:53:46 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:f50e5ab5-fb3c-4bea-a80f-171ee3254a18</guid><dc:creator>Marie H</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6432692?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1668458/cc1354p10-configuring-2-4-ghz-with-high-pa/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Alex,&lt;/p&gt;
&lt;p&gt;For +20 dBm on 2.4-GHz, we have the&amp;nbsp;&lt;span&gt;CC1354P10-6 design. If you select this variant Studio can generate the settings. However I believe they may only work with the CC1354P10-6 LP.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Cheers,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Marie H&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC1354P10: Configuring 2.4 GHz with high-PA</title><link>https://e2e.ti.com/thread/1668458?ContentTypeID=0</link><pubDate>Wed, 29 Jul 2026 03:31:43 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:405f5741-a9dd-425d-9540-292367ce5a39</guid><dc:creator>Alex Lin</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1668458?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1668458/cc1354p10-configuring-2-4-ghz-with-high-pa/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC1354P10&lt;/p&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;We have a custom board using the CC1354P10-1 using the 2.4 GHz band. We want to use the high-PA path for transmit, so we referenced the antenna switch callback example code snippet generated by SysConfig to route the signal through the HIGH_PA pin on transmit. However, I&amp;#39;m missing the RF core configuration itself I believe. Both SysConfig and SmartRF only generate settings for the high-PA (20 dBm) for the sub-1 GHz band. What settings that are normally in ti_radio_config.c (such as the pOverridesTx20, txPowerTables, etc.) do I need to have to configure the RF core for 20 dBm at 2.4 GHz?&lt;/p&gt;</description></item><item><title>RE: CC1352P: Packet loss observed at 50Meter LOS</title><link>https://e2e.ti.com/thread/6432325?ContentTypeID=1</link><pubDate>Wed, 29 Jul 2026 04:01:54 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:909f918e-4b15-4678-91c2-475883ef5bfe</guid><dc:creator>Amrit Dhaker</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/6432325?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1667370/cc1352p-packet-loss-observed-at-50meter-los/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We have already set 8dBm power with 2dBi antenna gain in&amp;nbsp;transmitter&amp;nbsp;side. Can not set total power &amp;gt;10dBm as per regulatory compliance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;#if defined(CC13X2P)&lt;br /&gt;#define DEFAULT_TX_POWER HCI_EXT_TX_POWER_P2_16_DBM_P4_8_DBM//HCI_EXT_TX_POWER_0_DBM&lt;/p&gt;
&lt;p&gt;Will solve our low PER issue when change&amp;nbsp;Primary PHY as LE Coded S8 (125 kbps)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CC1352P: Packet loss observed at 50Meter LOS</title><link>https://e2e.ti.com/thread/6431945?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2026 20:06:34 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:d2df6c9a-b154-464d-b44d-00ab8671a0a9</guid><dc:creator>Jan</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/6431945?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1667370/cc1352p-packet-loss-observed-at-50meter-los/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In that case, increasing the txPower should be helpful so that could resolve the low PER behavior.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Jan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CC1314R10: Can I use XDS100v2 with CC1314R10</title><link>https://e2e.ti.com/thread/6431350?ContentTypeID=1</link><pubDate>Tue, 28 Jul 2026 13:32:44 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:83067491-ffc3-4c2e-bff0-594181a7b885</guid><dc:creator>Marie H</dc:creator><slash:comments>0</slash:comments><comments>https://e2e.ti.com/thread/6431350?ContentTypeID=1</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1668150/cc1314r10-can-i-use-xds100v2-with-cc1314r10/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have not tested but I believe it should work. For CCS 12.x:&lt;/p&gt;
&lt;p&gt;1) Open your Project properties&lt;/p&gt;
&lt;p&gt;2) Under General -&amp;gt; Connections select your debugger.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://e2e.ti.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/156/pastedimage1785245507286v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;The specific JTAG I believe you can set in the Target Config.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Marie H&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CC1314R10: Can I use XDS100v2 with CC1314R10</title><link>https://e2e.ti.com/thread/1668150?ContentTypeID=0</link><pubDate>Tue, 28 Jul 2026 08:55:07 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:8ba7b497-9b5f-45d0-9f74-c39aa115cfd4</guid><dc:creator>utkarsh singh</dc:creator><slash:comments>1</slash:comments><comments>https://e2e.ti.com/thread/1668150?ContentTypeID=0</comments><wfw:commentRss>https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/1668150/cc1314r10-can-i-use-xds100v2-with-cc1314r10/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CC1314R10&lt;/p&gt;&lt;p&gt;Wanted to know if there is any way to make the XDS100v2 work with the CC1314R10 board, any setting somewhere to switch from CJtag to Jtag.&lt;/p&gt;</description></item></channel></rss>