STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN RECEIVE FILTER CONFIGURATION

Posted on March 04, 2016 at 09:14 Hello! I am using a custom made STM32F302RE board. I want configure the filter such that I would be able to receive all messages. I have coded it as follows: int i; for ( i=0 ; i<=14 ; i...

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
  • 348 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
  • 780 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
  • 226 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...