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

STM32F07- act like a dead chip.

I have a board that used STM32F07. I connect BOOT0 pin to GND via RES 10kOhm and left NRST pin open. At first i able to connect to STM32 and upload code but problem is after first time upload code (I use debug mode). It show STM is disconnect and aft...

Esa1 by Associate II
  • 122 Views
  • 1 replies
  • 0 kudos

STM32L011F4P6 can't upload code.

I have STM32L011 board that i make. I left NRST and BOOT0 open. And i try to upload code using ST Link V2. But seem like the ST link is not recognize the STM it always show "Target no device found". Can anyone help me identify the problem? Please..Th...

Esa1 by Associate II
  • 349 Views
  • 11 replies
  • 0 kudos

STM32H7 + FMC + MDMA transmits only the first halfword

Hello everybody,Im am currently trying to connect a STM32H753 to a AD7606B using the parallel interface (FMC) and got it working at some point where the CPU can read/write the data from/to the FMC but it needs a __DSB() before starting to use the rea...

ABouk.1 by Associate III
  • 158 Views
  • 0 replies
  • 0 kudos

Explain Output Speed STM32U575

I am working on the firmware for my STM32U575 based controller board. I cannot find in the documentation an explanation about the Low/Medium/High settings on a GPIO port. I see the bits to be set, and in MX the option for choosing the setting, but I ...

ScottD by Associate II
  • 154 Views
  • 2 replies
  • 6 kudos

STM32H563RGT6 flash HW bug even with BL=0xE5?

I've noticed some strange behavior when doing sector erase on this device.I erase sector 0..63 on bank 2 and write my data. I can confirm that this operation is correct by reading the flash starting on 0x08080000 using stm32cubeprogrammer.As a verifi...

Dimlite by Associate III
  • 106 Views
  • 0 replies
  • 0 kudos

Bare Metal STM32L496

void SystemClock_Config(void) { // Step 1: Enable HSI RCC->CR |= RCC_CR_HSION; // Enable HSI while (!(RCC->CR & RCC_CR_HSIRDY)); // Wait until HSI is ready // Step 2: Configure the voltage scaling PWR->CR1 |= PWR_CR1_VOS_0; // Set voltage scale to 1...

vbk22398 by Associate III
  • 479 Views
  • 9 replies
  • 3 kudos

STM32L0 with HSI for UART

I have built a board that is powered using a LiC and to conserve some power i run it under 1MHz (524KHz).I need 2 UARTs and one ADC for my application. However, since there's only 1 LPUART i use second UART to connect a cheap BLE module that i can se...

MKanc.1 by Associate III
  • 127 Views
  • 3 replies
  • 1 kudos

Resolved! I2C Slave clock stretching not working using HAL

Hello, I am using an STM32F103CBT as an I2C slave. A memory buffer is to be transferred via the interface. Although hi2c1.Init.NoStretchMode = I2C_NOSTRETCH_DISABLE; is set, I cannot measure clock stretching and the first byte transferred is always 0...

i2c_debug.png
JoBil by Associate II
  • 530 Views
  • 7 replies
  • 5 kudos