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

systick is stopped? while erasing flash memory

Posted on November 14, 2014 at 10:39On stm32f407, Erasing a 128KB flash sector takes about 1 second, but after I finished erasing 1 sector, the systick just happend for 3 times(3 milliseconds), as I config systick as 1000Hz.Does MCU disable systick ...

shark by Senior
  • 1225 Views
  • 5 replies
  • 0 kudos

Bug Report STM32F10x_StdPeriph_Driver

Posted on November 14, 2014 at 18:14Hi, I'm just starting on ARM CORTEX and STM32 via The Spark Core so forgive me if I'm missing something but in file stm32f10x_tim.cFunctionvoidhttp://stm32.kosyak.info/doc/group___t_i_m___exported___functions.html...

julian23 by Associate
  • 549 Views
  • 3 replies
  • 0 kudos

configure gpio for external interrupt

Posted on November 14, 2014 at 14:53Hi I am using STM32F205 for my project (SN8000 EVK from  Murata).The SN8000 EVK uses Wiced SDK but it supports all the libraryfunctions, so the basic configurations will work(It uses vector tables in the vector_ta...

STM32F4xx: I2C multiple slaves, very strange behavior

Posted on October 16, 2014 at 12:25Hello all,I'm attempting to talk to two devices, a barometer (MS5611) and a magnetometer (HMC5883L), using I2C with DMA on an STM32F4. The barometer runs on a timer (10ms), while the magnetometer runs through an in...

0690X00000605B8QAI.png 0690X00000605BDQAY.png 0690X00000605BIQAY.png
ittokor by Associate II
  • 2900 Views
  • 17 replies
  • 0 kudos

STM32Cube callbacks and variables

Posted on November 14, 2014 at 14:40As far as I can see the new STM32Cube has callbacks that are called from the ISRs. This means that all variables that can be changed within the callback and accessed from outside the callback has to be declared as...

STM32Cube callbacks and variables

Posted on November 14, 2014 at 13:00As far as I can see the new STM32Cube has callbacks that are called from the ISRs. This means that all variables that can be changed within the callback and accessed from outside the callback has to be declared as...

flush usart receive buffer

Posted on November 14, 2014 at 01:07Hello, I need a way to flush the usart2 receive buffer . Will the following line do the trick or is it necessary to do something with the received rubbish bytes? // If buffer contains garbage, do nothing while (US...

stenasc by Senior
  • 553 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F407VE flash memory

Posted on November 13, 2014 at 16:32After replacing STM32F407VGT6 for equivalent VET6 I'm puzzled what parts of flash have been left out. This isn't described in the datasheets/manuals. Only the part number identification says 512k, but nowhere what...

Jeroen3 by Senior
  • 614 Views
  • 2 replies
  • 0 kudos

STM32F4 FSMC 8-bit Data / 10-bit address

Posted on November 12, 2014 at 19:08I'm planning to use the FSMC to memory-map registers of a FPGA. To save pins I would like to use multiplexing between data and address lines. Now, I need only a 8-bit data bus width but would like to address more ...

arne by Associate II
  • 662 Views
  • 1 replies
  • 0 kudos