User Activity

Posted on April 09, 2013 at 18:26I'm trying to write to the internal flash of a STM32F103ZE. I've been using the following code FLASH_Unlock(); uint32_t Start=0x8008000; uint32_t End =0x800C000; NbrOfPage = (End - Start) / FLASH_PAGE_SIZE;   /* Cle...
Posted on April 03, 2013 at 12:32Hello I have a problem with a SysTick working together with a custom HID (STM32_USB-FS-Device_Lib_V4.0.0). I am running at 72 Mhz, and if I don't init the USB my SysTick irq is firing every ms as I expect. However, i...
Posted on October 25, 2012 at 16:17What is the best way to change the irqhandler to be used. I have a number of situations where the operations need to change depending on what the board is doing. Don't want to have a load of ifs or switches inside ...
Posted on March 09, 2012 at 12:29I have a hid report created using descriptor tool 2.4. The final descriptor size is 289. which appears to be to large (hid not detected). If I cut a few reports out so the size becomes less than 256 it works fine. Is...
Posted on July 08, 2010 at 10:48Pausing a continuous ADC conversion