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

Getting start with IAR 6.30

Posted on February 14, 2012 at 15:27I'm trying the IAR EW6.30 to get start with STM32VL discover board. Following the pdf in the ''stm32vldiscovery_package'' folder, trying to run the demo project of the AN3268, I open the workspace in that folder: ...

Atollic Library Problems

Posted on January 23, 2012 at 03:24Hi all,I am trying to use the arm_cortexM4lf_math.lib in one of my projects, but the linker cannot find it. I have tried just about everything (setting library / library paths etc), but I am a bit new to ST/ARM/Ato...

oli2 by Associate II
  • 1081 Views
  • 3 replies
  • 0 kudos

Change clock rate I2C

Posted on January 18, 2012 at 12:13How I can change clock rate for I2C bus? I need to get work wii motion plus. Code from arduino:TWBR = ((16000000L / 400000L) - 16) / 2; // change the I2C clock rateHow I can do this in stm32?I'm use stm32f103vet6. ...

STM32L EEPROM HARD WRITING

Posted on December 23, 2011 at 07:33Good day! The controller has a built-in EEPROM, which is very easy to program by software. It don't suit me. Can I program it during pouring code via the programmer(JLink)? I use Keil4.21 #eeprom #jlink #keil

fiim by Associate III
  • 936 Views
  • 2 replies
  • 0 kudos

EEPROM Emulation Start Address Question

Posted on December 21, 2011 at 19:06I've been using the STM32F100C6 on a project at my work.  We had no experience in ARM before so we contracted a associate of one of our engineers to write the start up code (just initializing all I/O, setting up t...

colecago by Associate II
  • 1946 Views
  • 4 replies
  • 0 kudos

USB HID example compilation issues with IAR

Posted on November 16, 2011 at 17:35Hi, I have downloaded UM0424 and opened the SWARM workspace in IAR workbench v6. The project compiles with lots of error, all of which are like this: declaration is incompatible with ... then it lists a data type ...