STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Example programs for USB on Nucleo?

Posted on October 23, 2017 at 09:41Hi allWe have an STM32 Nucleo-64 board, model NUCLEO-L476RG. We try desperately implementing an USB device with this card. We are using STM32CubeMX and MDK-ARM toolchain (Keil uVision5). We have load STM32CubeL4 Fi...

helene by Associate II
  • 475 Views
  • 1 replies
  • 0 kudos

ST-LINKv2 not working fine after updating

Posted on October 23, 2017 at 09:51Hi guys, I'm new here and I need some help if possible. I have some trouble with ST-LINK v2 device. I'm using MacBook Pro with Bootcamp running Win 10. When I start st-util from macOS console everything works fine,...

unable to erase or programming

Posted on October 21, 2017 at 16:09Hi,I have mounted on my board a STM32F030C8. I flashed passed versions of projects: all ok. But when I flashed the last version nothing is  possible to do: message are: 'no target connected' and 'error: flash erase...

sav gas by Associate II
  • 582 Views
  • 2 replies
  • 0 kudos

Configuring I2S Clock on STM32F4?

Posted on October 11, 2017 at 00:10Hi - I'm attempting to interface a http://store.digilentinc.com/pmod-i2s-stereo-audio-output/ with my STM32F429 dev board.  The PmodI2S has a https://www.cirrus.com/products/cs4344-45-48/ DAC on it.  I'm using http...

0690X00000608YtQAI.png 0690X00000608Z3QAI.png

automotive certified STM32?

Posted on April 04, 2017 at 16:28HiI am supposed to develop a 'simple' automotive project drive some interior car lights controlled by CAN.Which ST controller is best suited for this? (Cheapest and smallest)Are any of the STM32 certified for automot...

Resolved! external clock mode problem

Posted on October 22, 2017 at 07:26Hello.I use stm32f107vct6 and use this code for external mode for timer 3  RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3 ,ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA|RCC_APB2Periph_AFIO, ENABLE);GPIO_InitType...