User Activity

Hello All,I need to read 4 ADC values with period of 1 Khz in interrupt mode.After reading various post I found out that DMA will be used but I want to read multiple value periodically so should i use ADC injected conversion mode and setNo. of conver...
Dear All,I need to send hexadecimal number over uart using STM32F407VG. How can I do that?Regards,Gunit
Dear All,I need to a get a delay of 5 microseconds using STM32F407VG Discovery board. Is using a timer a good option for this or there is other ways available to solve the problem without using any external library?