STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Bootloader DFU on STM32F439ZITx

Hi everyone, I'm developing a bootloader that works like this. I was inspired by the example: https://github.com/pramodk51/bootloader_for_stm32f4.  I developed this initially on Nucleo F439ZI for the test phase and I managed to implement it with the ...

memory_map.png

Resolved! STM32F446VET7 Two Float Value Difference Problem

 void AltitudeBuffer_Write(AltitudeBuffer_t* AltitudeBuffer, float altitude) { static int i=0; i++; AltitudeBuffer->readTime[i%2] = FlightFlagTime.CurrentTime; uint32_t timeDifference = ( AltitudeBuffer->readTime[i%2] - AltitudeBuffer...

Resolved! STM32F439 I2S double the audio frequency

Hi all,I reach out to you all to give some pointers or advice for me where to look into to solve this mystery.I set up my Nuc-STM32F439ZI eval board i2s peripheral to play my audio sine wav file.I used Audacity to generate 13KHz sine wave audio file ...

STM32F429I-Disc1 LCD BSP Issue

Hello, I'm working on a project on the STM32F429I-Disc1 development board and wanted to use the BSP to write characters to the LCD screen. I used STM32CubeMX to configure with LTDC enabled with the default parameters. Since there wasn't BSP configura...

IMG_0225.jpg

Resolved! TFT 16bit connections

Hello Everyone  I want connect stm32F LCd controller to TFT lcd but 16 bit  because I have lack of pins . how should I connect the RGB pins of STM32 to RGB pins of the LCD ?  In case I use the LTDC contrller in 16bits , Can I use the unused pins  RGB...

Hector_06 by Associate III
  • 234 Views
  • 7 replies
  • 0 kudos

Resolved! Debug Blue Pill with Stlink-V3minie

HI!I recently purchased some ST products, attempting to program and debug.I initially purchased a STM32 Blue Pill (STM32f103) along with a Mini St-Link V2 (Clone). Then I purchased an STM32F3VE board.I was able to program both boards using ST-LINKV2 ...

STM32F411 embedded bootloader USB

Hello, i am trying to use system bootloader in STM32F411 for software update via USB. I use a freertos in my project.Workflow is here: By sending a "BOOT" via Virtual Com Port USB, MCU executes folowing code: SpoilerUSBD_Stop(&hUsbDeviceFS);uint32_t ...

butaforsky_0-1723463328464.png

Resolved! UART Booatloader for STM32F469I-DISCO

Hi, I would like to test out the UART bootloader functionality for the demo board STM32F469I-DISCO. I am using reference documents AN2606 and Demo board schematic. I am assuming  I need to follow below steps to achieve this.Please let me know if I am...

NAmam.2 by Associate II
  • 315 Views
  • 8 replies
  • 1 kudos
Labels