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

FOC motor control with STM32F302x8

Hello, we designed a motor controller with three-shunt topology using STM32F302C8. Because this MCU only have one ADC, the motor control SDK documentation (UM2392) explains on page 20 that the 2 ADC conversions needed to get the 2 phases current must...

Resolved! STM32H7 DMA and different memories

Hello,I have been tasked recently with porting some code from another microcontroller into the STM32H7. Right now I am taking care of the UART communication and some parts around that. And I would like opinions and advice about some things if possibl...

LAfon by Associate III
  • 520 Views
  • 2 replies
  • 0 kudos

Enable upload to homemade STM32F405 evaluation board

Disclaimer - my skill level is pretty low but I am very keen to learn :D I made this homemade STM32F405 evaluation board and using STM32 Cube-MX, Keil uVision 5 and a ST-Link programmer was able to upload a basic blink code example. However I am want...

pedro1 by Associate II
  • 810 Views
  • 9 replies
  • 0 kudos

HardFault_Handler, array initialization (STM32f103CBTx)

Hello everyone,MCU - STM32f103CBTx, Flash - 128Kbytes, RAM - 20kBytes. I use MDK-ARM V5 (Keil uVision 5) and compiler is - default compiler version 5.In my program I try to initialize float array with length of 240, ( float array[240] = {0}; ) and th...

0690X000008AkQhQAK.png 0690X000008AkQcQAK.png 0690X000008AkQXQA0.png
Denys1 by Associate
  • 356 Views
  • 1 replies
  • 0 kudos

ili9341 and pins

Hello guys,I would like to drive ili9341 using that library --> https://github.com/martnak/STM32-ILI9341and I faced somthings that I didn't know about pins.My device is this --> https://tr.aliexpress.com/item/3-2-inch-320x240-320-240-TFT-LCD-Module-...

Zek_De by Senior
  • 429 Views
  • 1 replies
  • 0 kudos

Running code in RAM on STM32H7

Hi,I have to to run my code in RAM on STM32H7 and debug it.I put my code in RAM_D1 (start address = 0x24000004) changing the linker file in this way: /* The program code and other data goes into FLASH */ _sl_my_Code = LOADADDR(.my_Code); /* pnt to th...

ADion by Associate
  • 355 Views
  • 2 replies
  • 0 kudos

Nucleo F303RE USB Serial Comm HAL example code?

Hello,I suspect there's example code for reading and writing serial data through the USB comm port (ST-link cable) on the Nucleo boards using the HAL libraries. Can anyone point me to one? I've seen the printf() example which is half way there. Th...