STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI CPHA not setting correctly

Posted on September 26, 2014 at 20:07I am seeing some strange behavior in my SPI port.I expect that it will be set up as CPOL = 0, CPHA = 0 and for the bus to output 0xA5.What I see is that not only is MOSI transitioning on the wrong edges, but the ...

0690X00000605AUQAY.png
dibs by Associate II
  • 1058 Views
  • 6 replies
  • 0 kudos

usart doesn't work on stm32 Nucleo F401

Posted on September 28, 2014 at 16:12Hi friends, I have nio clue why I can't send anu data to usart. I use a stm32 Nucleo F401 on the usart 2 and absolutly no signal on GPIOA Pin 2 and 3. If you could help me. Thanks a lotMy source code is very sim...

lamard by Associate II
  • 3561 Views
  • 6 replies
  • 0 kudos

STM32F103RB timers input capture Both Edges

Posted on November 29, 2012 at 21:47 Hi all!!! I want to measure a signal with help of timer. I tried to use TIM_ICPolarity_BothEdge but then i uderstand that it doesn't work correctly. So i measured my signal with help of two chanel of...

SPI CS problem

Posted on September 12, 2014 at 09:46Hi, everyone!I am working with communication between stm32F4 SPI2 to small A/D read only. The reading process is only one 16 bit word so I using SPI2 as a Master and my configuration looks like this:  SPI_InitTyp...

0690X00000602qeQAA.bmp 0690X00000602xnQAA.jpg
avi23 by Associate II
  • 717 Views
  • 4 replies
  • 0 kudos

USB HID STM32F407VG

Posted on September 29, 2014 at 09:06Hi, I created USB HID project with CubeMX, what should I read to be able to send/receive 64 byte data. How can I understand the way to work with HAL driver, which functions and where to use them correctly. thanks

o2 by Associate II
  • 351 Views
  • 1 replies
  • 0 kudos

STM3220G-EVAL + Programming the demonstration

Posted on September 26, 2014 at 11:11Hi, I've a problem with my STM3220G-EVAL board. I need to download the demonstration firmware... but I don't know how! 1. Which software I have to use (EWARM, Atollic ... )? 2. Which cable (ST Link, Micro USB... ...

STM32F427 Missed Interrupt

Posted on September 25, 2014 at 02:35 Greetings, I'm using an STM32F427VI MCU to generate a 1 Hz pulse (50% duty cycle) with its RTC controller. For the most part, it seems like it works just fine, however during testing, the code will oc...