OpenOCD support for STM32L15x EnergyLite devices

Hello everybody,

I’ve been using OpenOCD with stm32f10x devices for the last 2 years, but now, because of power constraints, I have to move to the STM32L15x EnergyLite family. I have seen that OpenOCD has not support for this family, so I have started to add new code to the v0.5, but the task is getting more and more complicated as I move forward.

My question is: Is there any planning to support the STM3215x family? I have never developed code for OpenOCD before, but it seems an interesting challenge.

Regards

There’s work underway to get the STLink on the stm32l discovery board working, I’m sure that would all plug in to OpenOCD eventually. https://github.com/texane/stlink/network in the stm32l branch…

The 32L is a nice looking platform for low power, but it is still relatively recent, I expect there to be more demand for it in the future.