STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1117 Views
  • 3 replies
  • 1 kudos

STM32F302R8 an error occurs after burning the hex file

I always get an error after burning the hex file to STM32F302R8. The burning is completed through STM32 ST-LINK Utility. Below is the error log.16:05:15 : ST-LINK SN : 0664FF51557051486717444816:05:15 : V2J33M2516:05:15 : Connected via SWD.16:05:15 :...

bebejjk by Associate
  • 715 Views
  • 3 replies
  • 0 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
  • 13225 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
  • 1043 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
  • 895 Views
  • 4 replies
  • 0 kudos

STM32U5A5: OCTOSPI and 1.08V GPIOs

In datasheet for STM32U5Axx is mentioned:a) "up to 14 I/Os with independent supply down to 1.08 V" - cool, great feature I needb) OCTOSPIM: "efficient OCTOSPI pin assignment with a full I/O matrix (before alternate function map)"What does it mean?Cou...

Resolved! Use ADC with DMA, then DMA to SDIO/MMC?

Hi all,I am using a STM32H723ZG Nucleo-144 board. Here I have attached a micro-SD card module. I am sampling from one of the ADCs with 8.33 Msps at 8-bit resolution. I am able to transfer the data to RAM using DMA without any loss. However, I wonder ...

elso by Associate III
  • 913 Views
  • 2 replies
  • 2 kudos