STM32F030F4
Posted on August 25, 2014 at 21:10Please where can I find correct header files for the 20 pin STM32F030F4 devices? Cheers Felix
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on August 25, 2014 at 21:10Please where can I find correct header files for the 20 pin STM32F030F4 devices? Cheers Felix
Posted on March 06, 2013 at 19:44 Hi I have some questions for the following scenario. I want to configure the dma controller to transfer data from an digital i2s mems microphone to the memory. The I2S (SPI2) is the rx master and the memor...
Posted on August 26, 2014 at 14:14 #spi #rtfm #stm32f030
Posted on August 21, 2014 at 03:37 I am trying to get 24 ADC channels to transfer using DMA. The following code works for ADC2 and ADC3, but ADC1 the data stored in the DMA buffer is random. The data for ADC1 can sometimes appear correct, but the...
Posted on August 26, 2014 at 14:31Hi All, please could you help me ... i'm using STM32F407 and i don't know what to do ...i catch Timer IRQ using NVIC, inside procedure of timer IRQ i need to do something that takes time ... but it should be executi...
Posted on August 25, 2014 at 16:06I have a STM32L152RCT6 mcu and a bluetooth module connected to usart2. I've also set up the dma for the communication. The gpio is set to alternate function mode. It works, however sometimes a packet loss happens. T...
Posted on August 19, 2014 at 18:28Does anyone know how to prepare the USB communication from the STM to LabVIEW?
Posted on August 23, 2014 at 11:29hi everybodyi want to have 8 channel pwm input and 8 channel pwm output in stm32f407vgt6here is the table of timers in this micro . i also want to have a time scheduling .from your perspective which combination of t...
Posted on August 25, 2014 at 18:22 Hi, i recently restarted the atempt to configure the stm32f407VG discovery board as a virtual com port. Now its detected ok by windows 7, i can see it in the device manager, looks like the usb is initialized c...
Posted on August 25, 2014 at 09:18Hello,I am trying to use DMA to transfer data from a buffer in RAM to a GPIO BSRR port triggered by a timer. Due to the way the hardware is laid out I am committed to using TIM5 as the trigger. The DMA trigger is ...