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

stm32f0 interrupt

Posted on March 24, 2014 at 18:59Hi,i want to start an interrupt to leave the sleep mode after a precise that my ADC reads.Could some body help me and put what i shall do in a nut shell?thank you for your attention PS: i am using an stm32f0 discover...

d4ng3r09 by Associate II
  • 327 Views
  • 4 replies
  • 0 kudos

External Clock Input for timers

Posted on March 24, 2014 at 21:28Hi,I want to make a timer to count on each rising edge of a square signal on PC.6. I am using STM32F103RBT6. I searched a sample code for that, but I couldn't find anything. What I found are all about timer interrupt...

Adopt STM32F4 Discovery Board Code to STM32F405

Posted on March 22, 2014 at 10:18My application board has STM32F405RG microcontroller.  I tried to use a project came from STM32F4 Discovery Board by just changing the microcontroller from Keil manual ''Project\Select Device for Target 'ST Link Flas...

jim_wei by Associate II
  • 384 Views
  • 4 replies
  • 0 kudos

what's the real size of STM32F103T6's flash

Posted on March 21, 2014 at 08:28Dear all, According to the datasheet of Stm32f103t6, it is an ARM Cortex-M3 MCU with 32 Kbytes Flash. I am not sure any other STM32 IC have the similar issue.However, today I download a software more than 32k(it is 5...

multiple TIM interrupts

Posted on March 25, 2014 at 09:11 Hello, I was hoping someone can steer me in the right direction regarding multiple TIM interrupts setup. I have configured two TIM's (TIM2 and TIM3) on STM32L151 and two IRQ handlers for both. One is...

klemen by Associate II
  • 273 Views
  • 1 replies
  • 0 kudos

internal sram read and write

Posted on March 25, 2013 at 08:53hi  i am new to stm32f4. i want to read and write data to the internal sram (4kb). i am using mdk arm for compiling c code.    regards   

bilal by Associate II
  • 552 Views
  • 5 replies
  • 0 kudos

How can I connect MagJacks to STM32F107 ?

Posted on March 25, 2014 at 09:21 Guys, How can I connect MagJacks to STM32F107 ? magjack ==> http://mbed.org/cookbook/Ethernet-RJ45 I saw from STM32F107 code : /* ETHERNET pins configuration */ /* AF Output ...

Synchronizing SPI/DMA startup

Posted on March 25, 2014 at 08:23Haven't been able to find anyone discussing this. What I need to be able to do is synchronize the start of two DMA SPI transfers. The two SPI ports are running at the same clock rate, and I need an 'atomic' start to ...

Labels