STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 series need separate SDMMC PLL

Posted on December 31, 2016 at 19:56Hi all. The standard SDMMC bus speed is 24MHz which, on the STM32F7 series, is derived from the USB PLL48 clock source / 2. If we want to operate the SD card in High Speed mode, which has a maximum bus speed of 50...

STM32F4 corrupt memory/damaged MCU

Posted on August 30, 2015 at 16:53Hello,I've been working on a project on my STM32F4 Discovery for a few weeks now and it's been working fine. Today I connected a OV7670 camera and after uploading the code the discovery stopped working after a while...

azayetey by Associate II
  • 879 Views
  • 3 replies
  • 0 kudos

Debugger doesn't halt at main()

Posted on December 30, 2016 at 06:03Hi,I am using STM32F4xx based custom board and IAR as an IDE for development. Till now everything works fine, but after adding few lines of code the debugger has stopped working i.e. it is not halting at main(). I...

dj_v14 by Associate II
  • 1609 Views
  • 5 replies
  • 0 kudos

Resolved! Understanding SPI on the STM32F3

Posted on December 29, 2016 at 19:44Hi, I have a NUCLEO-F303 board which I would like to use to communicate to two devices using SPI. The NUCLEO would be sending and receiving data to and from the devices via MOSI and MISO.Looking through the datash...

Problem with SPI in External ISR

Posted on December 31, 2016 at 07:35HelloI'm working with stm32f4 discovery board.I can make spi dma communication with a slave device in while(1) loop without any problem.But I have problem to make spi communication with slave device in external in...

I2c peripheral adding address byte ?

Posted on December 31, 2016 at 00:25Using I2C peripheral on F0 micro.  When I restart the I2C bus it sends the slave address plus an extra byte then my data, after that first transmission it doesnt send the extra byte, just the after the first Resta...

How to calculate delta T ??

Posted on December 29, 2016 at 11:57I have a 10DOF sensor that is calculating 3 angles(roll,pitch,yaw). I need to know how can i calculate the time of execution of my code so i can get the delta t, like in arduino we used as i remember a function ca...