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

STM32L151RC GPIO BRR register missing?

Hi,to clear bit 7 in port C I used a write to the BRR register: GPIOC->BRR = 0x00000080. Did not clear bit 7. A write to BSRR works: GPIOC->BSRR = 0x00800000. Is the BRR register not implemented (seems kind of redundant anyway with having BSRR)...

hugo1 by Associate II
  • 812 Views
  • 6 replies
  • 0 kudos

STM32L073 system information block address map

I trying to find information on the system information block of the stm32l073rb, specifically the address of the vrefint calibration value. I've looked in the ref manual, the data sheet and the L0 HAL docs and have come up empty. Please show me how s...

ETone by Associate III
  • 427 Views
  • 4 replies
  • 0 kudos

Does the ST plan Eeprom emulation for STM32G0x0?

Dear,I would like to use STM32G0x0 mcu for my new project, but the eeprom is missing. How to emulate the eeprom from flash? I supose the solution will be different from the STM32Fxx series.. Is not it?Best Regards, Jan.

JAN R by Associate III
  • 724 Views
  • 6 replies
  • 0 kudos

STM32f405 clock synchronize

Hello, I'm trying to use two identical stm32f4 boards to synchronize tick of one with respect to other.I'm using can to using can protocol for communication in Interrupt mode.So the Master is supposed to be always running and the slave when powers up...

New Template of Website - Menu

Hello,I apologize if I did not find a suitable place to raise this issue.The new site template is improved, but there's a problem with its menu. On some pages of the website, when scrolling the page up and down, suddenly get a fix menu on the page, w...

Slh by Senior
  • 646 Views
  • 7 replies
  • 0 kudos

Resolved! [Solved] STM32H743 SAI DMA Receiving only '0's

Hey,I configured the stm32h743 to transfer data with sai2 and read the same data with sai1. Sai2 is in IT mode and works fine (checked it with a logic analyzer).The SAI2 is totally working in IT mode, but when I put it in DMA mode i only receive 0's....