STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F303REs RTC Error

Posted on March 07, 2016 at 04:06Hi all,I have designed a device to track data of car. I have used the STM32F303RE and FreeRTOS to program its operation. When I use SD card task to read data from SD, it take a long time (about 30 minutes) to get dat...

video on stm32f469 disco board

Posted on March 07, 2016 at 11:01HelloI'm trying to use the video module on the stm32f469 disco board with the demo program. I have an ''emf'' file but I don't know where to copy it.In the .txt file of the demo project directory, there is this info:...

meyer by Associate
  • 515 Views
  • 1 replies
  • 0 kudos

HAL_ADC_Start_DMA --> HAL_ADC_Start_DMA_IT

Posted on February 26, 2016 at 13:54There should be two functions:HAL_ADC_Start_DMA()HAL_ADC_Start_DMA_IT()If i want to use adc with dma i normaly dont want to use interrupts. But HAL_ADC_Start_DMA calls HAL_DMA_Start_IT() instead of HAL_DMA_Start()...

chaas by Associate
  • 1115 Views
  • 1 replies
  • 0 kudos

Can i use the Timer with this way?

Posted on March 07, 2016 at 10:57Hi,I am newbie for use the STM32 Timer, now i have a project for use the timer to do some jobs with periods, in the details.My project used MCU is STM32L151RCT6, i connected a GPS module to USART3 port to receive the...

yuqian by Associate
  • 350 Views
  • 0 replies
  • 0 kudos

F103ZET6 CAN on PB8 and PB9

Posted on March 03, 2016 at 12:09 Hello! I have a problem with stm32 F103ZET6 and CAN on alternate pinout - PB8 and PB9. I created a project using CubeMX, set PB8 and PB9 for can functionality, generated code and put it into Keil...

bartocham by Associate II
  • 1331 Views
  • 4 replies
  • 0 kudos

STM32F373RB ADC+DMA+Interrupt

Posted on March 03, 2016 at 17:24 Dear Community I have an STM32F373RB device and I try to use the DMA to read the ADC1. However the DMA interrupt is not triggered. Since there is no example on the µC how to use DMA and ADC together with inte...

jogerh by Associate II
  • 728 Views
  • 3 replies
  • 0 kudos