STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Fast Hartley versus Fast Fourier?

I’m doing some frequency analysis - as usual I trying to minimise the processing cycles to minimise current consumption. I’ve only just discovered the Fast Hartley Transform (FHT). It seems pretty good ( and simple) - I wonder why it is not more wide...

gregstm by Senior III
  • 1040 Views
  • 0 replies
  • 2 kudos

Anyone recommend a decent SD card library?

Hi Im using a STM32L433 processor and want to incorporate a SD card . I saw in youTube a demo of using CubeMX and seemed to work fine. But after looking through this forum I saw there wasnt many people who thought the CubeMX version was good . Any ...

Is it possible to use continuous clock for bank #2 only ?

Hello,We try to configure bank #2 , PSRAM, in synchronous continuous clock, while keeping the other banks (bank #1 - NOR flash, and bank #3 - sram memory) as asynchronous.On trying to do the change directly in code, it didn't work. We than noticed th...

0690X000009YDBaQAO.jpg
ranran by Senior II
  • 353 Views
  • 0 replies
  • 0 kudos

Resolved! HAL_FLASH_Program()

Hi,I'm using STM32H743ZI and uVision 5.28.0.0.Traying to program the FLASH Bank 1 results in an error. The error is thrown by FLASH_WaitForLastOperation(). In SR1 the following bits are set:PGSERR1INCERR1Any Idea?RegardsJakob