Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nucleo-F070RB + mbed PB6 problem?

Posted on July 28, 2015 at 19:34I have a Nucleo-F070RB and am using mbed for programming. Is there something special about PB6 that prevents it from being used as a GPIO? It appears to be configured as as oscillator output (?) at 500Hz.The code belo...

jay23 by Associate II
  • 749 Views
  • 3 replies
  • 0 kudos

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