Forum Post: RE: WiLink 8 could not get configuration binary ti-connectivity...
Hi Marco,First of all, you are correct that the wlconf application you should use is located in /usr/sbin/wlconf/The correct location of placing the wl18xx-conf.bin should be under...
View ArticleForum Post: RE: recv API frozen (Socket Communication)
Hi Yael,I was looking into the IRQ trace and one thing came out i.e. till the the time CC3000 is receiving data I can see high to low transaction in IRQ line and it will again go back to high level but...
View ArticleForum Post: RE: Is it possible send the information of two or more sensors to...
Hello Juan,Yes it is possible. You can use one smartphone and receive information from an infinite number of CC2540/41 devices.The easiest way would be to give each device a unique name like...
View ArticleForum Post: RE: What is the fastest way to send "file" over BLE?
Hello Mr. White,I presume you have looked at the BLEwiki on data throughput. http://processors.wiki.ti.com/index.php/CC2540_Data_ThroughputYou can search the forum for some good discussions on this...
View ArticleForum Post: RE: Bluetopia stack on MSP430F5438A
Miguel,After converting my application to use the UART_initAdvance() function, I'm still getting the same link error as before.Since all the functions in uart.c (UART_init, UART_initAdvance, etc) are...
View ArticleForum Post: CC3000 Interrupt missing
I was looking into the traces and what I have seen that data read operation take place in two stage, first it will wait for an event and then it will read the data,consider the following example : Read...
View ArticleForum Post: RE: IAR 8.20 with CC2540 - Failed to clear breakpoint: Driver error
Hello Joe,You cannot set or clear break points when IAR is running. The debugger has to be stopped to do this. There is also a limit to the number of break points that can be set.To see all the...
View ArticleForum Post: RE: TRF7970AEVM GUI application constantly locking up possibly...
Hey Johannes,Try the Gui that I posted in that thread, here again for your reference:http://e2e.ti.com/support/low_power_rf/f/667/p/245454/885052.aspx#885052I didn't personally make the changes but I...
View ArticleForum Post: RE: CC3000 First Time Config
Hi Edward,Thanks for posting on the forums. Since the issues you are describing seem to be unrelated to the ones that have been discussed in this thread, would you mind starting a new thread? It will...
View ArticleForum Post: RE: Bluradios CC2540 module
Thank You very much Bassam. Actually i have done that already. I should have updated my question.Now what i want to do is to flash a custom program onto the bluetoothmodule to do the same thing...
View ArticleForum Post: RE: Does CC8520 use Spread Spectrum?
Hi Kjetil,Thank you for your clarification. It´s very useful for me.Yes, I tested these procedure, works fine. Since I have only one CC debugger in my hands now, I couldn't check the tx signal, but I...
View ArticleForum Post: RE: CC3000 not initializing properly
Hello,I have exactly the same problem. Have you found the cause for this issue?Thanks you.
View ArticleForum Post: RE: CC112x design on two layer PCB
My concern will be the current return path (i.e. from decoupling capacitor ground pad and back to the radio). The long current return path will potentially increase the spurious emission. For a 2 layer...
View ArticleForum Post: RE: SmartRF05EB provides exactly the same debug functionality as...
This is why I believe there is a problem with IAR - or my installation of v8.20 of it.But IAR are technical support is not very helpful and they get offended when I report on-going issues with my IAR...
View ArticleForum Post: RE: Debug with IAR for 8051
Fredrik,Thanks but I have found many instances of errors in the documentation.I.e. things aren't always as documented, else I would not be looking for help here.But thanks all the same for your...
View ArticleForum Post: CC2530 and CC2531 power transmission managment in ZNP
Hi, I'm a new community member and I have a question regarding transmission power management different behaviour between CC2531 on CC2530.I'm using ZNP application and I've tried to change power...
View ArticleForum Post: RE: IAR 8.20 with CC2540 - Failed to clear breakpoint: Driver error
Sounds like it could be a problem with the install. Have you tried reinstalling the software? Have you contacted IAR on this issue?Does this happen when you run in simulation mode?Thanks,
View ArticleForum Post: RE: Weird messages received from cc2530 Router when enabling...
0x4481 is not the address of any device. It's the reception "code/opcode" of the command :) . The short address of the coordinator is 0x0000, no question about it.Thanks in advanceNikos
View ArticleForum Post: RE: cc2540 read data via uart
All those failed to read files means that they have not been added to your project. You can try just polling the the HalUARTPoll() in your code or you can experiment with what is suggested below.Use...
View Article