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! How to use SPI NSS on STM32G0

We are trying to implement the SPI interface on a STM32G070 MCU using DMA and no interrupts. MOSI MISO and SCLK all work fine, but the NSS signal does not behave the way we want it to. What we need is a precise change from 1 to 0 signaling the start ...

0693W00000SunfWQAR.jpg
Andre_k by Associate III
  • 8254 Views
  • 10 replies
  • 0 kudos

In stm32g030f6p6 I have programmed first time and I tried to dump program second time it says ": Error: Activating device KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again "how to fix

In stm32g030f6p6 I have programmed first time the code is uploaded successfully and working and I tried to dump program second time it says ": Error: Activating device KO. Please, verify the boot mode configuration and check the serial port configura...

sjana.1 by Associate II
  • 842 Views
  • 2 replies
  • 0 kudos

Resolved! STM32- Nucleo-H755ZIQ- LED blink- SPI

Previously I wrote a program for - Nucleo-H755ZIQ in which I used SPI- UART- RTOS. After a long time, I wanna make a new stm32 project and reuse some previous function I was using correctly before. The problem is that not only those functions don't w...

0693W00000QODqWQAX.png
STork.1 by Associate III
  • 1360 Views
  • 2 replies
  • 0 kudos

Dual Port SRAM corrupted unless read after write

I have a custom board with an stm32f733zet6 and an stlink-v3mods as a programmer/debugger.Attached is a CY7C006A-20 dual port static ram which asynchronous and I'm using it without wait. I'm running 216MHz off HSI + PLLCLKI've set timing values of 1...

Zenzizen by Associate II
  • 1221 Views
  • 5 replies
  • 0 kudos

Framing error callback with dma uart channel

Hi. I have an uart managed by dma rx channel.In order to disable the error callback when a framing error comes (HAL_UART_ERROR_FE) I have comment out the line of codehuart->ErrorCode |= HAL_UART_ERROR_FE;Is there a grace way to do that, without to ed...