Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

cubemx code generation issue

Posted on April 11, 2016 at 10:56Hi,I'm developing some application with STM32L4 uC, cubeMX and truestudio.Unfortunately after some modification  cubeMX do not generate compile-able code. I dig into the problem and found out that if I go into the .c...

Finding the code size in IAR

Posted on March 02, 2016 at 07:29is the.map fiel correct way to determine the size of the code?I have written a module and wanted to find the size of the code (ROM and RAM).I first took a STM32F* template built it and noted the figures from the .map...

darla14 by Senior
  • 1503 Views
  • 1 replies
  • 0 kudos

STM32L0 EEPROM and DMA

Posted on March 02, 2016 at 12:11Hello, I'm using the internal EEPROM on a brand new STM32L021. In order to save some data into that EEPROM in an ''asynchronous'' way, I use DMA1 channel 1 in MEM2MEM configuration. My issue is that as soon as DMA_CC...

mjourdan by Associate
  • 726 Views
  • 2 replies
  • 0 kudos

STM32F405xx Controller Interface With EEPROM

Posted on February 25, 2016 at 11:16Hello,One of the requirement for my project is to log diagnostic data periodically over a period of time.Controller used is STM32F405xx, LQFP64. As it does not have the on chip EEPROM, I want to interface (via SPI...

koyala by Associate
  • 784 Views
  • 3 replies
  • 0 kudos

Write to Flash with Keil Simulator

Posted on February 26, 2016 at 12:16Hi, I'm trying to use Keil simulator to test my application. I'm writing some data to flash memory, using the HAL drivers generated by cubeMX. After the write operation, the flash memory doesn't change. I'm just w...

STM32f0 - I2C EEprom > 1Mbit - i cant get it run.

Posted on February 26, 2016 at 13:57Dear Madams and Sirs, im trying to programming / and reading an 1Mbit EEprom with STM32F030x. There are some issues i am working on and make me some headache. Im using the STM32f0xx_i2c files for working and a Kei...

woermann by Associate
  • 397 Views
  • 0 replies
  • 0 kudos

EEPROM emulation in STM32F4x family

Posted on July 29, 2014 at 08:32I have come across the following ST application note and sample.http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/CD00165693.pdfI guess this works for STM32F4x family too, am I ...

harinath by Associate III
  • 2083 Views
  • 12 replies
  • 0 kudos

Need I2C EEPROM example code for STM32F407

Posted on February 01, 2016 at 15:28I have a project running nicely on a STM32F407 (same chip as on the Discovery 4 board).  It's fairly simple, using only a couple of UARTs and some GPIOs, and it uses ABSOLUTELY NO STM CODE (including HAL).  I now ...