STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What's the macro for NUCLEO-G474RE?

I tried this tutorial - https://www.carminenoviello.com/2015/06/04/stm32-applications-eclipse-gcc-stcube/ - Build STM32 applications with Eclipse, GCC and STM32Cube. In the last,it was said:we have to declare which MCU we are using defining a global ...

MQi.1 by Senior II
  • 422 Views
  • 1 replies
  • 0 kudos

Resolved! Problem Using Jump_To_Application() in IAP Bootloader

Hello ST community!I'm using a stm32F417VGT6 to perform an IAP in Keil IDE.in the bootloader, using the binary file on a SD card, I read executed binary program and write it on flash memory. then i use Jump_To_Application() to start the new app. Ever...

Seyed by Associate III
  • 3043 Views
  • 13 replies
  • 0 kudos

UART RX

Hi there!Here i'm with another question about UART. I know i have a tree mode for receive data from uart 1) Polling 2) Interrupt3) DMAi know the difference , but i'm soo confiuse about :Example : I work with interrupt where i put this declaration HA...

SGian.1 by Senior
  • 560 Views
  • 6 replies
  • 0 kudos

Internal Flash (STM32F042G6)

*How to save varibales or array of data in Internal memory on STM32F042G6*Can i get some example to understand this thing more clear.Thanks in advance.

Ss.61 by Associate III
  • 416 Views
  • 3 replies
  • 0 kudos

STM32H7 SPI low speed stabilization problem

I am communicating Nucleo H743 with several PN532s using SPI. I edited waveshare's stm32 codes, I didn't use DMA or interrupt. I am trying to reduce the SPI speed so that the reader can work when I extend the cable length. Since I could choose the SP...