This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to port MSP430F5529 lp example code with CC3100 to MSP430F5510 . I have ported SPI connections, nHib and IRQ accordingly. But still it is not working.
I think clock is same with both the controllers. What else I need to change or take care ?
Thanks in advance.
Regards,
Vivek
Hi Vivek,
Does your "SPI connections" also include the CS?? I would assume so but just wanted to be sure.
The CC3100 SDK (1.1.0) contains 2 different msp430 platforms (fr5969 and f5529).
Please compare the files in these folders, maybe you overlook something (a typo for example).
Also, please use a logic analyzer to monitor the SPI signals on the 5510 and if possible compare them with 5529. This should give us a idea on what is missing.
Hopefully this helps.
Regards,
David
Vivek R said:
Actually I am developing this project at my home. So, don't have access to logic analyzer. Please suggest some other procedure to debug.
BTW, you can use MSP430 based logic analyzer with XT2/2 resolution.
http://forum.43oh.com/topic/3909-msp430f550x-based-logic-analyzer/
Hi,
Thanks for your reply.
Now I am stuck with some other problem.
I am trying to port given example code for MSP430F5529lp to MSP430F5510 by creating a new work space.
I have included all relevant files into the work space. When I try to build it , I get error "cannot open source file simplelink.h".
After comparing with example code workspace I found , I am missing following.
How to get these include ?
Please help me.
Regards,
Vivek
**Attention** This is a public forum