Posted on May 17, 2011 at 13:47I remember having one pin stuck to one value even if used as GPIO, rest worked ok. The stuck pin was SWO. My problem was caused by IAR. You can still use SWD with SPI3 just fine if your jtag-interface supports it. Are ...
Posted on May 17, 2011 at 13:47I'm using SPI3 for I2S with default i/o. I have following code to make sure pins are available for SPI3 /* use swd */ GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable, ENABLE); /* make sure i2s3 i/o is not blocked by sw...
Posted on May 17, 2011 at 13:42There seems to be more and more reports on usb problems with connectivity line. All ST has done so far (at least on this forum) are couple posts, one stating that they will inform the maintainer of code (subcontractor?...
Posted on May 17, 2011 at 13:41Isochronous IN EPs do not work in current OTG USB library. ST has promised that this will be fixed in future releases. I don't know the schedule for this. I need isochr. IN EPs in my project too, but I also have so ma...