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

Resolved! flashing stm32h563zi

Hi,I am trying to flash STM32H563ZI,  (NUCLEO-H563ZI) but I get hard fault errorI will flash to BANK2 that starting address 0x081000000MY CODE;HAL_FLASH_Unlock();erase.TypeErase = FLASH_TYPEERASE_SECTORS;erase.Banks = FLASH_BANK_2;erase.Sector = 0;er...

Recep by Associate II
  • 1232 Views
  • 2 replies
  • 0 kudos

Resolved! BSP_QSPI_MemoryMappedMode Enable doesn't work with W25QXX

Hi,I am trying to do a memory map with this board W25QXX and it's not working. For some reason even on the original code we can see the function for BSP_QSPI_MemoryMappedMode have a comment (https://www.waveshare.com/wiki/W25QXX_DataFlash_Board). Any...

aabba1_0-1701326010915.png aabba1_1-1701326039424.png
aabba.1 by Associate III
  • 1641 Views
  • 3 replies
  • 1 kudos

FMC SRAM read data sampling time

Hi,I am working with STM32H753 and I am developing baremetal application using FMC. The FMC is interfaced with an external asynchronous memory, address and data signals are not muxed and there is no need for NWAIT, NADV nor CLK signals.On the FMC sid...

Pull-up required on NRST line?

Hello everybody,I am quite new from working with STM32 products but recently made the switch from Atmel chips (thanks to the free handout of Nucleo boards at the Eurobot competition I guess :) ). I recently designed a fairly simple board, centered ar...

Capture d’écran de 2023-07-02 21-17-59.png
felixzero by Associate II
  • 23101 Views
  • 11 replies
  • 3 kudos

Resolved! STM32L432KC basic DSP loop. Any way to improve this?

I am using Nucleo STM32 L432KC board with STM32CubeIDE v1.12.1 and doing very basic DSP operations with data values read via ADC through DMA into a circular buffer. It works, but the math is slower than expected.Below is an example loop in my code. A...

JBeal.1 by Associate II
  • 1719 Views
  • 3 replies
  • 4 kudos

STM32CUBE IDE STM32L152VBTx and WakeupCallback -- None?

Hello,I am moving code from one MCU to this old STM32L152 in where the UART is configured as Multiprocessor Mode.I am using STM32 CubeIDEI get compile error..   It looks to me like there is no WakeupCallback at all. HAL_UARTEx_WakeupCallbackHAL_UART_...

Eddiie by Associate II
  • 1293 Views
  • 4 replies
  • 0 kudos