STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

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

Resolved! storing GPS data in a buffer via USART1 on STM32L072CZ

Posted on November 23, 2017 at 12:01Hello everyone, I am using STM32L072CZ board to get data from GPS on USART1 but when I try to store it onto a buffer, I am losing data bytes. I am putting a small code snippet here, not the final version but somew...

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