STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H563 EDATA Size - Code Generation Issue

Hello,I am using the Cube Code Generator, within the STM32CubeIDE (version 1.13.1) for an STM32H563, and have configured the Flash Data Sectors to use the maximum 8 sectors per bank for EDATA. The valid range for the EDATA sector size is 0 - 7, as sh...

lpfeiffer_0-1699395038922.png

STM32F746 FMC NWE periodically goes high

Hello. I'm using STM32F745VET.I want to connect SRAM via FMC, but when I run a simple app, the waveform look like below.The code I made is just write data "0x28". and It does not work.As you see, NWE signal work high-low periodically. I think this is...

image.png
Kourinho by Associate
  • 149 Views
  • 3 replies
  • 0 kudos

CRS SYNC setup with LSE and CubeMX puzzle

I try to setup CRS SYNC setup with LSE using the latest CubeMX.It appears that when CRS SYNC with Source LSE is selected, LSE does not get initialized unless RTC is active as well and its clock source is set to LSE. E.g crystal drive level option doe...

RCC-A.png RCC-B.png RCC-C.png
TDJ by Senior III
  • 203 Views
  • 2 replies
  • 2 kudos

problem in the implementation of USBOTG

I am currently working on a project that involves integrating USB functionality for data transfer and data logging on an STM32F407VG micro-controller. Specifically, I want to log data files on an SD card and enable the user to download these logged f...