Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bug in the STM32F4xx std peripheral library

Posted on July 10, 2015 at 11:01 Hello everybody. I've found a little bug in the STM32F4xx standard peripheral library and since I'm not sure where to report it I decided to post it here. So, this bug is located at STM32F4xx_DSP_StdPerip...

vech2001 by Associate II
  • 705 Views
  • 2 replies
  • 0 kudos

Eeprom emulation

Posted on July 08, 2015 at 14:03I am working ok with eeprom emulation in my firmware, but I need increase the numers of variables and I can�t store all because with 16 bits to address size ''only'' store (2^16 -1) variables and I want store more var...

Syrine

Posted on July 06, 2015 at 18:04 Thanks for the answer. But there is a lot of excess and used DMA. (STM32Cube_FW_F4_V1.6.0\Projects\STM32F4-Discovery\Examples\DAC ) I need a simple example generated in STM32Cube triangle ...

IAR build for stm32f0 yields strange results

Posted on July 02, 2015 at 20:29Hi, My team and I use IAR to build our code for the F0. On certain computers, when I load the bin file into ST-LINK, the first block of memory (which I am assuming to be the stack pointer) is 5241497F, which basically...

Protect eeprom simulated variables

Posted on July 02, 2015 at 02:02Im using firmware for eeprom emulation as outlined here : https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CCIQFjAA&url=http://www.st.com/web/en/resource/technical/document/application_note/CD00165...