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! I want to know how to use STM32F7XXX ADC_TRIPLEMODE_INTERL? I want to collect data from one io channel through three adcs to improve the sampling rate from 2.4M to 7.2M

HI,I'm new here.I found that three adc can be configured for alternate use by querying the STM32F7xxx datasheet.But But I have encountered some difficulties. I hope someone can explain it to me.Tell me how to use ADC_TRIPLEMODE_INTERL. The following ...

hhuan.21 by Associate II
  • 584 Views
  • 2 replies
  • 1 kudos

scope question on variable wrt I2C ??

I have the following two wrapper functions:void POT_Load_Value(uint16_t value) { uint8_t w[2]; w[0] = 0; //reg w[1] = value; I2C_Write(POT_ADDR, w, 2); }   uint8_t I2C_Write(uint8_t device, uint8_t *pValues, uint8_t size) { if (HAL_OK == HAL_I2C...

SWenn.1 by Senior III
  • 355 Views
  • 1 replies
  • 0 kudos

.data �?역�?� 2개�?� Memory �?역�? 할당하는 방법

안녕하십니까?STM32H743�?� 예로 들 경우,​MEMORY{RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 512KRAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288KRAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K}​​와 같�?� �?역�?� 있�?� 때, RAM_D1�?� 공간�?� 부족하여​.data 섹션�? 대해서 RAM_D1과...

How to use dfu in project to flash the uC

I need to do an upgrade of the firmware via software. From my C++ app i have to call dfu-util, i guess, or if there is any other way please let me know, to download the upgrade to the uCFor the moment i am calling it like a system call, and i wonder ...

EPop.2 by Associate II
  • 677 Views
  • 4 replies
  • 0 kudos