User Activity

Posted on August 04, 2017 at 11:48Hi,I have a legacy device, a bootloader, running on a STM32F101CBT6.I don't have it's code, so I'm not sure of what's it doing exactly... but I know it locks the flash.My goal is to upload an application, with a pay...
Posted on July 03, 2017 at 11:28Hi,I'm working on a STM32F101CBT6.My HW has a Dallas Tamper chip with RTC (connected to external Xtal), connected to the ST via i2c.On power loss (battery extraction, for example) - the Dallas chip signals the ST, gen...
Posted on June 01, 2017 at 08:58Hi,I want to use the ST-Link Utility command-line tool for production: flash a BootLoader and the current applicationdo production testsif all is OK - flash the production data (serial-number, timestamp, etc., ~50 by...
Posted on May 29, 2017 at 14:01hi,I'm working on a project, on a stm32F101.The product is a proprietary boot-loader and application (which can be updated later on, via the BL).I'll need to hold some production-data, serial-number, etc, less than 256...
Posted on March 15, 2017 at 10:14Hi,I'm working on a stm32F101CBT6 and need to support SW update - a proprietary bootloader will run at startup, and will quickly jump to the application.I've done it before, on other stm32 chips, but with the StdPeri...