STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

return from sleep mode

Posted on November 09, 2012 at 11:21Hi, I entered sleep mode with PWR_EnterSleepMode(PWR_Regulator_ON,PWR_SLEEPEntry_WFI) ; but I can return to normal mode, even i push the user button (connected to EXTI0). What's wrong ?

jerome23 by Associate
  • 279 Views
  • 1 replies
  • 0 kudos

Selecting an alternate function

Posted on November 11, 2012 at 23:46Reading UM0033, page 138, figure 14. Sorry, can not exactly understand it. For example,  I want to connect C.8 to CAN1_TX and C.9 to CAN1_RX. I see AF9 (CAN1/CAN2, TIM12..14). and need to use GPIOC_AFRH(LSB) GPIO...

brberie by Associate II
  • 1543 Views
  • 8 replies
  • 0 kudos

STM32L1 Temp Sensor ADC Cycles

Posted on November 12, 2012 at 14:47The STM32L1xx datasheet says that the temp sensor sample time will be between 5 and 10 uSec.  The manual confirms this, saying that you should use a 10 uSec sample time.  With the ADC clock running at 16MHz, this ...

stmburns by Associate II
  • 313 Views
  • 0 replies
  • 0 kudos

Active ADC with TIM3 not operate

Posted on November 12, 2012 at 14:40Hello. I try to operate ADC3 triger by TIMe CC1 on scan. TIM3 is working (I test it by use its interrupt). But I can't get EOC interrupt from the ADC3. I check that I operate the RCC for both and also allow NVIC f...

Barbie by Associate II
  • 233 Views
  • 0 replies
  • 0 kudos

USART echo program not working

Posted on November 11, 2012 at 02:08Hello, I am trying to implement a simple USART echo program but am running into communication problems between the discovery board and puTTy. When I transmit a character to the discovery board it does not respond....

stm32f4 Discovery multiple potentiometers

Posted on November 11, 2012 at 09:33 Hi everyone, I'm trying to get a accurate reading out of 2 potentiometers but they keep affecting each other. Also when I press my touchpanel (XPT2046) the readout is affected.... Does anyone hav...

Keil, initial clock configuration.

Posted on November 10, 2012 at 21:01I'm writing my own USART code to work with USART1. I need to know what the start-up code that keil gives you sets the clock initially at. I can change it manually but id like to know where the code is. Also USART1...