STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

External SRAM with STM32L496

Posted on November 17, 2017 at 23:06Hello,I am trying to find examples of code where the external SRAM is mapped using the linker file. I saw an example of it being done here (https://community.st.com/0D50X00009XkfB3SAJ ). However, all the uses of t...

hex file down-loader

Posted on November 24, 2017 at 12:50Hello,Current i used F8 (Keil-5 IDE)to download my hex file into STM32F405 mcu.Is there any software to download hex file into mcu,like ARM microcontroller.In ARM LPC2148 i am using flash magic software for hex do...

F446RC RTC le' bug minimal!

Posted on November 24, 2017 at 02:59On F446RC, sysreset does not put bit 19 into default setting of 0, its stuck on 1 if 1 is written previously.Procedure to set and clear bit:RTC->CR = (0<<19);   //Clear bit19, 512hz modeRTC->CR = (1<<19);   //Set ...

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
  • 588 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
  • 162 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...

Labels