Forum Post: RE: New Sensor Application Released
Hello.Tell me,please, whatfilesmust be usedfor portingto my project: PatchProgrammer.corPatchProgrammer_DR_Patch + PatchProgrammer_FW_Patch?I found thatthe arrayswlan_drv_patch[ ]andfw_patch[ ]are...
View ArticleForum Post: RE: static analysis
Hello,I assume you are referring to setup, and hold times for the SPI Interface for your microcontroller interface. Please take a look at the datasheet, section 2.15 SPI...
View ArticleForum Post: will the CC2540 wake up when a paired device sends it a...
I am looking at incorporating the TI CC2540 bluetooth low energy chip into one of our designs and I have been reading all of the online documentation on this part and have a question. If I put the...
View ArticleForum Post: RE: while (!(SLEEP & SLEEP_XOSC_S)) @ CC1111f32
Hello,I recommend you add a timeout to this while loop. A while loop with, no timeout may generate a deadlock in your firmware.http://en.wikipedia.org/wiki/DeadlockCheck also this E2E...
View ArticleForum Post: RE: Building Project using Simpliciti in CCSv5
Hello,Check your project properties, Resource, Linked Resources, and resoruce filters. Ensure that the path for this file is there. Here is an interesting wiki for portable CCS projects...
View ArticleForum Post: RE: The Whole Flash Memory Erased
What tool are you using for your firmware upgrade? What bootloader are you using?What is the exact procedure you are using? LPRF Rocks the World
View ArticleForum Post: RE: Simpliciti Data Loss
Hello,Do you also packet sniff the SimpliciTI packets OTA with our Packet Sniffer? Have you verified that the packets are being transmitted correctly?LPRF Rocks the World
View ArticleForum Post: Porting TRF79060A EVM code to TRF7970 board - Executing 15693...
Hello,I'm relatively new to embedded development, apologies if this turns out to be a trivial fix.I've successfully ported most of my TRF7960A EVM firmware to my production board with a TRF7970...
View ArticleForum Post: RE: Using server and client roles at the same time on one device.
Is the correct interpretation that you interested in making your device support two roles using one radio link based on the client-server model?http://en.wikipedia.org/wiki/Client-serverWhat are you...
View ArticleForum Post: RE: CC1101 Features
HiMany thanks that has helped clarify the worries I had. Been programming on the MSP430 Launchpad today to get used to the basics.The TI website mentions limited network size of the Simpliciti star...
View ArticleForum Post: RE: cc2420 address recognition
Hello,Are you sure the CC2420 is being configured correctly with your existing SPI interface? Are you monitoring the FIFO, and SFD pins?When you refer to other discussion on the internet, are you...
View ArticleForum Post: RE: UART Trouble
Thanks for the help Timothy!Using some Garmin software on the computer, I have been able to seen the data on the Hyper Terminal with the flow control set to "hardware" and also to "none." I don't think...
View ArticleForum Post: RE: Can i connect to Sensor Tag from Windows 8 ?
Hi Nick,Can we expect to get an sample project for Windows 8 written in Visual Studio (like the sample iOS and Android projects) any time soon? It will be very helpful! Windows App store has no...
View ArticleForum Post: RE: IAR Compiler 8.11.1 Kickstart version and CC2540 Keyfob
Kickstarter version has a limitation of 8K code size, I believe.For the BLE 1.3 stack you will need the full version, so try to download the 30 day evaluation version.http://www.iar.com/ew8051LPRF...
View ArticleForum Post: RE: BLE v1.3 Enabling DMA Uart for HostTestRelease
Yes USB has flow control for non-isochronous endpoints. The host will not send any more data (or keeps sending the same data) until the CC2540 endpoint is ready to accept more data i.e. room in the...
View ArticleForum Post: RE: Linux kernel driver for LSR TiWi-ble / WL1271L Bluetooth LE...
The only links I have are...
View ArticleForum Post: RE: What is the recommended advertising procedure for ease of use...
The change from 30 seconds to 180 seconds was brought up in this thread:http://e2e.ti.com/support/low_power_rf/f/538/p/236961/830730.aspx#830730Also the explanation of TGAP_LIM_ADV_TIMEOUT (as maximum...
View ArticleForum Post: RE: WL1271 as AP
Hi Manjunath,Are you trying to enable AP mode with station mode already ON(multirole)?Regards,Abhijit
View ArticleForum Post: RE: Using SPP profile from the BT stack and adding my own code
I tried contacting TI technical support, my local FAE and Stonestreet One, and all advised me to post here.What would you suggest to do next?What should a newbie do after running successfully all the...
View Article