STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Adress Type (Flash Memory)

Posted on January 13, 2012 at 10:23Hi,I want to read all the datas of the Flash Memory on STM32F103RB// Adress start value = 0x08000000 ,end value = 0x0801FFFF;while(Adress != 0x0801FFF) { FLASH_Unlock();              Data=*((uint16_t *) Adres);  //...

1 interrupt 2 Timecaptures

Posted on January 16, 2012 at 11:15Hi, I detect flanks with timer 2 interrupts. After a delay of a few µs I need a timer 4 interrupt to activate an IO port. This delay should be very exactly. So I want to add the delay time to the captured time. Bu...

RTC + Sleep-now mode = problem

Posted on January 15, 2012 at 17:08 Hello. In my application i'm using RTC second interrupt (clock/calendar features) and RTC alarm event. I want the system to go into sleep-now low power mode (with all interrupts enabled and running) and wa...

STMPE811 : need clarification

Posted on January 03, 2012 at 15:40Dear STe2e Community, I need your help. I'm trying to get the diplay part of Keil's MCBSTM32C dev board working. It features a STMPE811 touch screen controller. The controller is connected through I2C and everithi...

maen by Associate
  • 416 Views
  • 1 replies
  • 0 kudos

multiple load in interrupts: any restrictions?

Posted on January 13, 2012 at 11:42Concerning the NVIC interrupt handler: I am a bit curious, how NVIC manages to keep log of the multi-load commands, if several interrupts would interrupt one each other. As far as I understand it, STM32 has 16 leve...

flyer31 by Senior
  • 1126 Views
  • 9 replies
  • 0 kudos

PE2 or PE3?

Posted on January 14, 2012 at 02:31Hi, On UM1472 - STM32F4DISCOVERY User Manual, page 27, says pin PE2 is connected to CS_I2C/SPI of LIS302DL. On schematics (page 30 and 35) the pin connected is PE3. Anyone knows what is the correct pin? Best regar...

jsmaia2 by Associate
  • 464 Views
  • 1 replies
  • 0 kudos

PRIGROUP Initialization

Posted on January 13, 2012 at 14:56I can't figure out how the PRIGROUP is initialized in the stm32.  In PM0056 (Programming manual)  it appears the SCB_AIRCR register field for PRIGROUP is initial 0, but the table defining PRIGROUP (table 45) has no...