User Activity

Posted on August 24, 2016 at 11:20hi, ive problems to write some flash areas. using HAL_FLASH_Program() at higher sectors is working correctly. but if i want to write  at the end of flash sector 0 it doesnt work. the value value is still 0xFFFF FFF...
Posted on June 14, 2016 at 11:54Hi, i try to implement an PWM with high pulse between two CCRx reg values. E.g. TIM8: Period  = 100; CCR1 = 20; CCR2 = 25; -> create one PWM Signal with pwm pin output low  0-19 pwm pin output high 20-25 pwm pin outp...
Posted on March 22, 2016 at 12:33Hi, is it possible that the arduino connector pinout in documentation and Altium schematic has some errors? e.g. ARD_D10 and ARD_D5 seems to be false. ARD_D5 is PI0  and not PA8 best regards
Posted on February 10, 2016 at 11:29Hi, at the moment im using a STM32F3 as custom FS HID device to send 1000 64byte packets each second (64kb/s) to host pc. i would like to increase the speed so im wondering which speed i can get with the external...
Posted on August 26, 2015 at 09:55hi, im using STM32F103 ADC1 with external trigger (ADC_ExternalTrigConv_T2_CC2) and DMA1 at this moment. its important to trigger each adc conversion with the external trigger. this  works great - but its to slow f...