I have placed all files (parport_lpt1.cfg, STM32F10x.cfg, STM32F10x_upload.script, project.bin) to C:\Program Files\OpenOCD\0.1.0\bin
I have soldered a LED+resistor between Ucc and GND on the wiggler.
I power it trough a USB, voltages are 2.9 V, I think that's ok.
I'm using a Phillips 74HC244N, it has a little bit different pins then 74AC244 but I have taken that into account.
Transistor and resistors are ok.
I also doublechecked the wiggler connection.
Do you maybe remember what errors?
Here is what I get when I try to get it going:
OpenOCD 0.1.0.
C:\Program Files\OpenOCD\0.1.0\bin>openocd -f parport_lpt1.cfg -f STM32F10x.cfg
Open On-Chip Debugger 0.1.0 (2009-01-21-21:15) Release
BUGS? Read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS
$URL: https://kc8apf@svn.berlios.de/svnroot/repos/openocd/tags/openocd-0.1.0/src/openocd.c $
jtag_speed: 0
Error: missing privileges for direct i/o
Runtime error, file "command.c", line 456:
Open OCD 0.2.0.
C:\Program Files\OpenOCD\0.2.0\bin>openocd -f parport_lpt1.cfg -f STM32F10x.cfg
Open On-Chip Debugger 0.2.0 (2009-07-18-09:50) Release
$URL: http://svn.berlios.de/svnroot/repos/openocd/tags/openocd-0.2.0/src/openocd.c $
For bug reports, read http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS
parport port = 888
jtag_speed: 0
jtag_nsrst_delay: 500
jtag_ntrst_delay: 500
Error: Translation from khz to jtag_speed not implemented
Error: missing privileges for direct i/o
Runtime error, file "command.c", line 469:
As you can see there are two repetative errors
Error: missing privileges for direct i/o
Runtime error, file "command.c"
What are the odds that this is windows 7 related?