STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

How to make your board recognised in dfu mode

Posted on November 05, 2012 at 15:06Hello, I read stm documentation on how to enter a microcontroller into dfu mode Iam using stm32f105, and below are the steps that i did 1- Boot0=1, Boot1= 0 2-PD6 = PA10 = PB5 = 0 3- make reset 4- connect the boar...

hisham23 by Associate II
  • 375 Views
  • 2 replies
  • 0 kudos

PLL implementation

Posted on January 03, 2013 at 11:46Hi <3 Happy New Year 2013 <3 I want to implement PLL (Phase-locked loop) in STM32F4 Descovery Card The Goal is to control output system frequency to be equal to the input frequency., to eliminate the noise eff...

0690X00000603G1QAI.jpg
bmwael1 by Associate II
  • 225 Views
  • 1 replies
  • 0 kudos

Gave 15V as ADC input by mistake

Posted on January 03, 2013 at 12:26HiAfter giving 15V to PC3 (ADC3 channel 13), I'm unable to reprogram the flash. It says ''Flash loader program reported an error''. If there is a remedy, how can I go around this?Have I permanently damaged the MCU?...

STM32F4 interrupt issue

Posted on January 02, 2013 at 15:29Hello experts, I'm using stm32f4 discovery board. I have connected an interrupt line from a RTC chip to PA1 of my board. The RTC chip gives interrupt signals each 1 second. The way I enable interrupts is as follows...

Accessing SD card via SPI

Posted on January 03, 2013 at 05:55Hi, I have an STM32F4 discovery board and I want to access SD card via SPI. The reason why I want to access Sd card via SPI is that the breakout module that I have has an SPI interface. I have looked on the interne...

osama by Associate II
  • 308 Views
  • 1 replies
  • 0 kudos

stm32f407, jtag does not respond

Posted on January 02, 2013 at 23:09Hi all,I have a strange behaviour with 4 stm32f407 boards related to the jtag. The jtag of the stm32f4 is connected to a FTDI4232 chip. I have connected only the JTCK (with a 10k pd), the JTDI (with a 10k pu), the ...

romaine by Associate II
  • 226 Views
  • 2 replies
  • 0 kudos

STM32 F103xx using PB3

Posted on September 20, 2012 at 11:44Hello, We want to use PB3 of the microC. As found in some forums we have to disable JTAG. We do this using following line of code: GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable, ENABLE); Then we want to use P...

gino by Associate II
  • 796 Views
  • 7 replies
  • 0 kudos

Hard Fault Handler Interrupt Stm32F1?

Posted on January 02, 2013 at 21:55Any help with finding this bug is appreciated. I am truly at a loss.I am using the virtual com port for USB(V.3.1). I had it working great, communication was like a wife and husband once wished. I was sending host ...

Labels