User Activity

Posted on March 02, 2015 at 22:00I am looking to use the FMSC on the STM32F4 series to store data on a NAND chip. How do I go about doing this? Are there any examples out there of this? Is a driver or special libraries required? #stm32f4 #externa...
Posted on September 17, 2014 at 01:17Hi allI need to use Timer 6 on the STM32F407VG. Its interrupt is sharedby one of the DAC overrun interrupts. Is there something extra I have to do compared to another timer with its own global interrupt in order ...
Posted on August 20, 2014 at 04:39I am communicating with an STM32F407 from a computer via Serial. I would like to implement flow control, but I have some questions.1) Can I manually control the RTS line, so that I can receive a command from the PC ...