2009-02-26 08:10 PM
Production Programmer using the STBLLIB.dll
2011-05-17 04:04 AM
Hi
I try to setup a production programmer based on the STBLLIB.dll. I want to use the bootloader to program the STM32, because we need the UART anyway to program a external serial flash. The programming of the STM32 should be one part of the automated functionality test of our hardware board: 1. Supply Test 2. STM32 programming via bootloader 3. Restart 4. Serial Flash Programming via UART 5. Restart 6. IO and functionality test The goal is that two boards could be programmed and tested in parallel controled by a single windows application. The STBLLIB.dll seems only to suport one programming sequence at the time. Is this right? So I have to run two independend windows application to programm two STM32? Has anybody an other idea how I could setup a programmer which suports at least the programming of two STM32 in parallel? Regards