STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F205RBT6 Alternate function mapping

Posted on July 16, 2012 at 12:02Hello, Can someone please explain to me how the alternate function mapping works? I found the alternate mapping table in the datasheet but how to read it. What is the default location of peripherals. For example by d...

spi interrupt problem for lsm330dl

Posted on July 09, 2012 at 12:33i try to use the spi interrupt , but the whole program just hanged at case 101 which is in the void GYRO_Task(void),  it shows me ''+++''. anything wrong? here is some part of my code.  #ifdef GYRO_SPI_USE_INTERRUPT  ...

Conflict with two EEPROM

Posted on July 06, 2012 at 10:02Hi, With a STM32, I have a problem to select either EEPROM (M24LR64-R and M24M02-DR) on the same bus I2C. Here are the ''device select code'': For M24LR64-R:  1 0 1 0     X 1  1 X In the order:  1 0 1 0 = Device ...

does debugging erases data eeprom?

Posted on July 15, 2012 at 12:07Hi, I am using the discovery board (stm32l) using gcc and the gdbserver from Atollic. My program can erase the data eeprom and write some new values in it, However when I start a new debug session the contents seems t...

wdehoog by Associate
  • 252 Views
  • 0 replies
  • 0 kudos

USB Host Firmware and STM32 - Pay or Free

Posted on July 11, 2012 at 15:39 Hello ALL We have already completed a project with the STM32F It took some time to get up to speed but eventually we did, and completed a complex project. Now we have a project which could work with a s...

ADC Library Problem Fixed

Posted on July 14, 2012 at 14:22I have been griping about a problem in the Std Peripheral Library whereby a ADC common init structure was not completely initialized in the examples provided. The most recent F4 library Version V1.0.1 dated 28 Decembe...

TIMER (Duty and OCActive)

Posted on July 11, 2012 at 15:46Hi, I would like to know why in TIM_OCMode_PWM1, I can calculate the frequency 'Duty cicle'                         TIM_CLK / (TIM_Period + 1)                36MHz/(999+1)  Frequencia  =  -----------------------------...

TIM_ClearFlag() function in stm32f10x library

Posted on July 07, 2012 at 09:02The content of this function is /* Clear the flags */   TIMx->SR = (uint16_t)~TIM_FLAG; But I think it must be in this format: /* Clear the flags */   TIMx->SR &= (uint16_t)~TIM_FLAG; a & is needed for correct clear ...

Strange problem with ADC injected single conversion

Posted on July 13, 2012 at 13:55I had some strange problems with injected conversions. To look deeper in the problem, I used the ''minimized'' Single conversion mode, as described in 10.3.4 of RM000090. For regular conversion, the description there ...

flyer31 by Senior
  • 231 Views
  • 0 replies
  • 0 kudos