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

stm32H73** sleep mode

Hi, My test board can enter sleep mode OK, but doesn't wake up when PC13 goes high: (never reach __enable_irq())  void Sleep() { __disable_irq(); SysTick->CTRL = 0; // Enable WKUP4 (PC13) PWR->WKUPEPR = PWR_WKUPEPR_WKUPEN4; // Enable WKUP4 PWR->WKU...

How to Communicate NUCLEO-G0B1RE with OSDP?

I have STM32 Nucleo-G0B1RE Development Board. In our application we require OSDP protocol interafce. So that's why we purchase HID SIGNO 20 Reader. Now I want to implement OSDP via RS485. So, How i implement OSDP in the STM controller. Can you please...

"Three phase" PWM for an LED "matrix"

Hi.I have a project that involves using an STM32U535 to control the LEDs shown in the picture.I feel it should be possible to control the COL-x signals with synchronized timers that also trigger DMA transfers to control the ROW-y signals, but I can't...

LEDmatrix.jpg

Resolved! STM32H755 Difference between M4 and M7

MPU:STM32H755XI6Connection with PC:USART1RTOS:ZephyrIn order to install Zephyr into STM32H755XIH6, if you build and burn images for M4 and M7, the M4 side will start but the M7 side will not.The content is LED flashing of PG10 (A9pin). Are there any ...

TDP_0000 by Associate II
  • 141 Views
  • 2 replies
  • 1 kudos

STM32L011 USART2 and DMA (Continued)

Previous post: https://community.st.com/t5/stm32-mcus-embedded-software/dma-on-stm32l011f4/td-p/742092   I am working with code on the STM32L011 that uses DMA to read data from USART2.  I received excellent help on this forum before and I'm hoping fo...

Resolved! No Printf output on UART before \n

Good morning, I am trying to print a string on STM32F401RBT6 using vs code and Cmake, but I keep getting an issue, when I use '\n' the UART doesn't print nothing beyond the '\n', can somebody help me with this issue, please? printf("Hello\n World");

Gui_STM by Visitor
  • 149 Views
  • 6 replies
  • 6 kudos

Problem setting up UART on STM32F756VGH6

Hi,I am learning and exploring the STM32F756VGH6. My goal is to setup a simple UART and send some data to the PC using USB-UART serial converter and  puTTy terminal on PC. I am using register based coding approach as it makes the code more efficient....

Vilius by Associate III
  • 57 Views
  • 1 replies
  • 2 kudos