STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem via SPI with STM32F103ZE and MCP4262 [Solved]

Posted on March 10, 2016 at 17:04I've the problem, my communication via SPI between STM32F103ZE and MCP4262 don't work.I try with PIC and the spi communication with MCP4262 works fine in mode 1,1.I try via SPI2 through GPIO pins from STM3210E-EVAL b...

vbruno1 by Associate III
  • 669 Views
  • 4 replies
  • 0 kudos

STM32F4 SPI management

Posted on March 10, 2016 at 21:14Hi all,what's the best way to manage a full-duplex SPI slave interface, running on STM32F4 + RTOS?I tried 3 different strategies, but none of them seem suitable for high performance.What I have:- 5 pins SPI: miso mos...

About the DCMI interrupt

Posted on March 11, 2016 at 09:57The original post was too long to process during our migration. Please click on the attachment to read the original post.

Need help for STM32F103RD PLL setup

Posted on March 06, 2016 at 06:32 Hi everyone! i got some prob when i trying to setup PLL run at full speed 72MHz. Here is my code RCC_CR_bit.HSEON = 1; //enable HSE while (!RCC_CR_bit.HSERDY); //wait for HSE ready //---------------...

giaan086 by Associate II
  • 978 Views
  • 5 replies
  • 0 kudos

timer adc

Posted on March 10, 2016 at 23:11hello, please I need some help.I want to measure the frequency of a continuous current motor. then to do this I use an infrared sensor. this sensor is linked to the ADC of the STM. each time the sensor makes a round ...

How to setup a Timer to output a squarewave?

Posted on March 04, 2016 at 20:50The Cube is not clear in this. I want to output squarewave 1kHz-0.1Hz from a pin. There are no examples about this and explanations are not clear either. I want to use STM32F1 CPU. #je-ne-l'aime-cube

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

CMSIS-SVD File for STM32F42x

Posted on March 10, 2016 at 00:56Anyone have, or know where I can find, a CMSIS-SVD file for the STM32F42x (specifically the STM32F429)? I have ones for the STM32F40x and 41x, but not for the 42x.

jerry2 by Senior
  • 442 Views
  • 2 replies
  • 0 kudos

USB CDC and STOP2 power mode

Posted on March 04, 2016 at 22:58I am using a STM32L476 chip based on  CubeMX generated code . I have ported this to a development board and implemented Stop2 power state to save battery life. I have a stop_x() and start_x() function for each device...

jstefan by Associate
  • 546 Views
  • 1 replies
  • 0 kudos

STM32F37x synchronizing ADC & DAC by DMA

Posted on March 06, 2016 at 22:00Dear Community,I am trying to find a way to synchronize DMA2_channel3 + DAC1ch1 and DMA1_Channel1 + ADC1 for analog output of a set of data via the DAC and simultaneously recording a system’s response using the ADC. ...

jogerh by Associate II
  • 434 Views
  • 1 replies
  • 0 kudos