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

Freertos audio task freeze

Posted on January 16, 2017 at 10:17Hello,I have added an audio  task to the stm32f746g discovery project netconn udp echo server (Freertos + lwip ).The audio task is very simple.I capture the audio data from the microphone and i play it back.The aud...

STM32F4xx edit UPD and UVN

Posted on January 15, 2017 at 14:15Hi,I am working with Nucleo-64 board STM32F401RE.I connect 2 similar devices to the same computer and the name under windows device manager is identical (except to COM port).Is there any way to edit STM32F401RE:1. ...

nirb by Associate II
  • 368 Views
  • 1 replies
  • 0 kudos

stm32 cube USB MSC example

Posted on January 12, 2017 at 06:10I am new to ST and need support. I want to use USB in my project but I am unable to find a example to use usb as a storing device. Please any one share complete example or any tutorial.Thank you in advance  #clive1...

daynial by Associate II
  • 806 Views
  • 4 replies
  • 0 kudos

Resolved! GCC compiler bug? 2 variables share same address...

Posted on January 15, 2017 at 21:27I am working with a Nucleo L031K6 board and my application showed strange behaviour that I could finally track down as two C variables sharing the same memory location....Not being a specialist in neither C nor the...

Resolved! microSD card problem

Posted on December 10, 2016 at 22:07I am testing the microSD card. The weird thing is that it works well in debug mode, but doesn't work in normal mode.I set the breakpoint to a line at the very end in debug mode, before which the operation of micro...

rwmao by Senior
  • 1484 Views
  • 7 replies
  • 0 kudos

Free Development Tools: GNU ARM Eclipse

Posted on August 02, 2016 at 18:05Please add GNU ARM Eclipse, with a reference to http://gnuarmeclipse.github.io, to the list of free, open source, development environments with strong support for STM32 devices.Regards,Liviu #free-development-ide...

Correct way to change baud post HAL DMA Init

Posted on January 15, 2017 at 08:37Hello,I'm currently trying to write a library for the stm32f4 to output dmx via the uart. With other mcu's I've done this by generating the required start code etc by changing the port baud to a specific speed, sen...

STM32 gpio clamping

Posted on January 14, 2017 at 14:30I have stm32 gpio pin connected through 5k resistor to the 12V supply. What voltage can I expect on the pin depending on the gpio configuration and processor model? Is there any internal clamping in the MCU?Do I ne...