2013-07-23 03:36 AM
Hello,
I have purchased STM32L discovery and installed the Atollic TrueStudio development environment on Windows XP.I successfully loaded the sample application such that the green LED light flashes and the blue LED is constant. Upon pressing the USER button, the situation is reversed.After I loaded the example firmware, I have been unable to use ST-Link; the COM LED continually flashes RED and Windows does not recognize the device; it says ''Unknown device''. The standalone STLink application says ''No STLink detected''.Is there a way to get this working again?!Note: Before I was allowed to flash the device, ST-Link required me to upgrade the (debugger's) firmware. #discovery #stm32l2013-07-23 04:37 AM
Can you see/access the device with the ST-Link utilities?
No experience with Atollic, but in Keil there are two ST-Link debugger choices depending on the firmware. Make sure you have the SWD protocol selected, not JTAG. Make sure you have the most recent drivers and DLLs installed. Try also your Atollic support contact.2013-07-23 05:42 AM
Device seems completely inaccessible.
Hoping there is a way to reset everything.2013-07-23 05:50 AM
If it is a matter of user code blocking the connectivity then you can start the board with BOOT0 strapped high so it boots with the system loader instead of the user code.
If the problem is with the ST-LINK firmware, I'm not sure of an easy way of fixing that.