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! STM32G030K6T6 is not programming!

Hello,I'm working on a small scale project. In my earlier design, I've used the STM32F100x series. Now as the STM introduced a new set of controllers, the STM32G series ( which is less in cost and much higher efficiency than STM32F series), I've migr...

How to use printf() to output to UART

I have been using printf() to output to UART for many years on a STM32L052All these projects still compile and printf() to UART, no problem.I started a NEW project with CubeMX, but now printf() does NOT print to UART.I use the same int fputc(int ch, ...

gerhard by Associate II
  • 16043 Views
  • 12 replies
  • 0 kudos

MT29F128G08 NAND FLASH with NUCLEO-L496ZG basic driver help

I am not much of a software/firmware developer, but i need to get a basic Driver working for NAND flash device "MT29F128G08AJAAAWP-ITZ" working on a "NUCLEO-L496ZG".I have the device wired up to the eval board, and need to build a basic drive to writ...

RWarn.1 by Associate
  • 1273 Views
  • 3 replies
  • 1 kudos

What is the correct maximum FMC clock on a STM32F767 ?

Hi, I am currently working on a display driver board, with a STM32F767. And I would like to use the FMC with a SDRAM.My problem is that the MCU is clocked at 216MHz, the SDRAM max clock is 133MHz, on the F767 documentation, it is written that the max...

SylvainF by Associate
  • 1519 Views
  • 3 replies
  • 0 kudos

g051 serial problem

HiI have made a board using the g051k6 chip. I have not been able to receive data from another board sending data at 115200 bd. I connected another serial port to the input pin , and all data is received without errors. A uart problem is mentioned...

kevint1 by Associate
  • 685 Views
  • 3 replies
  • 0 kudos

stm32f303rc: SRAM parity error bit NOT SET, but NMI is taken

SRAM parity check is enabled. In fact, breakpoint in NMI is reached.But SYSCFG_CFGR2.SRAM_PEF bit is NOT set. See .png.Disassembly (at bottom) shows, that address of CFGR2 is loaded at R0 ("Registers" to the right) and its contents is loaded to R1. T...

USeid.1 by Associate
  • 928 Views
  • 2 replies
  • 0 kudos