Others: STM32 MCUs related

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 983 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
  • 841 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
  • 1714 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 ...

STM32 True Studio Issue

Posted on August 05, 2011 at 17:47I have been working with true studio for a while. I have mostly done small projects that do not require a large amount of include files. Currently however i have been working on a larger project (an MP3 player to be...

Issue with IAR tools and debugging

Posted on August 03, 2011 at 15:57In relation to another post I made to day about USART1 issues,  we observed that when we recompile and redownload,  the system will act differently depending if we cycle power or not between downloads. Is there a se...