STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to Configure Clock in Stm32f0

Posted on November 23, 2017 at 12:48I just started Working on Stm32F070RBT6.I am using CubeMx to Configure Keil and Keil uVision5 ofr Simulation. I tried Blinky Example and run it in simulator mode.But The Example Is not working perfectly.I tried al...

Failing to write to SD card on SensorTile.

Posted on November 23, 2017 at 20:10I am using the DataLog application to try to write to the SD card on the SensorTile. I have configured main.c:LogInterface_TypeDef LoggingInterface = SDCARD_Datalog;...changed from the default ...= USB_DatalogIn d...

STM32F7 I2S DMA data shift (flushing issue)

Posted on November 22, 2017 at 18:09Hi,I'm trying to use the STM32F723 I2S3 peripheral in reception (with a circular DMA).But I'm having an issue : when I2S is started for the first time everything works fine. But if I stop/restart it, the received ...

cbardou by Associate II
  • 1036 Views
  • 5 replies
  • 0 kudos

STM32L0-DISCOVERY enabling debug uart connection

Posted on November 23, 2017 at 16:50I've been struggling for two days to get the debug UART of STM32L0-DICOVERY board working.I have populated the SB2, SB3 solder bridges and configured the UART1 using Cube.Following are the steps I took,1. Enabled ...

pradeepa by Associate II
  • 269 Views
  • 0 replies
  • 0 kudos

ADC Problems

Posted on November 22, 2017 at 19:45hello,I'm having a little trouble with a project I'm working on.I'm trying to make what is essentially a thermostat using an ADC converter and an MCP9701-e/to-nd temperature sensor and an STM32401RE nucleo MCUMy p...