Posted on May 17, 2011 at 12:25Thnak greg but I have allready fix the IO in the correct states and I measure the current without the jtag. If I add RCC_APB1(SRAM | FLIFT , DISABLE); the comsumption is 25uA. Is there a problem with STM32 library (PWR...
Posted on May 17, 2011 at 12:25Hi, When the micro is in STOP mode : consumption = 1.56mA. When it is in STANDBY mode : consumption = 6uA. On my test board, I have only micro STM32F103 and a 32.768Khz Quartz. It's a ARM rev Z. The test program is in ...
Posted on May 17, 2011 at 12:24Hi, In the STM32F103, I must use PA14 and PA15 for a sensor. I have do a full remap (GPIO_Remap_SWJ_Disable) and when I want reprogram STM32F103, I can't read IDcode. Is there a special procedure to reprogram the micro...
Posted on May 17, 2011 at 12:24I have found my error. I forgot a configuration line to delete another line in a exemple copy (EXTI_InitStructure.EXTI_Mode = EXTI_Mode_Interrupt;)
Posted on May 17, 2011 at 12:24Hi, When I configure EXT_Line17(RTC_Alarm) to generate an interrupt, and I Set a alarm, the program don't go in interrupt program. I want do an auto wake up. I program the RTC Alarm to wake up the STM32 each second in ...