STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI/DMA error on STM32F4

I'm trying to implement an SPI slave using DMA on a NUCLEO-F429ZI board. It basically works but when transactions from the master come too often (about 1ms) I start getting SPI overrun errors (i.e. HAL_SPI_ErrorCallback() is called). I would like to ...

Tamás by Associate II
  • 953 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F0 Peripheral to Peripheral DMA Transfer

Hi all, I have been tasked with porting existing Atmel SAMD21 code to an STM32F030xC. I am getting a bit hung up on how to implement the DMA transfer functionality. The existing functionality reads from a SPI SRAM chip, and writes to a SPI LCD displa...

GOber.9 by Associate
  • 2345 Views
  • 2 replies
  • 1 kudos

HOW TO SAVE ADC RESULTS?

Hi everyone, I am new to the community and I am also not very expert on microcontrollers. I own a STM32F407G-DISC1. I was able to write the code for ADC (at least I think), but I don't know how to save the data on the memory. Can anyone tell me how t...

MSimo by Associate II
  • 1796 Views
  • 7 replies
  • 0 kudos

Is there a simple way to prevent that the STM32F0 is supplied parasitic through the protection diodes of the GPIOs? The device seems not to provide a brownout reset circuit, or am I wrong?

We use a STM32F0 in an application with increased safety requirements. The power supply is secured by a simple fuse and we have to assure that the STM32F0 is in reset state when the fuse is blown (EN60335).Since we have a second power supply in the s...

GTelk by Associate II
  • 2129 Views
  • 13 replies
  • 0 kudos

Parsing GPS Messages ???

Dear Member, I want to parse GGA,GSV,ZDA,VTG,RMC,GLL,is my container not enough ?Sometimes I can parse it sometimes I miss......?line_buffer[2048];uint8_t      rxBuffer[768];      str=strstr((char*)GPS.rxBuffer,"$GPGSV,");            ProcessNMEALine(...