STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 PID Functions

Posted on June 25, 2014 at 09:49Hi,I had a look at DoFullPID and DoPID functions in PID_C_stm32.c file and undrstood that variables like Error and Output are defined as uint16_t.I'm wondering how these variables deal with negative values? What if in...

Linker configuration

Posted on June 29, 2014 at 18:05Hi,I'm working with STM32F401CB with IAR. The memory structure is:// Base address of the Flash sectors #define ADDR_FLASH_SECTOR_0     ((uint32_t)0x08000000) // Base @ of Sector 0, 16 Kbytes #define ADDR_FLASH_SECTOR_...

gil23 by Associate III
  • 123 Views
  • 0 replies
  • 0 kudos

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 II
  • 585 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...

SPI Problem in STM32F215

Posted on June 28, 2014 at 17:42Hi, I have written code for configuration and Data_send for SPI in stm32f215 like below mentioned code. I have monitor the  clk,data,CS while running using CRO, i am getting CLK,Data but not getting CS. What is the pr...

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

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