STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H743BI bootloader saves data to RAM.

hi my software programmer is trying to set DMA on RAM, he passed the start address of the DMA RAM buffer from 0x20000000 to 0x20004100 and we got the error in the attached picture.he said that the LINKER of the CODE demands to define the pointers to ...

ZSade.1 by Associate II
  • 1102 Views
  • 4 replies
  • 0 kudos

Resolved! How to setup the USB OTG HS on the STM32H7 ?

Greetings, I am trying to use the USB HS (ULPI interface) on the STM32H747 board and I am struggling with it. I simply created a project via CubeMX where I configured the USB HS in Mass Storage mode but then when I connect my usb to the PC I get PC c...

RMarz.1 by Associate II
  • 2274 Views
  • 1 replies
  • 0 kudos

STM32F4 Discovery USB Audio

Hey,I am trying to send some sine wave signal over usb audio class to computer. I arranged usb descriptors so computer recognizes mcu as microphone but I am struggling to send sine wave. I create sine wave with dac and I read it with adc. what should...

SSone.1 by Associate III
  • 905 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F429 RTOS and SD card

I have a application with STM32F429 with RTOS and SPI µSD .I have a singke task forr write in SD card and some time goes in HardFault_Handler ()It is possible thei is caused by stack overflow ?How can I check if the stack pointer goes in overflow ?Th...

IlConte by Associate III
  • 737 Views
  • 2 replies
  • 0 kudos

is the stm32f207zg MAC controller able to run an UDP (or a TCP) server with multiple client connections using Lwip and HAL or is there any real computing/memory limitation?

I have a server -HAL library based- implementation that seems works correctly with one client. Client application is made by python running on a windows 11. I have spent too many months trying to have a server working for several hours but it achieve...

genisuvi by Associate III
  • 533 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F4 Another USB Host MSC problem.

Hello, by using a STM32F429I-DISC1 I'm trying to read/write to a thumb drive.When I open and load the provided example in fw packet, it works without problem but that example is an old one and not a CubeMX example so it makes things rough for me.I tr...

RÖztü.1 by Associate II
  • 1818 Views
  • 11 replies
  • 0 kudos

Place const at specific flash location

Hi everyone,I am developing a custom bootloader and before flash the new application image, the bootloader must ensure that the image corresponds to the board, so I think a simple way to do it is to store a specific value (constant uint32_t) into a s...

manuislet by Associate II
  • 1112 Views
  • 4 replies
  • 0 kudos
Labels