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

Phase shift issue in pwm generation

Hii everyone,I am working on an inverter application . trying to implement unipolar pwm in the center-aligned mode 2. I am using DMA for the buffer transmission for the sine-wave PWM. Everything seems well without the pwm synchronization. i am initia...

skuma8_0-1723614431476.png
skuma.8 by Associate III
  • 537 Views
  • 4 replies
  • 0 kudos

PWM Generation

Hello STM Community,today while generating PWM using Alternate Function Register, I observed that for TIMER 5, Channel 1, I need not configure MOE bit in BDTR register. whereas for TIMER1, Channel 1 I had to configure the MOE bit in BDTR register. Wh...

STM32U535RET6 and LCD I2C communication

Hello!I have a major and pretty dumb problem regarding my communication between a RX2004A LCD (Documentation if needed) and a custom board with a STM32U535RET6 chipset. I'm just trying to print any message on the display. The problem is that the disp...

Zer0 by Associate II
  • 1263 Views
  • 4 replies
  • 1 kudos

print messages are not coming in teraterm

Hai,I am using STM32L496ZG-P board and STM32CUBE IDE (1.15.1). I tried to print hello world in tera term using UART/USART,USB etc , i tried many programs by reffering many videos in youtube, and some docs from STM communinty link etc etc,. Maximum al...

Resolved! USB_DEVICE code can't work!

Hi there,I am using STM32F429BIT6 and want to show the SDcard(connect with MCU by SDIO) as a Udisk on PC.I can normally read/write the SD card by MCU with FATFS.But after I added the USB config in CubeMx, the code is something wrong.My CubeMX config ...

Junde_0-1723691539237.png Junde_1-1723691568096.png Junde_2-1723691618953.png Junde_3-1723691695548.png
Junde by Senior II
  • 402 Views
  • 2 replies
  • 1 kudos

M95M01 EEPROM not able to read properly

Hello,I am facing an issue while reading M95M01 EEPROM, i figured out that the actual problem is while writing.when i send write enable command looks like it requires a delay before that, though i am giving break point before sending write enable com...