Forum Post: RE: can't download SW-DK-EM2-2520Z
Hi!I have got a dk-lm3s9d96 developers board with a DK-EM2-2520Z kit. I follow the readme pdf step by step, but i stuck the same problem, what the others describe in this forum post, i can't find the...
View ArticleForum Post: SPI DMA interrupt clear problem
Hi,I use cc2530 channel 1 as in\out SPI.Alone the SPI work fine, but... when I clear channel 2 or 3 for AES purposes (DMAIRQ &= ~0x0C),the last bytes from the master SPI don't received, so DMA...
View ArticleForum Post: cc2530 acknowledgement
Hi,I dont know how to process acknowledgement. I have following program, I send "1" to "SWITCH_ADDR", but how can I know, that data was successfully recieved? The other device (SWITCH_ADDR) send...
View ArticleForum Post: CC1101 doesn't see transmitter
Hello,I am currently working with two CC1101 devices on custom boards, and I have had some trouble not only receiving packets, but even just seeing that the transmitter is present via the RSSI...
View ArticleForum Post: RE: CC3000 Port and "__bic_SR_register"
Thanks very much for your detailed answer.Regards,Jamee
View ArticleForum Post: RE: SensorTag CC2541 - reporting rate
Hi againThanks for keeping me on the track!well i managed to increase the reporting ratewhich I could monitor in the BLE23:01:17.051 > ATT_HandleValueNotification - status=0 h=75 n=4 0F FF 3D...
View ArticleForum Post: RE: Trying to lengthen cc2540 sleep times
If that is indeed the case, then you can look in the simpleKeys profile and change the event settings. You can find it in the profile folder.
View ArticleForum Post: RE: [Bug Report]Error about ZDO_NODE_DESC_RSP in CC2530ZNP...
Hi,Thanks for pointing this out!I agree with your comment. It will be fixed in the next release.Thanks again!
View ArticleForum Post: RE: HCI_LE_Rand and HCI_LE_Encrypt support in HostTestRelease?
Nobody has any idea? Is there any other bug tracker or format in which to formally request a comment from a TI engineer?
View ArticleForum Post: RE: The Server does not receive any data
Hi Sergio,I'm also have a behaviour like this. Please, could you share your workaround with me ?I'm using a LM4F232 .Thank you in advance,Best,Joan.
View ArticleForum Post: RE: Disabling individual global interrupt on CC2538 causes to...
I just found that ALL Interrupt flags have to be cleared writing bit to register:So the problem was in #2 step:#2. Disable Interrupt on Bit_0: INTERRUPT_DISABLE_REG |= 0x00000001;It has to...
View ArticleForum Post: RE: SPP_Set_Configuration_Parameters always fails.
When will the next version be available?
View ArticleForum Post: RE: Understanding what channel I'm using and what frequency this...
Basically the operating frequency is: Base Frequency + (channel # * channel spacing). The channel spacing is found in the MDMCFG0 and MDMCFG1 registers. Channel number is in the CHANNR register. The...
View ArticleForum Post: RE: smartrf studio for wmbus
This link may be helpful:http://www.ti.com/tool/wmbus
View ArticleForum Post: RE: When UART enabled, BLE not working on CC2540.
Hi Michael,The throughput (payload data rate) is not defined explicitly in BLE since is very aplication dependent and greatly affects the energy consumption, something critical for low energy comm., so...
View ArticleForum Post: RE: CC3000 : Error in loop back MSG (PC-CC300-PC)
Hi Tomar, Thanks for looking into the traces.SPI Baud rate : I tried with 8 as well 16 mhz but the result is same in both the case.Also I merge the latest change in host driver code for the latest...
View ArticleForum Post: RE: CC2541 Wake-up on Chip Select (SS)
Yes. It is a function of the 32kHz clock. The crystal oscialltor has very little drive, hence it take the clock time to establish itself.Using an external 32kHz clock might allow you to futher reduce...
View ArticleForum Post: RE: Unxpected Result for HCI_CMND_READ_SP_VERSION
Why would you mark the above as an accepted answer. You did not respond with a reasonable answer, let alone "asap".
View ArticleForum Post: Wlan_connect(....) API
Hi,I am using wlan_connect api to connect with wlan AP device. When i hardcoded the SSID and Passphrase it working fine but when i do pass as argument its is not working .wlan_connect(WLAN_SEC_WPA2,...
View Article