STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F2 floating point call causes hard fault

Posted on June 24, 2014 at 22:52I've started trying to use software floating point with the STM32F205. I'm sure this has to do with the Yagarto/GCC toolchain, but I'm hoping someone can give me some ideas as to what might be going wrong. At this poi...

vneff by Associate III
  • 3467 Views
  • 17 replies
  • 0 kudos

delay introduction and example stm32f407

Posted on June 29, 2014 at 10:04 hi guys i have discovery board (stm32f407) and in my code i have some tasks which have to execute in specific time . so i have to have a accuratedelay , i used to use this : void Delay(__IO uint32_t nC...

USART Interrupts in STM32F103C8

Posted on August 03, 2011 at 13:50Hello -- We're having difficulity getting USART1 and USART2 interrupts to work. We can successfully transmit from either USART  but can not receive on either USART via interrupt notification.  Polling the USART for ...

markbell9 by Associate II
  • 1297 Views
  • 4 replies
  • 0 kudos

hmc5611-01ba03 sensor with i2c _ stm32f407

Posted on April 25, 2014 at 10:58 hi every body. i have ahmc5611-01ba03 barometric pressure sensor and i want to get temperature and pressure from it. i connected to my stm32f047 Discovery board through i2c. i implemented all of things that i...

IAR Embedded Workbench Support

Posted on June 26, 2014 at 16:07 Hi all, I have a project that I've been working with that I recently tried to send over to another person but they're encountering an error when trying to flash their part. The code compiles fine but the f...

daniel2 by Associate II
  • 1075 Views
  • 2 replies
  • 0 kudos

How is receiving of a i2c byte initiated?

Posted on June 27, 2014 at 04:05Hi, I would like te receive 3 Bytes. Therefore I am sending a start, the I2C address of the slave, the register address, a repeated start, the slaveaddress again, then I receive the 3 bytes and finish wish a stop. So ...

Loading software to ST board

Posted on June 27, 2014 at 00:54Hello Everyone,Our goal is to compile an AudioSpeaker Demo included in the STM32_USB-FS-Device_Lib_V3.3.0. The IDE being used for this project is the IAR Embedded Workbench for ARM version 7.20.1.7307, IAR Embedded Wo...

STM32F303xC CAN configuration.

Posted on June 20, 2014 at 17:12Hello everyone, i am trying to implement CAN on my application. It is the first time i am dealing with it. I've read a lot about protocol itself, and looked through a lot of examples which are posted in this forum. Th...