STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FMC synchronous PSRAM - lost AHB transactions

Posted on October 30, 2017 at 14:09 Hello I have FPGA with memory mapped peripheral what I would like to control from external STM32 MCU (STM32F767 ). I chose FMC peripheral in synchronous PSRAM mode because communication can be easily impleme...

dstindl9 by Associate II
  • 4504 Views
  • 16 replies
  • 0 kudos

SPI Slave missing interrupts (NUCLEO-F401RE)

Posted on June 12, 2018 at 11:11Hi,im trying to implement a basic SPI full-duplex slave using HAL (the reason to use HAL here is that i have to switch to another STM MCU later).The biggest problem is that the slave sometimes doesn't seem to react to...

0690X0000060LDwQAM.png 0690X0000060LE1QAM.png 0690X0000060LEQQA2.png 0690X0000060LEVQA2.png
F. Pabst by Associate
  • 326 Views
  • 0 replies
  • 0 kudos

Slow Clock at powerup requires reset each time

Posted on June 08, 2018 at 20:57Hello,   I'm having an odd time with a board using the STM32F746VGT6 microcontroller that it requires that I reset the board each time that I power it up.  I have several of these and the phenomenon only occurs on abo...

Resolved! NUCLEO-F429ZI - SDIO - FatFs Problem

Posted on June 11, 2018 at 09:56Dear All, I’m new to this forum and to stm32 board. I’m trying to connect an SD Card to my board NUCLEO-F429ZI but I’m having some problems with it. I use STM32CUBEMX to create the project using the standard per...

Resolved! Code translation

Posted on June 11, 2018 at 08:37HiHow to change arduino uno code to STM32F103void setup(){ pinMode(9,OUTPUT); pinMode(10,OUTPUT); TCCR1B = (1<<WGM13)|(1<<CS10);  TCCR1A = (1<<COM1A1)|(1<<COM1B1)|(1<<COM1B0);  TIMSK1 = 1<<TOIE1; ICR1=511;  OCR1B=0; }...

Nucleo-144 SPI?

Posted on June 07, 2018 at 17:49Hi,I am using STM32L496 Nucleo-144 connecting SPI1 to external Adafruit MAX31865 PT100 temp sensor using breadboard with Saleae.For some reason (I have no clue at all), I got nothing from Saleae.One thing I kinda of c...

Multiple channels input capture at the same time

Posted on May 25, 2018 at 11:27Hello, I'd like to know if there is possibility to use all input capture channels at the same time?For starting timer i use function wich enable only 1 channel:HAL_TIM_IC_Start_DMA(&htim1, TIM_CHANNEL_1, &restWave[0], ...

Resolved! Problems showing more than one JPG image with 746D

Posted on June 07, 2018 at 20:40 I modified \STM32Cube\Repository\STM32Cube_FW_F7_V1.0\Projects\STM32746G-Discovery\Applications\LibJPEG example to show several images, see the code below, but images don't show. Only the first one is there whole....

LMI2 by Lead
  • 765 Views
  • 6 replies
  • 0 kudos

External reference voltage for STML4

Posted on June 11, 2018 at 23:16Hi,I have very weird issue with external voltage reference with STM32L4xx.I have a board which is using external voltage reference for STM32L476. I apply 3.3V to both VDDA and VREF+. The VDD is also powered with 3.3V....

jeffz by Associate II
  • 398 Views
  • 0 replies
  • 0 kudos