Other Parts Discussed in Thread: MSP-FET
Hi,
My board is based on a MSP430F5659. USB is used to communicate with an external host.
I used to load my FW using MSP-FET_DEBUG Interface, but now, I need to load my FW through the host.
based on TI document slau319l ,
"Devices with USB are invoked when either of the following two conditions are met while the device is powered by VBUS:
• The device is powered up by USB and the reset vector is blank.
• The device powers up with the PUR pin tied to VUSB."
in my case:
- My device MSP430 is powered from independant 3V3. not from USB. so can I say that [a reset of my MSP430 while PUR is high (3V3 or 5V)] is considered as an entry sequence for bootloader. ???
- with the actual harware, I don't have access to switch the PUR pin state between 0V[running FW] and VUSB[Bootlaoder]. so without changing the hardware, is there any way to make MSP430 entering to bootloader sequence ? I don't see if it is possible to use the reset vector for that.
Thank you.