STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Passing multidimensional arrays over HAL UART

Hello,I have a 246 x 3 matrix that I have filled with counter values in the below for loops. I for some reason cannot get the HAL_UART to output individual columns of this matrix. for(i=0; i<246; i++) {   for(j=0;j<3;j++)   {   Audio_Data[i][j] = c...

kcire L. by Associate III
  • 1946 Views
  • 4 replies
  • 0 kudos

Reset after flashing emtpy STM32G041 always jumps to bootloader instead of application, until power-cycle.

When an empty STM32G041 (others may have the same problem, couldn'T test) is flashed with an application, an real power-cylce is needed to actually start the application. Until this power-cycle, ever reset (HW or SW) will jump to the bootloader.After...

CLieb.1 by Associate
  • 1222 Views
  • 2 replies
  • 0 kudos

Unable to install X-CUBE-CLASSB package on CUBEMX

Hello,I'm currently trying to use the "X-CUBE-CLASSB" package I'v found there : X-CUBE-CLASSB - Class B 60730-1 and 60335-1 Functional Safety Package with software expansion for STM32Cube - STMicroelectronics to do some watchdog, stack and flash secu...

TDele.1 by Associate III
  • 2089 Views
  • 1 replies
  • 0 kudos

Ethernet on ST STM32H747I Discovery board

Hello, I am working on the ST STM32H747I Discovery and I have a question regarding Ethernet. According to the ST documentation (https://www.st.com/resource/en/user_manual/dm00504240.pdf), some hardware modification is mandatory to manage Ethernet. Ho...

vlacr.11 by Associate II
  • 977 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 Bootloader via SPI

I made a firmware download project using a factory bootloader according to AN4286. Everything works fine. I have only one ambiguity - in the description of the bootloader in AN2606 there is a picture on which the SCK signal is pulled-down to the grou...

0693W00000JPAHwQAP.png
ADoro.2 by Associate III
  • 1566 Views
  • 2 replies
  • 0 kudos

How to boot from and execute code from external Quad SPI flash memory on STM32H742 (STM32H7) using XiP model?

Hi all,we're planing to use an STM32H742 with external SDRAM (for data) and external Quad SPI flash.The Quad SPI flash shall hold the application binary - i.e. instructions, constants, etc. to be loaded at boot and all code to be executed.We'd like t...

mwb by Associate III
  • 6673 Views
  • 3 replies
  • 0 kudos