STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIM_ICPolarity_ always both edges

Posted on January 29, 2017 at 12:29Hi Forum,Can anyone tell me whyTIM_EncoderInterfaceConfig(TIM2, TIM_EncoderMode_TI1, TIM_ICPolarity_Falling, TIM_ICPolarity_Falling);doesn't work the way I expect it to?No matter what I tell it to do, it always cou...

Willunen by Associate III
  • 93 Views
  • 0 replies
  • 0 kudos

ldrex/strex/stm32f7

Posted on January 29, 2017 at 11:44Command Set exclusive recording / ldrex / strex reading. The program takes off on operations in the field of memory sram1 / 2 (stm32f746).In cortex_m7 chip there are many options for internal memory (total 320 Kbyt...

stm32f103 i2c

Posted on January 25, 2017 at 06:35hey I must connect between two micro controller with https://community.st.com/tags♯/?tags=i2c‌i work with spl but i cant work whit i2c at stm32f103c8t6 and stm32f103c8t6 I do not have to do this sample code ........

STM32F3xx Clock configuration

Posted on January 18, 2017 at 15:48 Hi to all, this is my first project using a STM32F373 MCU, but I am not able even to let a LED blink. I assume that system clock is not running as I get no response also enabling the MCO and check it with...

STM32CubeMx - STM32Cube - MEMS1 confusion

Posted on May 05, 2016 at 13:39Hi ! I'm totally lost how to use these tool to setup a own project because I don't figure out how these tool are interacting. For example I like to use the NUCLEO-F411RE board with X-NUCLEO-IKS01A1 expansion board. I'v...

Resolved! Using flash Sector 0 for application memory

Posted on January 23, 2017 at 23:54I have been trying to use Sector 0 on the STM32F415 chip to allow me to only consume 16K of the memory as I don't even need to persist half of that. Unfortunately, even after setting Vector offset (and testing if F...

Sam V by Associate II
  • 821 Views
  • 22 replies
  • 0 kudos

Training/Tutorial USB-UART for STM32F4?

Posted on January 26, 2017 at 18:24Hello there,Im working with nucleo144F429ZI and i want to implement a USB CDC VCP Device for Tx/Rx-Data over the USER USB.I already managed to get the CubeMX generated Sourcecode to run on the board... Sometimes.Wi...