Other Parts Discussed in Thread: MSP430F5529, MSP430F5510
Hi all
I am working on a project with MSP430F5529. For some minimum configuration i need to have USB interface. Whole our board is running on 1.8V and on XT1 ( 32768 Hz ) and sw developement is done on IAR IDE. For USB clock i am using XT2 running at 12Mhz.
USB stack has ben taken from TI support page ( mass storage )
What i have manage is
-port USB stack to my project
-MSP430 USB interface has been succesfuly detected, and i can see usb disk ( but unable to access it )
But now i have come to a problem: the device is restarted each time the USB is connected to device, but if i make a break point in usb status checking than the device is not restarted and the connection is made. Now i am looking for a reason of restrat
-one option can be that MCLK is running from MCLK that is "only" 1MHz and maybe this is too low
-one option could be that the PMMCOREV is set level 0 bcs on HW is only 1.8V power so i can not change PMMCOREV to higher level and to increase MCLK... but as i could see in the manual PMMCORE level set is only related to MCLK and is not related to "USB CLK" which is running on 48MHz
thank you in advice for any idea or comment regarding this USB issue
BR zorz