STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Wearable OS for STM32

Posted on March 08, 2016 at 07:33HI Is there any opensource OS for wearable having hooks/APIS for sensor ,pedometerdisplay ,etc which can be ported to STM32.Or is it ,it is FreeRTOS to start with?Rgds,Rp  #!stm32 #wearable

darla14 by Senior
  • 373 Views
  • 1 replies
  • 0 kudos

Stm32f303VC gets hang due to external heat

Posted on February 29, 2016 at 13:55Hi Sir/Mam,                   Basically we are using the stm32f303VCT6 mcu as our main controller. It takes the gps co-ordinates of the moving vehicle from the on board gps module and then computes some algorithm ...

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
  • 350 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
  • 789 Views
  • 1 replies
  • 0 kudos