Posted on May 17, 2011 at 14:06Did you manage to modify the Custom_HID demo ok? I have managed to use a larger input report ok (8bytes) by increasing Report Count to 8 in usb_desc.c and increasing buffer size. The output report fails when I try and ...
Posted on May 17, 2011 at 13:56Just a warning that some of the changes I had to do to get the code working may have been due to issues with my makefile. It looks like I may have been fixing build errors by changing the includes within the program so...
Posted on May 17, 2011 at 13:56Some further info in what I had to do to get the STDPeriph Lib IO Toggle example to work on the Olimex STM32-H103 board . I would appreciate any feedback on what I have done from those more experienced; Eclipse setup;1...
Posted on May 17, 2011 at 13:55I found that the gdb run command was not complete, my cut and paste error. Now updated to the following;target remote localhost:3333 symbol-file main.out monitor soft_reset_halt monitor flash erase_sector 0 0 31 mo...
Posted on May 17, 2011 at 13:55In regard to warning; ''not enough working area available(requested 8192, free 8144)'' The following post explains that this is expected because flash algorithm uses 48 bytes.http://www.mail-archive.com/openocd-develop...