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

FMC concurrent usages and priority (SDRAM and NOR/PSRAM)

Posted on February 16, 2018 at 17:24High-Level question Detailed descriptionI have two parallel usages of the FMC on an STM32F4 processor: - One that writes to SDRAM with DMA2 Stream 1 - One that reads from an external ADC (FMC NOR Flash/PSRAM contr...

yves by Associate
  • 596 Views
  • 0 replies
  • 0 kudos

Is the USB library threadsafe?

Posted on February 16, 2018 at 17:10I am developing on the STM32F0 using the USB library and encounter problems when my main routine starts to send data early after the device received the SetConfiguration request.So far I could narrow it down to th...

STM32F071V8 ADC ADC_IN17 (VREFINT) measurement errors

Posted on February 14, 2018 at 14:33Hi all,We are using a STM32F071V8 MCU in our project. I am polling the ADC to read the data and have followed the following procedure to initialize the ADC:1. enable clock to respective GPIOs2. Initialize GPIO pin...

Has no detected problem for Blue NRG GUI in STM32F401RE

Posted on February 07, 2018 at 21:14HiI want to evaluate BlueNRG using the BlueNRG GUI. My setup is as follows: NUCLEO-F401RE with X-NUCLEO-IDB05A1 installed. BlueNRG GUI software version V2.2.1 (latest) X-CUBE-BLE1 Cube Expansion packageI've follow...

Activate DFU using HAL driver on STM32F072

Posted on February 16, 2018 at 12:12Hi all,I am trying to set up my STM32F072 device so that I can connect it to my computer via USB and upgrade the firmware using DfuSe software. I did all the wiring to do so but my problem is that I want to activa...

QuadSPI data read as classic SPI

Posted on February 16, 2018 at 10:38Hi all,I am trying to use the QuadSPI of STM32H743 as a classic SPI but using four lines. The point is that quadspi uses several phases  (instrucction, direction, dummy, anternative, data) and I would like to skip...