STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

No CLK on SPI2 STM32F407VG

Posted on January 25, 2014 at 20:23 Hi, I'm trying to figure out why i'm not getting a CLK on SPI2. In this below example MOSI sends the data, but I'm getting no clock. (Verified with a logic analyzer) My Pinout: SCK - PB10 M...

Just Matt by Associate III
  • 247 Views
  • 1 replies
  • 0 kudos

STM32F42x/STM32f43x SAI DMA FIFO errors

Posted on January 16, 2014 at 07:24Hello, I have been working with an STM32F27 in an audio application. I am using the SAI module with both blocks. Block A is a master RX block, block B is a slave TX block synchronized to block A. The interface is s...

Problem on SPI3 of STM32F4-Discovery

Posted on March 13, 2013 at 14:54I would like to use SPI3 on STM32F4-Discovery. And the configuration is referred to the demo provided in the library. But when I use SPI_Write to debug it, there is no clock signal tracked by oscilloscope. The config...

xinjin by Associate II
  • 995 Views
  • 8 replies
  • 0 kudos

DMA interrupt suddently does not fire

Posted on January 21, 2014 at 03:09I have quite a big code, I might post it(part of it) at a later point, but first I wanted to ask if anyone can think of any reason why my microcontroller does not fire a DMA interrupt when the only thing I do is re...

stm32 f3 discovery tim2 to capture 4 pwm input

Posted on January 23, 2014 at 06:24 the office pwm input example is work ok, but i want to capture 4pwm with one timer,so i find this:https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=%2Fpublic%2FSTe2ecommun...

jipeng by Associate II
  • 829 Views
  • 6 replies
  • 0 kudos

AN4049 source files

Posted on January 09, 2014 at 10:54Hi,i can't find link to download source files forhttp://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/DM00048502.pdf (http://www.st.com/st-web-ui/static/active/en/resource/techn...

x8932 by Associate II
  • 461 Views
  • 3 replies
  • 0 kudos

STM32F10x USART bootloader

Posted on January 16, 2014 at 09:00I use STM32F103 in a project which is hard to access device after installation. Also it is manufactured in large quantity. I can get a serial port access to the out of device for updating firmware of device in futu...

How can I set RTC alarm value ?

Posted on January 26, 2014 at 09:48Guys, How can I set the value for RTC alarm ? I want to set on Sunday, 26 January 2014 20:35 I can see only one integer value, do I need to convert from date time to integer ? Any ideas ? thanks Code : /**   * @bri...