STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F205 flash self programming

Posted on September 06, 2014 at 22:11Hello, First, sorry for my poor english.I have a problem with a STM32F205. I am trying to read the content of flash memory , and for some bytes i have a value different with my firmware binary file. But the appli...

msstaf by Associate
  • 642 Views
  • 2 replies
  • 0 kudos

What is the default PriorityGroup setting if I didn't call NVIC_SetPriorityGrouping or NVIC_PriorityGroupConfig

Posted on September 13, 2014 at 22:14I'v found in the Cortex-M4 file that the default value of PRIGROUP is 0. while the legal value of STM32 is from 3 to 7. And I didn't find the PRIGROUP set in startup file or system_stm32f4xx.c. What is the defaul...

STM32L0x ISP though USART

Posted on September 12, 2014 at 11:22Can anybody point me to the software for programming STM32L0 family through USART bootloader? Flash loader demonstrator doesn`t seem to support this family.Thanks in advance #stm32l0-isp-bootloader

Failed to configure the system clock for STM32F103

Posted on September 13, 2014 at 01:12 Hi, I am trying to create a 64MHz system clock by using the 8MHz HSI clock and the PLL (PLLMUL = 16). But the firmware stops working after this line: RCC_SYSCLKConfig(RCC_SYSCLKSource_PLLCLK);...

STM32 crashed during programming flash

Posted on September 12, 2014 at 13:43Hi, My project crashed during programming of STM32L152 internal flash. Crashing means, that I cannot halt CPU; no hard fault nor bus fault interrupt only CPU freezed. Project runs CMSIS-RTX RTOS. Program is runni...

zoltan2 by Associate II
  • 749 Views
  • 2 replies
  • 0 kudos

SysTick interrupt problem

Posted on September 05, 2014 at 19:12 hi every body . i have systick in 25hz(each 0.04 sec) send my sensors data through usart. but the it just execute my main ''while(1)'' just once , and after that just my void SysTick_Handler(voi...

STM32L0 flash loader support

Posted on September 11, 2014 at 20:01Am I missing something or flash loader demonstrator 2.6 doesn`t support STM32L0x devices?Seems that there is no appropriate *.map file for that family. #stm32l0-flash-loader-demonstrato

STM32F407, Timer6 running 2x too fast (SOLVED)

Posted on September 12, 2014 at 09:12I'm reluctant to post this because I figure it's operator error, but I'm stuck.  I'm running an STM32F407 Discovery board using AdaCore's Ada2012 release.  Simple tasks seem to run correctly, and at the correct s...

kk6gm by Associate II
  • 573 Views
  • 2 replies
  • 0 kudos

Scale SPI1 clock to 10kHz in STM32 discovery

Posted on September 11, 2014 at 14:52Hello all,I am trying to establish SPI communication bw STM32FDiscovery board and MCP3202 ADC. The optimum clock rate of MCP3202 is given as 10kHz in the datasheet. I am using SYSCLK as 48MHz in my Discovery boar...

sandhya by Associate II
  • 613 Views
  • 2 replies
  • 0 kudos