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

USBX Host MSC Standalone functions missing

I am on an H562 and trying to rd/wr a file on a USB memory stick using the mass storage controller. I am trying to understand what to do about this block when I am running in standalone mode. I started from an example code which is in RTOS mode but I...

Capocc_1-1763462236696.png Capocc_2-1763462321952.png Capocc_3-1763462637638.png
Capocc by Visitor
  • 69 Views
  • 4 replies
  • 1 kudos

Accurate timing of events - SPI DMA

In the above image (logic analyzer) , SPI in DMA was supposed to start at the end of high on the second signal, but it starts a bit later. (3rd signal CS of SPI, 4th signal SCLK)And the SPI was to supposed to be active at every period (the first sign...

sreyas40_0-1762943386543.png sreyas40_1-1762943518981.png sreyas40_2-1762943888502.png

G4 vs H5 speed

Hi,We are running a crypto key generation library on both an STM32G474 (170MHz) and an STM32H563 (240MHz).Over about 80 runs, the average generation time is around 12 seconds for the H5 and 38 seconds for the G4.These times are fine for our applicati...

JimJW by Associate
  • 73 Views
  • 7 replies
  • 2 kudos

Interupt is not processing the signal

Hi I am trying to migrate my code from SPL(old version) to HAL based code I have conveted the  same setup code to cubemx to generate the init function and I am using a clrc663 IC(card reader) along with it when the Ic Generates an interupt the mcu do...

naveen-0 by Associate II
  • 87 Views
  • 6 replies
  • 2 kudos

LPUART fail wakeup in STOP2

Hello, Using Modbus master and slave communication, where Modbus master working fine, I have issue with slave device communication. Using HAL_UARTEx_ReceiveToIdle_IT() for receiving modbus frame, and HAL_UART_Transmit_IT() to transmit response. Curre...

npatil15_0-1762921775853.png npatil15_1-1762921798795.png
npatil15 by Associate III
  • 151 Views
  • 8 replies
  • 0 kudos

Getting HAL_Delay() working in external loader

Hello, i created a custom external loader for a STM32F429 board.The problem is now, my code needs HAL_Delay() for generating short delays between flash device accesses. And the code freezes when executing HAL_Delay(). So i have read that interrupts a...

sk-st by Associate III
  • 59 Views
  • 2 replies
  • 0 kudos