STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

IAR flashloader config

Posted on June 26, 2014 at 17:51Some more info:The project works on IAR version 6.7 but not 7.0It seems like it's loading flashloader files for the STM32F05x6. This is the way it's configured on V6.7 as well but that version has a (FlashSTM32F05xx6....

daniel2 by Associate II
  • 225 Views
  • 0 replies
  • 0 kudos

Flashing bootloader

Posted on June 26, 2014 at 08:30Hey,I have a strange occurrence concerning with my STM32F.I try to flash the bootloader using the FlashLoaderDemonstrator. I'm sending an acknowledgment to the controller but it doesn't send me the acknowledgment back...

t2 by Associate
  • 427 Views
  • 3 replies
  • 0 kudos

TIM3 Issue in STM32F215

Posted on June 05, 2014 at 14:30Hi, I am using TIM3(PC6 to PC9) for PWM output in STM32F215. In this I want three 50Hz PWM signals and one 8KHz signal. So I have configured PC7,PC8,PC9 as 50Hz PWM  signals. For this i have assigned PrescalerValue_50...

PLL Clock Problem

Posted on June 26, 2014 at 12:24Hi, I am using stm32l152r8 in my custom board.In this while I running the code I am getting error which is can not access the memory. After some time i found the error which is if ((RCC->CR & RCC_CR_HSERDY) != RESET)...

I2C Issues in STM32F215

Posted on June 26, 2014 at 12:50Hi, I am using STM32F215(master) in my custom board. In this controller is connected to the MPU9150 sensor(slave) via I2C interface.I tried to read the  slave Id of the slave device, but i am getting  whatever i am se...