STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F303RE ADC2+DMA2 Don't working

Posted on February 12, 2018 at 16:09HiI am trying to develop a project via the STM32F303RE Nucle Board. In the project, I need to read analog data from channel 0 (PA4) on the ADC2 hardware.  For this I made an init code.void ADC_DMA_Configuration(vo...

0690X00000604NIQAY.jpg

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
  • 513 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...