STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with ADC Timer Trigger.

Posted on January 02, 2017 at 10:11I am trying to get the rate of change of value of the potentiometer using ADC with a timer trigger. So far I have failed. I am trying to measure the change in value of ADC with the Timer trigger of every 100 micro ...

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
  • 714 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
  • 1333 Views
  • 5 replies
  • 0 kudos

M24M02-DR EEPROM Error

Posted on December 31, 2016 at 08:10Hi!What are the possible ways in which the above mentioned EEPROM could produce corrupt data?There are issues faced when reading the data written into the EEPROM.The issues occur at completely random times and hav...

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...