STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Bootloader jump to app not working on STM32G491

Hi all,I am trying to launch the app from a bootloader code that I copied from a project on an STM32L0 and STM32F446, it worked fine there but somehow my app doesn't start on the STM32G491.Here's the code for the jump:  static void bootloader_jump_to...

Yves Bmnt by Associate III
  • 857 Views
  • 17 replies
  • 1 kudos

Debug Library?

Hi,So far I have been writing my own debug library but there might be much better one out there.Does anybody know of any well known, perhaps feature-rich, debug libraries which I could use to either improve mine or use directly?Thank you :)

Ricko by Senior II
  • 223 Views
  • 3 replies
  • 2 kudos

STM32F4 I2S DMA

Hello everyone,I am currently implementing an audio synthesizer. My DAC requires the I2S protocol, which is supported by my device (F446). I want to setup a circular buffer to feed the I2S peripheral using DMA. Idealy, i want to set it up and let the...

Smuffin by Associate II
  • 454 Views
  • 7 replies
  • 4 kudos

Resolved! LWIP HTTPD and TouchGFX

I am currently using the STM32H7B3I-DK for touchGFX development before moving to something in the STM32H743 family. I am curios about adding a simple webserver capability while running a touchGFX UI. I have implemented an httpd server on an Nucleo-H7...

HAL CAN transmit timeout bug?

Posted on December 19, 2017 at 12:24 Hi, I'm using one STM32F2 board and two STM32F3 boards. The F2 is the CAN master and the F3 are slaves. Everything works fine if I use only one F3 board. If I add the other one, then after 30sec - 5min one ...

0690X00000609BoQAI.png
Alex S by Associate II
  • 712 Views
  • 6 replies
  • 1 kudos

STM32H723zgt6 - Azure Filex

Hi,I am using Azure RTOS for my STM32H723ZGT6 to write log file to my USB pendrive. so, i am using usbx msc host and filex example code from github. File created successfully, but not opened for write, because my code returns FX_PTR_ERROR due to the ...

Screenshot 2024-10-16 175158.png
rkuma.21 by Associate III
  • 204 Views
  • 2 replies
  • 0 kudos

Resolved! Configuring Memory for STM32H753ZI USART DMA

Hi,We have been trying to setup DMA USART3 with the STM32H753ZI Nucleo.We would like to keep our stack in DTCMRAM and we thought we could move the USART buffer into SRAM1 or SRAM2 since DMA1 and DMA2 have access to it, following this post.We edited o...

cttewari by Associate
  • 453 Views
  • 3 replies
  • 2 kudos