STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Recommended usage of built-in flash memory

Greetings, I am looking for pointers to material describing recommended ways to interact with built-in flash memory for general data reading and writing.DS9716 indicates there are several memory-mapped regions that could suffice, but maybe block 6 (s...

Resolved! [STM32G0B1KBU7N] GPIO not working

Not sure what is going on, im unable to toggle an IO and im not sure why...This is a very simply custom board, it uses I2C, CAN and USB. I've configured everything in CubeMX and double checked the pinout and gerber files several times but i can't fin...

XD_0-1770115198709.png XD_1-1770115732101.png
XD by Associate III
  • 874 Views
  • 15 replies
  • 13 kudos

Cube-AI Software Pack Utilization Problem

Unsure if this has been answered before, however, upon activating the Cube-AI Core and application software pack, the remains static, ie it stays blacked out with a gear icon next to it referring me back to the software packs screen, which already sh...

jdudley9_0-1770405548437.png jdudley9_1-1770405580305.png
jdudley9 by Associate
  • 227 Views
  • 3 replies
  • 0 kudos

Resolved! Stm32l552 event wakeup pin

I am using stm32l552zetxq. I am testing standbymode with wakeup from event. According to reference manual RM0438, there are 5 wake up pin to wake up the mcu from standby/shutdown mode wkup1 to 5 with polarity setting option in PWR_CR3 and PWR_CR4. Bu...

sourav by Associate II
  • 193 Views
  • 2 replies
  • 0 kudos

STM32F303CBT6 DAC not working with DMA

Dear all,I'm trying to generate a waveform using DAC OUT1.I configured pin PA4 as analog (works)I configured DAC1 without DMA and it worksI configured TIM6 and it works Then I configured DAC with DMA, configured DMA, but output never changes.Where ca...