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

Get DMA status

Posted on March 26, 2014 at 10:07 I use DMA on USART2 rx.(STM32f107) I can buffer my incoming data with DMA on circular mode and have no problem. My array size is 1024 byte and I don't want to wait for 1024 incoming byte and get interrupt ...

what lib you use?

Posted on March 25, 2014 at 14:31What driver lib you use for your projects? 1- standard firmware lib 2- stm32cube f4 3- you own lib please answer ,if possible write your reason.

STM32F103R8T6 With out PullUp

Posted on March 26, 2014 at 13:25Good afternoon!I faced one problem of transition from the stm32L1xx series on stm32F103r8.I can't understand how to work with USB without using external PullUp on D +?

gambit by Associate II
  • 200 Views
  • 1 replies
  • 0 kudos

STM32L162 Operational Amplifier Output

Posted on March 26, 2014 at 11:37Hi All, Does somebody know (or could quickly check) what is the maximum and minimum output voltage that you can get from operational amplifiers in STM32L162? The load could be something between 1k and 10k.

damian by Associate II
  • 231 Views
  • 2 replies
  • 0 kudos

''Branching'' to SVC Handler

Posted on March 22, 2014 at 18:14MULT CMP r1, #1  BEQ Finish ITTT HS SUBHS r1, #1 MULHS r0, r2 BLHS MULTWhere I currently have ''BEQ Finish'' I wish to call an SVC Handler, how can I do this?I know I can call an SVC handler with SVC 0 , SVC 1 etc.. ...

lo0446 by Associate II
  • 248 Views
  • 2 replies
  • 0 kudos

One shot pulse

Posted on March 04, 2014 at 09:40Hi, I need to generate some pulses on a pin with a timer.Pin is normally high, it have to stay low for a precise time, then high for at least another time.I tried with one-pulse mode, but it works conversely: it wait...

giuseppe by Associate II
  • 805 Views
  • 5 replies
  • 0 kudos

Writing a value to EXTI->PR

Posted on March 26, 2014 at 09:06Hi, Fundamental question here, so please pardon my ignorance. In my interrupt routine I need to modify the EXTI->PR register, however when I set it using the following, EXTI->PR = 0x00000400 After printing out the va...

stenasc by Senior
  • 219 Views
  • 1 replies
  • 0 kudos

STM32F10x power measurement (AN2629 Zip file)

Posted on March 25, 2014 at 14:58Hello, I'm trying to locate the whereabouts of the an2629.zip file that contains code that is used to measure the current consumption of a STM32F01x as described in the AN2629 (Doc. ID 13922 Rev2). I've tried to loca...

stm32l100 data structure alignment,packing and pading

Posted on March 26, 2014 at 09:09Hello, I'm using stm32l100(compile and debug through kiel v4) which is connected to Network processor (Lon ft5000) ,.my firmware consist of structures and nested structures with different size of members ,...My doubt...

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