User Activity

Posted on December 14, 2017 at 12:42Hi,I'm trying to adapt the following code, from previous versions, to HAL Cubemx standards :void TIM1_CC_IRQHandler(void){uint32_t break_time, mab_time;TIM_ClearITPendingBit(TIM1, TIM_IT_CC1);break_time = TIM_GetC...
Posted on December 08, 2017 at 12:46Hi, I have generated a project from Cubemx with Stm32f405,  I want to use a CDC with my computer, with USB device modeThe board is tested with a previous firmware, and usb is recognized, so there is no a hardware ...
Posted on December 01, 2017 at 16:08Hi,I'm developping a firmware with a stm32f405zgt6Unfortunatly, I debug the code, step by step, and it's working fine, but then, when my board is on stand alone mode, the firmware is not working. It looks it even ...
Posted on August 31, 2017 at 21:12Hi everyone,I'm trying to program ahttp://www.ti.com/product/TLC5971, with the SPI1 of STM32f405. Unfortunatly the PWM of thehttp://www.ti.com/product/TLC5971is not working. It is a LED driverI have checked the inpu...
Posted on October 01, 2014 at 13:19Hello,I'm trying to develop a USB driver device using STM32F429 discovery board. I couldn't find any working examples that allow me to connect my board to a computer and to be detected. I would like to be detected ...