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

DMA Overhead (ADC to RAM)

STM32F446 in my case...When the ADC finishes a conversion and the DMA controller deposits the converter data into memory, what is the overhead ? i.e. How long does it take ? Is this shown in the documentation anywhere ?I would assume that as soon as ...

STM32L4S5 enabling internal pulldown

Hi,We are using PF3 for one of our output function and we need to pull that pin down internally. So we are configuring that pin as output enabling clock etc and using LL driver "LL_GPIO_SetPinPull" function with port and pin with argument "LL_GPIO_PU...

0690X0000087jvcQAA.jpg
RTT by Associate
  • 327 Views
  • 2 replies
  • 0 kudos

alternative malloc implementation

Hello,I am using Truestudio 9.2.0 with FreeRTOS 10.2.0I want to add custom malloc implementation in my project. I declared void * malloc( size_t xSize ){//please add your own code}in my c files but it gives me error.c:/program files (x86)/atollic/tru...

tushar_tp by Associate III
  • 312 Views
  • 1 replies
  • 0 kudos

USART Interrupt STM32F103ZET6

Hello all.I am new working with the SMT32 microcontrollers and I need your help.The project deals with 3 communication channels USART to 19200bds (usart1, usart2 and usart3)The microcontroller used is the STM32F103ZET6 and would be connected to 3 dif...

DGonc by Associate II
  • 588 Views
  • 3 replies
  • 0 kudos

HardFault_Handler

Hi, I have a problem with HardFault_Handler.Sometimes, when I'm writing into the flash it happens.After many days on searching still I don't understand why it happens and what it means.Has someone got a suggestiom for me?