STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F765VIT6 and ADS131E08 code

Hello All, I hope you are all doing well !I m writing to ask help, I have problem with my STM32f765vit6 and an  ADS131e08 .My the ADS131E08 stops communicating over SPI in continuous mode after a few seconds and block the SPI communication again. But...

Azer by Associate
  • 510 Views
  • 2 replies
  • 0 kudos

Resolved! f_write fails the 2nd time its called

Board: STM32F411REGreetings,I am trying to make a program where the mcu read an audio file on the SD card, apply a sound filter on it, and write the output to a different file. The program will split the audio file into small chunks and compute them ...

Stuck in application startup code

I am facing an issue on one of our stm32f4 boards. We have a custom bootloader , which boots up the app as below   __disable_irq(); HAL_RCC_DeInit(); __HAL_RCC_AHB1_FORCE_RESET(); __HAL_RCC_AHB1_RELEASE_RESET(); __HAL_RCC_AHB2_FORCE_RESET(); __HAL_...

krishr by Associate III
  • 665 Views
  • 5 replies
  • 0 kudos

Resolved! building cloned project

Hi Team,I've recently cloned https://github.com/STMicroelectronics/STM32CubeL5/tree/master/Projects/STM32L562E-DK/Applications/USB-PD/USB-PD_Consumer_1port , for USB PD project.But when i imported the folder into workspace ,the build option is disabl...

NITHIN by Associate III
  • 1376 Views
  • 8 replies
  • 5 kudos

Resolved! when I build the project, it is showing the error of 1. .text' will not fit in region `FLASH' 2. `FLASH' overflowed by 12480 bytes

Hello everyone,I am working with stm32f070c6 , I am developing an application of USB_CDC , When I build the project it is showing the error of 1. .text' will not fit in region `FLASH'2. `FLASH' overflowed by 12480 bytesactually I had increase the hea...

RKUMA.2 by Associate II
  • 3559 Views
  • 6 replies
  • 0 kudos

STM32F373 HAL functions for SDADC

Hello guys, I tried to use the HAL_SDAC functions to read two Analog signals (0-3.3V) with DMA but I didn't have good results.That's why I started reading only one Analog signal in Polling mode (ING 5)....unfortunately even in this case I always read...

Vero_0-1715778269997.png Vero_1-1715778306014.png
Vero by Associate II
  • 2465 Views
  • 10 replies
  • 0 kudos