STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F411 GPIO not working

Posted on March 07, 2016 at 21:53Hello. I am trying to get PA7 gpio port to work but it is not working not as input neither as output (i havent checked alternate functions). When i read or write from it the result is 0. There is a possibility that i...

PF0 and PF1 in STM32F072CB

Posted on March 03, 2016 at 14:39Hi,I am using STM32F072CB on a custom board in mbed compiler. I have used PF0 and PF1 pin as GPIO instead of HFE. But i am not able to control these pins as normal GPIO's. I have tested these pins having constant 1.8...

akshat by Associate II
  • 649 Views
  • 2 replies
  • 0 kudos

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
  • 323 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
  • 312 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
  • 728 Views
  • 1 replies
  • 0 kudos