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

Resolved! Keil debugger(ST-Link Debugger) question

Hello,I wrote an application in which I used an STM32F446 controller(from an STM-32 nucleo board) to configure an external interrupt using a push button.This is my configuration:enabled EXTI0 line and I'm using my push button connected to PA0 to gene...

PPopo by Senior
  • 680 Views
  • 6 replies
  • 0 kudos

Resolved! SPI back to back writes

Hello,setting up STM32L412 SPI for 16 bit Spi transfer and doing:    uint16_t *SPI_DR = (uint16_t*)&SPI1->DR;   *SPI_DR = 0;//   while (~SPI1->SR & SPI_SR_TXE) {NutSleep(0);}   *SPI_DR = 0;results in only 16 bit shifted out. With the check for TXE e...

MC application with STM32

arm-atollic-eabi-gcc -o NUCLEO_190413_3shunt_5000RPM.elf Drivers\STM32F3xx_HAL_Driver\Src\stm32f3xx_hal.o Drivers\STM32F3xx_HAL_Driver\Src\stm32f3xx_hal_adc.o Drivers\STM32F3xx_HAL_Driver\Src\stm32f3xx_hal_adc_ex.o Drivers\STM32F3xx_HAL_Driver\Src\st...

MYu by Associate II
  • 420 Views
  • 2 replies
  • 0 kudos

How can I generate .bin file on Atollic True Studio?

I have followed this procedure to build .bin file after following it from a forum : "Build settings -> C/C++ Build -> Settings -> Tool Settings -> Other -> Output format > Binary format" and it generates .binary file not .bin. Also, someone said on a...

SSoni by Associate III
  • 403 Views
  • 2 replies
  • 0 kudos

Typical ST's MCU for power electronics control

Hello, I would like to ask if you can suggest me ST's MCU with peripheral specialized for power electronics controll. I would like to use MCU for PSFB DC/DC converters, three phase inverters, active PFCs and other common power electronics topologies....

TZure by Associate
  • 230 Views
  • 0 replies
  • 0 kudos

stm32cube, usb host, hid mouse/keyboard

Posted on October 09, 2016 at 14:54hello, I've been trying to set up some basic usb comunication with a usb mouse using my stm32f4 discvery. there are no usb examples for my board so I went in to look at other boards. I generated a project with cube...

arnie1 by Associate
  • 1585 Views
  • 9 replies
  • 1 kudos