User Activity

In old AC6 workbench, I could add such python script as external tool to auto-build always before compiler runs. Now with STM32CubeIDE, I've found how to do manually with 'external tools' button. Can I add back to project to auto-run again?
Posted on January 17, 2018 at 15:57This isn't a question, but a suggestion. I've always had trouble running AC6 Eclipse 'Updates', I'd usually get a 'Connection Reset' error, over and over, until one day it would work. Previously, I'd assumed the ho...
Posted on July 31, 2017 at 15:54Has anyone seen, or tried to use, a direct USB API to STM32 ST-LINK CLI v3.0.0.0 (the STLink on a STM32-NUCLEO board)? Ideally, for Windows 7 or newer?I have some manufacturing tests, which validate HW on an STM32L152...
Posted on February 14, 2017 at 21:39I've read through AN4767, AN4808 and several others. I think I understand how nBFB2 can cause BANK 2 to be addressed as 0x0800000 & BANK1 aliases to 0x0804000 (L152 has 512K, so 2x256k banks). First a great shout-...
Posted on December 29, 2016 at 17:57THIS ISN'T A QUESTION - IS A RESULT.I was having issues getting some static arrays to stay in FLASH, not SRAM. Since they NEVER change, allowing them to load into SRAM just means the exist in both flash & SRAM (ak...