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

PuTTY Terminal Multiple Cursors

I'm not sure if this is the best place to ask this question, but I thought I'd try in case someone knows where I might find answers.So I'm using a Nucleo F429ZI to communicate with the PuTTY Serial Terminal on my computer. I'm regularly updating some...

JChan.0 by Associate II
  • 574 Views
  • 2 replies
  • 0 kudos

C Standard Library not working on STM32H7

Hello, we switched from a STM32F7 to a STM32H7, porting the program to it. I disabled D Cache, because it wouldnt work together with the ethernet. Now we got another Problem:-Some Funtions of the STL are working, others are not. For example mmcpy or ...

I'm using STM32F030K6T6TR and i'm trying to use the flash memory. It worked to erase the pages that i need but when i write i get a hard fault error

#define FLASH_USER_START_ADDR  0x0800FC00UL#define FLASH_USER_END_ADDR  0x08010000UL  uint32_t Address = 0, PageError = 0;  __IO uint32_t data32 = 0 , MemoryProgramStatus = 0;  /*Variable used for Erase procedure*/  static FLASH_EraseInitTypeDef Era...

AMaha.1 by Associate
  • 366 Views
  • 2 replies
  • 0 kudos

ADC timing details, STM32H745ZI

Belows follow a description of my problem. But the question to keep in mind is: When does the ADC sample, when triggered by a timer?We are using a timer (internal timer; timer 2) to trigger the ADC (direct channel). We use the following functions to ...

0690X00000BwGkoQAF.png
cmlo by Associate
  • 504 Views
  • 1 replies
  • 0 kudos

Resolved! How to select ADC Channels for different measurements?

Hey,I have a project where I need to do a sequence of measurements and be able to select which test will be done. I'm using the stm32f469-discovery board and cubeMx/cubeIDE. Let's say I have ADC1 channel in use and input 1,2 and 3 in use for measurem...

HHarj.1 by Senior
  • 2555 Views
  • 2 replies
  • 0 kudos