User Activity

I'm tring to work with a STM32F030F4. Unfortunately I didn't manage to flash the application on the controller. I'm using openOCD with a ST-Link.I use the following to start openOCD: openocd.exe -f interface\stlink-v2.cfg -f target\stm32f0x.cfgI now ...
Posted on October 28, 2012 at 12:52Hello, i'm trying to access a compas modul with my stm32F100 (ST32VLDiscovery). I'm trying to do that directly accessing the registers. I think writing the data is ok, but reading doesn't work. I send the start, th...