STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 396 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
  • 389 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
  • 1283 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
  • 337 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
  • 552 Views
  • 1 replies
  • 0 kudos

STM32F103R8T6 Timer4 Input Capture problem

Posted on March 24, 2014 at 11:17Hi!There is a problem with Timer4 Input Capture use.  Initially everything was developed under the STM32L100R8T6 controler, but so happened that it was necessary to pass to STM32F103R8T6. This code perfectly works at...

gambit by Associate II
  • 1683 Views
  • 13 replies
  • 0 kudos

Manchester Decode with EXTI interrupt and Timer count

Posted on March 26, 2014 at 00:32 Hello, I want to decode manchester code sent by RFID chip EM4 I set up a timer as counter without interrupt and EXTI line with interrupt. I am getting an interrupt on every rising and falling edge of the PC.6...

Flash is corrupting after a couple of immediate resets

Posted on March 23, 2014 at 20:11 I want to store Device ID inside the flash permanently. So I am using internal Flash of STM I can write&read to Flash in STM After writing the value to the flash, and switch off and then I can read it without any...

io517 by Associate
  • 1489 Views
  • 5 replies
  • 0 kudos