2018-09-26 09:29 AM
Hello,
I'm using a STM32L031G6U7 in a new product design, but when I try to program it using the flash loader released by ST(STMFlashLoader v 2.8.0) the flash map(STmap) for this processor is not there.
I'm missing something or this release doesn't support this processor? In that case are there any other solutions for uart programming?
Solved! Go to Solution.
2018-09-26 09:32 AM
Use the STM32 Cube Programmer, it supports a USART mode of connectivity
https://www.st.com/en/development-tools/stm32cubeprog.html
2018-09-26 09:32 AM
Use the STM32 Cube Programmer, it supports a USART mode of connectivity
https://www.st.com/en/development-tools/stm32cubeprog.html
2018-09-27 06:43 AM
Thanks for the help, it solved my problem!