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

Compatibility between STM32F427 and STM32F446

Posted on March 26, 2015 at 14:47I have an STM32F427 / LQFP144 design and am interested in migrating to the STM32F446. What changes do I need to consider (hardware and software)? Primary Peripherals: SDCARD (SDIO), Codec, SDRAM(16M x 16bit), USB (as...

ajgboomer by Associate III
  • 232 Views
  • 0 replies
  • 0 kudos

change endian type FATFs

Posted on March 26, 2015 at 11:58i am a beginner in microcontroller coding i was playing with fatFS recently, i wrote a loop to continuously write 0x1234578    in hex form in file but from file i am geting output as  78 56 34 12 78 56 34 12i know th...

scholar by Associate II
  • 364 Views
  • 1 replies
  • 0 kudos

STM32L clock battery backup

Posted on July 07, 2013 at 22:56The STM32L series does no have a dedicated pin for a battery backup to keep the RTC running when the supply is removed.What is the recommended way to provide battery backup of the RTC for this series? #rtc #battery...

Migration from Freescale

Posted on March 25, 2015 at 07:58HelloI have been using Freescale 8-bit for all of my projects.My most used device was https://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CB0QFjAA&url=http://cache.freescale.com/file...

abhijit by Associate
  • 604 Views
  • 5 replies
  • 0 kudos

Will the STM32CubeMX support HID+CDC composite device

Posted on March 26, 2015 at 10:08Hi, stm32 guys,Will the STM32CubeMX support HID+CDC composite device for stm32L152?I can find the HID+CDC composite device sample code on STM32F0x2.But my stm32L152 project is build on CubeMX base, the function name ...

STM32F4, Could I extend a string with sensor value?

Posted on March 25, 2015 at 07:03Thank for your look and help. I want to send a string ''&sharp1250♯'', and the 1250 is the sensor value. So I do some try.             uint16_t ch=1250;           uint16_t Value[4];           char str[10] = ''♯'';   ...

STM32L053 - Cannot identify target

Posted on March 19, 2015 at 14:25Hi I´ve problem with programming stm32l053, after debug get error ''Cannot identify target as a STM32L family''. I´m using Eclipse Indigo under Linux, st-link/v2 debugger, OpenOCD, arm-none-eabi-gdb. My reports Open ...

Invalid bitband defs in F4 STLIB

Posted on May 16, 2013 at 19:28 I just spotted some invalid defs in the CMSIS stm32F4xx.h definitions file. In the section on bitband definitions it has entries for backup SRAM, SRAM2 and CCM SRAM: #define CCMDATARAM_BB_BASE ((uint32_...

STM32 ADC Vref+ & VDD

Posted on March 25, 2015 at 16:47An application requires an external Vref+ of 3.0VDC and Vref- of 0, VDD of the chip is 3.3VDC. Whats the best method to set this Vref+ to the STM32 micro controller?