Other Parts Discussed in Thread: MSP430F5529
Hi Friends
I am interfacing USB with MSP430F5529 controller.In that i designed USB part schematic same as in the slaa457.pdf(USB design using MSp430) but i am not able to Program Properly.In MSP430F5529 LP it was Programming well,and I am dumping code from USB developer package(i.e HID H1 LED ON/OFF) working well for launchpad not for my USB interface.When i start to debug the code it was Strucking permanently in the main.c as in below switch case
switch(USB_getConnectionState())
{
Case ST_PHYS_CONNECTED_NOENUM_SUSP:
_bis_SR_register(LPM3_BITS + GIE); //-->>HERE I AM STRUCKING FOREVER
}
My questions are,
1.Is that source demo code in the USB developer Package only Supporting MSP430F5520 LP and Experimentary Board?
2.If that demo code is valid Universaly to any type of USB interfaces then what and where should be the changes in the Enumerations.
3.With respect to my USB interface where should i select the GPIO's and where they were initialised.
4.I am interfacing B TYPE USB to my Controller without Using any USB HUB IC(TUSB2046 IC) is there any Problem if IC was not used?
5.If i interface USB directly to my host controller without using USB HUB IC what will be the Enumerations changes in the USB demo code?
6.Any drivers should be installed exernally?
7.I have to make any changes in hal.c/hal.h/descripter
8.I attached ccs window please refer.
If anyone has the demo USB code for Experimentary Board please share with me.
I am facing lots of problems here guys please help me,
Thanks lot in advance
Beeresh




