Posted on May 17, 2011 at 13:25We are using ENDPOINT1 to broadcast 64byte packets at a high rate, most of the time this works fine, however we use ENPOINT0 at the same time for other communications (using GET AND SET FEATURE) this includes enabling ...
Posted on May 17, 2011 at 13:22OK... I found something about changing the scatter files! but this was not for my processor, and I could not get it to work in my project. Any information on scatter files?
Posted on May 17, 2011 at 13:22I am using the Keil uVision compiler. Sorry I didn't think to give that information. I have tried just placing it at the end of the memory and casting it, but I would prefer to do this within the compilers knowledge. D...
Posted on May 17, 2011 at 13:22I have been able to used FLASH_ProgramHalfWord, to write data into a const [] (only as long as it is initialised to all 0xFFs first.) (FLASH_ProgramHalfWord((UINT32)&ARRAY[1],0xAA);) //writes AA into ARRAY[1], however ...
Posted on May 17, 2011 at 13:14An update: If I look on the scope I see the lines being pulled low and high, this stops after about a second and then windows reports unrecognised device, the exact same software works perfectly on the STM32F103 but no...