Forum Post: RE: Porting to platforms that use DMA for SPI transfers
Thanks for the link. However, you appear to be confusing payload size with buffer size. Per this link you provided the buffers should be 1468 + 42 or 1510 bytes long. I give up on getting an answer to...
View ArticleForum Post: RE: CC3000 Won't Connect to WiFi network
Hi Kevin, I tried using this. I dont think the previous profiles are getting deleted. I also ran Client-Server Weather Application, But i am stuck at a point where it says "Waiting for IP" We are 3...
View ArticleForum Post: RE: CC2541 possible to update connection interval of iphone using...
Hi Amy, Not sure if you saw this already but, Apple's bluetooth design guidelines for connection parameters: Interval Max * (Slave Latency + 1) ≤ 2 seconds Interval Min ≥ 20 ms Interval Min + 20 ms ≤...
View ArticleForum Post: CC1101 not working? No SPI response
Hi! I want to communicate with with my CC1101 transceiver with an MSP430F169, but I don't get any response via SPI. My first question is whether the CC1101 needs a working crystal for doing SPI...
View ArticleForum Post: TAS5086 and 5518
Hello all, I have an application where I am using the 5086 with the CC8530. Is there any reason this should not work? How do I go about modifying the 5518 info already in the system to relate to the...
View ArticleForum Post: RE: Communication problem between EXP430FR5739 and EZ430-RF2500...
Fatih, The Ez430-RF2500 has a CC2500 and not a CC1101 on it. Although the two chips are code compatible they are not frequency compatible and cannot talk to each other. You will need either two...
View ArticleForum Post: how to make cc2540 discoverable
i am using custom cc2540 module.. how to use the ble stack .. i just want to make my cc2540 discoverable mode.
View ArticleForum Post: RE: Porting the CC3000 Host Driver to MSP430f5438a
Dear Kelvin, SIMO and CLK are always low. When WLAN_ENABLE IRQ goes to low first. When hci_command_send(HCI_CMND_SIMPLE_LINK_START, ptr, sizeof(SimpleLink_Init_Start_t)); SOMI ,Cs,PWREN,VCC goes to...
View ArticleForum Post: RE: Status 1 in response to nvmem_read
I've tried using patch programmer. I'm using neither of the evaluation boards, so I had to port the code Patch programmer uses nvmem_write_patch which relies on nvmem_write I've tried writing driver...
View ArticleForum Post: RE: CC2540: Disconnecting to initiator
Hello Aslak as i was trying to set up the commands as mentioned in the pdf for creating GATT server .when i tried to add the primary service(0x2800) i got the status as pending in HCITester.here is...
View ArticleForum Post: RE: Murata Module and SCL, SDA and internal EEPROM
Hello, When I scope the I2c lines on the module they don't look valid without pullups. Unfortunately it is difficult to add them to my design. Is there a mechanism that the factory uses to validate...
View ArticleForum Post: CC3000 & MSP as a HTTP server and AP
If have interpreted some of the previous posts correctly, it is my understanding that the CC3000 WIFI module running the current stack and EasyLink is not capable of operating in an ADHOC mode. Am I...
View ArticleForum Post: RE: Can a master skip sending a packet in a connection event if...
Hi Richard, For a slave device, you can use slave latency (you probably already knew that) but there is no such option for the Master as far as I know. Best Regards
View ArticleForum Post: RE: Communication between iPhone4S and SmartRF05
Hi Feng, There are no obvious reasons for what you are describing, could you provide a sniffer log of the sequence where the iPhone 4S is trying to connect to the SmartRF05 solution? Btw. How do you...
View ArticleForum Post: RE: Stack Overflow when using UART + DMA
Hey guys, I've got some interesting results here. I removed unnecessary interrupts from IEN registers and ran again. I set a breakpoint at the at the HalUartWrite() function and before it's called,...
View ArticleForum Post: RE: the connection problem that between PC(windows7) with CC2540...
Hi Jasin, I also face the same problem, Would you kindly provide the detail operation for CC upgraded and How to program the usb dongle and keyfor. Thank you very much Jack
View ArticleForum Post: RE: Problems setting the TRF7970A EVM in PASSIVE TARGET mode
Hi to all, You can see this Registry Bug Report Danko Ivanov REPORT OF TRF7970A Registry problem I. Problem description Because of the needs of custom changes in some registers of the TRF7970A in...
View ArticleForum Post: TRF7970A registers problems (same as in TRF7960) report
Hi to all, This report could be usefull for many of you. Sincerely Danko Ivanov REPORT OF TRF7970A Registry problem I. Problem description Because of the needs of custom changes in some registers...
View ArticleForum Post: RE: How can I make USB CDC library work with POWER_SAVING option?
[quote user="Dirty Harry"] Therefore, a possible solution to your USB-compliance versus battery longevity dilemma is to design a USB-detect mechanism on the board (so probably USB bus power to a GPIO)...
View Article