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

STM32N6 NUCLEO - GPIO fault

Board: NUCLEO-N657X0-QRevision: CProblem: MCU cannot pull PA2 to low, only to about 2.5V. I tried it in push-pull and open drain modes. SB6 has been desoldered to isolate it from the analog attenuation circuit, but it didn't work with it soldered. It...

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...

Resolved! SPI DMA transmit complete interrupt to early

Hello,I have an STM32G441 and using DMA to transmit some SPI data. All works so far. The problem is the chipselect. I am using the software chipselect. So before I start the DMA I pull CS low. Then when the DMA complete interrupt fires I pull it high...

Regarding FLASH Writing to the STM32F410

I have a question about writing to the STM32F410's FLASH.I'm creating a program to write data received via USART to FLASH, but it's not working correctly.The writing to FLASH itself is happening, but the written data differs from what I expect.This d...

shank by Associate III
  • 22 Views
  • 1 replies
  • 0 kudos

STM32F411 RTC 32768 cal Freq only 490Hz

I wonder if any one can help me.The rtc Cal freq produced by the init code below produces on 490Hz.  The RTC clock is loosing about 55 sec in 20 minutes.Is there a way to increase this freq without replacing the crystal? static void MX_RTC_Init(void)...

erastusC by Associate III
  • 60 Views
  • 6 replies
  • 2 kudos

Resolved! Debug losing connection with Stm32WB55 target

Code is written using stm32CubeMX. Connecting with stmlink V3 Minie. Executing step by step, it appears that debug fails (lose connection) when executing debug_init. In fact debug_init creates the problem when programming pa13.When removing the initi...

GYV by Associate
  • 96 Views
  • 8 replies
  • 1 kudos