STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! DMA SPI read error(s)

Posted on May 30, 2017 at 18:56Hi All,I've got a  Nucleo-F103RB, and have been able to successfully implement an SPI interface to an FPGA, using the software to control the flow of the SPI.I want to now move this across to the DMA, such that the DMA...

Resolved! I2C Bootloader Issue - STM32L071KB

Posted on March 31, 2017 at 15:06Hi,   I have a STM32L071KB Chip Inserted in a  STM32F031K6-Nucleo Development Board.   I am trying to Get into I2C Bootloader mode by Setting BOOT0 Pin to HIGH.   But When I Try to detect the I2C Slave Address (0x42)...

0690X00000603j3QAA.jpg 0690X00000602RcQAI.bmp
Kannan M by Associate
  • 755 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 USB CDC problem

Posted on May 30, 2017 at 10:07 hi everybody I'm using stm32l151 and I want to use usb peripheral in cdc mode. I used stm32 cubeMx to generate the project. when I connect the boar to PC, I can see the VCP in device manager.however I can't s...

mh2 by Associate III
  • 770 Views
  • 3 replies
  • 0 kudos

measure pulse width using both edge input capture mode

Posted on April 26, 2017 at 13:41Hi Everyone,I want to measure the pulse width of a square wave signal and thought about using input capture mode and enable interrupt on both edges (rising and falling) and then in the interrupt routine i will read t...

Raider E by Associate III
  • 2826 Views
  • 3 replies
  • 0 kudos

How do you update the firmware on the SPWF01SA?

Posted on May 26, 2017 at 23:36I tried a search for this question and I cannot find an answer. How do you update the firmware on the SPWF01SA? I need to know what pins need to be set in which direction. For instance, the http://www.st.com/content/cc...

How to use iwdg in stop mode with stm32l0xx?

Posted on January 19, 2017 at 14:32Hi, I have a problem with low power mode. I want to use the watchdog with the stm32l0xx.But when I go in stop mode, I can not disable or frooze the watchdog counter (only possible with l4 family).And in a perfect w...

STM32F746G-DISCO display panel choice and alternatives

Posted on January 16, 2017 at 18:53 I bought a STM32F746G-DISCO board and have decided that a board like it will fit the needs of my project. Are there any companies that make development boards with this MCU that can use a larger LCD display? The ...

ray23 by Associate II
  • 3341 Views
  • 30 replies
  • 0 kudos

Request for enhancement : Cube 4.21.0

Posted on May 30, 2017 at 19:11Eric,In the implementation that was included in 4.21 there was a couple of MISRA violations inserted.Unlike the assert_failed routine, _Error_Handler uses char* and int for parameters instead of uint8_t* and uint32_t.J...