STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Switching pin mode

Posted on January 31, 2015 at 19:13Hello, I have log. 1 on a pin and switch it off. After switching off I need immediately  measure voltage on this pin. How can I do this? One possibility is to configure pin to output, set log. 1, configure the same...

j3lda by Associate II
  • 614 Views
  • 1 replies
  • 0 kudos

I2C problem, not getting the ACK bit

Posted on January 06, 2015 at 17:35 Hello, I am trying to communicate with the Barometric sensor MS5611, using the I2C protocol. My micro is STM32f3discovery. The address of the sensor is send, but not the command. The code is stucked in...

esovo1 by Associate II
  • 4005 Views
  • 12 replies
  • 0 kudos

STM32F429 Timer1 + DMA2 + SPI1

Posted on January 28, 2015 at 15:42Hello, is the following possible? Timer1 is in capture/compare mode. If an compare event is generated => start DMA2 DMA2 copy 2bytes in the data register of SPI1. SPI1 send the 2bytes I have try it, but I get no CL...

der-kyle by Associate II
  • 614 Views
  • 2 replies
  • 0 kudos

STM32F407 FSMC To NOR Flash Issue

Posted on January 04, 2015 at 08:41The original post was too long to process during our migration. Please click on the attachment to read the original post.

shane by Associate II
  • 1431 Views
  • 5 replies
  • 0 kudos

Discovery boards and SPI/DMA example

Posted on January 28, 2015 at 23:47Hi folks,I'm working with two Discovery boards (STM32F4-DISCOVERY and STM324F429I-DISCO) I'm running the SPI DMA example (C:\STM32Cube_FW_F4_V1.3.0\Projects\STM32F4-Discovery\Examples\SPI\SPI_FullDuplex_ComDMA for ...

hbarta2 by Associate III
  • 563 Views
  • 1 replies
  • 0 kudos

STM32F427 data transfer in parallel from gpio using 8 ports

Posted on January 29, 2015 at 08:50HiI have some problems about transferring data.I want to send data in parallel from gpio 36MHz speed.I already set GPIO speed 100MHz.How do I set speed 36Mhz for transferring data in parallel?here is my codefor(i =...

dukesong by Associate II
  • 591 Views
  • 3 replies
  • 0 kudos

STM32L053 Disco firmware image

Posted on January 29, 2015 at 19:39Hello, is there a imagefile  of the firmware on the L053 Disco available somewhere? I didn't find even after looking hard? Otherwise, can somebody send me that image? Thanks

Using the Timer BDTR Function

Posted on January 29, 2015 at 21:20Hello, Can someone please provide a brief explanation, and perhaps an example that demonstrates the BDTR in use? If it does what I am hoping: it may help to stop spurs being generated by the output pins when I swit...

Question about NRST pin on STM32F051

Posted on January 29, 2015 at 02:12We have a design were we are periodically going into stop mode, waking up on a RTC interrupt, running some code, then going back to stop mode.  Every time the processor wakes up, the NRST pin goes low for approxima...

mvonahnen by Associate III
  • 765 Views
  • 3 replies
  • 0 kudos

Stm32F4 Lwip with enc28j60 ethernet module

Posted on January 29, 2015 at 18:51http://www.st.com/web/en/catalog/tools/PF257906I builded httpserver on this project then loaded to Stm32 but i couldnt take an ip adress from server. This project uses dp83848 module but i have the enc module. Is t...