2018-06-14 01:58 PM
Having a problem with ST-Link v2-1 programming the STM32CubeExpansion_LRWAN boards.
Have updated the firmware and using the latest driver for WIndows 10.
Programming requires constant driver restarting. Debugging from the IAR or Keil is nearly impossible.
On the several PCs the app ST-Link Utility can't connect to the board due to a USB failure.
Drag-and-drop feature works 1 time out of 100 with fail message: 'The application file format is unknown and cannot be parsed and/or processed'
Thanks for help.
#b-l072z-lrwan1 #stm32l0-discovery-kit-loraSolved! Go to Solution.
2018-06-14 09:38 PM
Thanks, the LOW_POWER_DISABLE.wasn't enough. I had to uncomment DEBUG as well since debug pins are shared with GPIO functions.
George
2018-06-14 02:46 PM
Have you disabled low power modes in your code? If the chip keeps turning off it is hard to connect too, or program.
Define LOW_POWER_DISABLE
Current firmware for the ST-LINK is J30 as I recall
2018-06-14 09:38 PM
Thanks, the LOW_POWER_DISABLE.wasn't enough. I had to uncomment DEBUG as well since debug pins are shared with GPIO functions.
George