STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 How to use LTDC

Hi, I designed a board with uC STM32H743 that works with a 480x800 display connected through the LTDC peripheral, I don't quite know how to use the LTDC, I don't have ram for the buffer of the entire display. What I can do is fill the background with...

kulfi27 by Associate II
  • 419 Views
  • 3 replies
  • 1 kudos

Resolved! CPU stuck in HAL_NVIC_EnableIRQ

Hi, this is my first post so I will try to provide as much information as possible. Any help is greatly appreciated! I will try to provide any missing details.What I'm Trying To DoI am trying to erase sector 1 using the HAL provided APIsTried HAL_FLA...

armdude_1-1736819053460.png armdude_3-1736819102471.png
armdude by Associate II
  • 477 Views
  • 5 replies
  • 0 kudos

DFU with custom VID / PID

Hi,We would like to use the standard USB DFU supplied with a STM32H747IGT6 with our own Vendor ID (VID) and Product ID (PID) instead of the default STM VID and PID. We are entering USB DFU mode by pulling the boot mode pin hi. We can run the DFU thro...

slc2015 by Associate II
  • 958 Views
  • 4 replies
  • 2 kudos

Error ''''LSE_STARTUP_TIMEOUT'' is undefined''

Posted on September 14, 2017 at 06:05Hi,I got the following error when I try to run an example of RTX_Blinky from Tutorial: Cortex-M7 STM32 F7 Discovery Kit.The example software zip file is from www.keil.com/appnotes/docs/apnt_280.asp.C:\Keil_v5\ARM...

STM32F756VGH6 SPI pins are not responding

Hi,I am developing and exploring a register programming based SPI driver. I took my time to read the datasheet and analyze the SPI startup sequence. For testing, I am using pre-programmed SST25VF080B memory IC. I wrote a simple and low speed (less th...

Vilius by Associate III
  • 416 Views
  • 3 replies
  • 0 kudos

How to Modify the Address of Stack

Hi, My application has a bootloader, recently, I allocated a large block of memory on top of SRAM to protect the data from system resets, this causes the highest address of user stack changes, when this highest addresses of user stack are different i...

Chao by Senior
  • 515 Views
  • 6 replies
  • 0 kudos

Issue with UDP Data Size Limitation on STM32

Hello all, I developed a UDP server/client with the objective to send and receive data simultaneously. The code has some problems in the way its written (e.g., unnecessary loops, variable definitions inside a loop...), but I'm only interested in solv...

Resolved! new STM32L431 chip first time running failed

Hello, When programming an ELF file into a new STM32L431 chip(blank FLASH) for the very first time, the program does not start running automatically. It only runs correctly after a full power-off reset.However, after this initial procedure, new ELF f...

dmaST by Associate II
  • 565 Views
  • 8 replies
  • 7 kudos

Resolved! External Oscillator for STM32C011F6

Hi All, I need to design an PCB with STM32C011F6 (TSSOP20 package) that will have few inputs, few outputs and an ADC input (0V-3.3V).  I have seen the hardware design guide which talks about integrated oscillators of 48MHz and 32Khz but I'm not sure ...

nitin29 by Associate II
  • 354 Views
  • 3 replies
  • 1 kudos

How to enable snprintf float?

Hello,I'm trying to snprintf into a data buffer, but the application dies precisely on this call. I'm not using nanolib because I want exceptions. My CMake file looks like this: Notice that I added the -u printf_float to the linker flags. Is this not...

DEyer.1 by Associate II
  • 189 Views
  • 1 replies
  • 0 kudos