Forum Post: RE: CC3000 Update 10.0.12
In Pathch Progammer source code , mac_status = nvmem_get_mac_address(cMacFromEeprom);mac_status !=0 (This value varies !=0 is invalid) if (mac_status == 0) { // zero out MCAST bit if set...
View ArticleForum Post: RE: CC2540, UART1 UART (without flow control), Alt.2
I do not see problems in your UART code. However, you do not fill RX callback function. I do not know if this will cause your problem but you can fill it and have another test. If your UART is...
View ArticleForum Post: RE: Few Questions on TI Bluetooth Low Energy Stack features
One undesirable side effect I found with resetting the LL is that it makes all OSAL timers expire! OSAL timers are driven by the LL's 625us clock and resetting the LL also resets the clock and messes...
View ArticleForum Post: RE: End Device can't receive data
hi xyzzy,I also met this problem, I don't want to make the terminal node(end device) is in a state have been accepted, I want to make it is in low power mode. Now I have modified the DPOLL_RATE = 10000...
View ArticleForum Post: RE: BTLE implementation question...
The standard HCI interface over UART or SPI can be used on the CC2540 - this is available.
View ArticleForum Post: RE: Rejoin to coordinator problem
I'm having the exact same problem. Most situations behave normally except, if a ZED is joined to a ZC and the ZC is reset, the ZED will not rejoin that ZC, or any other ZC(if present).Using Zstack...
View ArticleForum Post: RE: IAR project file for Thermostat Sample
Would you not be considered a TI representative?This would also make for a very nice BLE application as well.
View ArticleForum Post: RE: Strange CC2530 flash write issue?
Hi everyone, here is a bit more info about my test case so far. Now, I can simulate the flash corruption issue when using USB power, just plug and unplug the usb cable quickly a lot of times, and the...
View ArticleForum Post: RE: We don't get the IRQ to a find tags (anti-collision)...
you did not set the no response interrupt (write a 0x3F to 0x0D) and you are sending 16 slot command...i would then bet that your first tag does not start in 0 then since you never get response (if it...
View ArticleForum Post: RE: Serial Interface Mode (SPI mode) With Slave Select (SS) in...
the figure is just a cleanup of the documentation - this has always been the way to do it. when we made the TRF7970A and the TRF7964A, we changed from using MOT SPI approach to more like what MSP430...
View ArticleForum Post: RE: WL127X NLCP Build Options
Hai HenrikWhen i correct this PATH then again i'm getting this same error.I noted the error below.I'm using Beagleboard xm with 3.0.xx kernel.Due to the malfunction in my WLAN0.I want add NLCP to my...
View ArticleForum Post: RE: CC113L and CC115L recieve problem
Hi,Im using fixed packet lenght mode and PKTLEN=0x01 here is configuration;TX;CS=0; _delay(60); spi_transfer(0x36); spi_transfer(IOCFG2); spi_transfer(0x2e); spi_transfer(IOCFG1);...
View ArticleForum Post: RE: Z-Stack increase number of indirect messages stored on...
Hi Schneiderham,The maximum number of outgoing messages including indirect messages is defined with NWK_MAX_DATABUFS_TOTAL in nwk_globals.c. Also, the maximum number of indirect messages per device is...
View ArticleForum Post: CC2564 BT Smart (LE) Mode Current Consumption versus Power Level...
In the following thread it is stated that the Bluetopia API provides four levels of power level settings, 0, 4, 8, 12 dBm CC2564 LE Power Levels In the datasheet we state and provide the current...
View ArticleForum Post: RE: LMX9838 pairing connection problem
Hi John,Looking into the "Apro Exception" error, there are a couple of things you can try:- check if any other device is connected to the same COM port- disassociate Bluetooth or however Windows is...
View ArticleForum Post: RE: CC430F5137 layout files
Hello I am using also this SoC, but I need to use a "F antenna" or "print antenna", the files attached are design for some kind of SMA connector. I am looking support to develop a similar board (only...
View ArticleForum Post: TRF7960 Power Amplifier
Hello,I am making the 4 Watt Power Amplifier for TRF7960 according to the datasheet "HF Power Amplifier (Reference Design Guide)" from TI official website.The problem is thatthere is a...
View ArticleForum Post: Module maker and antenna design
Are there any module and custom antenna design vendors for the RF430CL330H and RF430FRL151H?RF430CL330HRF430FRL151hLPRF Rocks the World
View ArticleForum Post: RE: How to use serial port over cc2540 USB EMK
hello Hachiko,may be there are some wrong with the signal line,or the baud ratemismatch.
View ArticleForum Post: RE: RF430CL330H transponder
When is the EVM available for this device?RF430CL330HIt seems to be shipping according to this threadRF430CL330 EVM LPRF Rocks the World
View Article