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

do you need to explictly set SCB->CCR |= SCB_CCR_STKALIGN;

Posted on September 25, 2013 at 14:42''Immediately after stacking, the stack pointer indicates the lowest address in the stack frame. Unless stack alignment is disabled, the stack frame is aligned to a double-word address. If the STKALIGN bit of the...

denis by Associate II
  • 668 Views
  • 0 replies
  • 0 kudos

STM32L162 eval kit?

Posted on September 25, 2013 at 03:11Hi,May I know is there any evaluation kit for STM32L162? I know there is kit for L152.

STM32F4 Bootloader pins connection problem (AN2606)?

Posted on September 24, 2013 at 09:34Hello. I'm using STM32F405RG. In my application we plan to use bootloader on USART1 for firmware programming. In AN2606 page 74 is written, that the rest of bootloader channels (USART3, CAN and OTG) inputs must b...

mudrovc2 by Associate II
  • 580 Views
  • 1 replies
  • 0 kudos

smt32f4 - arm-none-eabi makefile

Posted on September 23, 2013 at 11:19Hi all, I'm trying to write a makefile for arm-none-eabi toolchain (Menthor arm-2013.05-23-arm-none-eabi-i686-pc-linux-gnu). The file compile all project without error but I have several questions about this proc...

sarraciro by Associate II
  • 1533 Views
  • 6 replies
  • 0 kudos

A word of warning... (and a request for explaination)

Posted on September 23, 2013 at 21:45So, I'm currently working on a side project at home for a LED driver/controller board. In the process of this, I've decided to use a STM8 for some additional A/D and to offload the averaging. I got the eval board...

dciliske by Associate
  • 779 Views
  • 3 replies
  • 0 kudos

OCREFCLR is not reset after update event

Posted on September 24, 2013 at 15:23I have a problem using the OCREFCLR input to TIM1 on a STM32F3. I have set up TIM1: upcounting, CH1 in TIM_OCMode_Combined_PWM2 and CH2 in TIM_OCMode_PWM1. I have set OC1CE (Output Compare 1 Clear Enable) and OC2...

stm32f051c8t6 NVIC and USART Problem

Posted on September 23, 2013 at 11:33Hi, I configured USART1 in stm32f051c8t6 but when i run the code on my h/w it goes hang. I dont  where it is hanging. whether because of  NVIC OR USART. But according to me it hang in NVIC because everything run ...

lernd by Associate II
  • 971 Views
  • 2 replies
  • 0 kudos

ADC self calibration STM32F205

Posted on September 24, 2013 at 11:40I had read that STM32Fx series has adc self calibration feature but I couldn't find any register/explanation in reference manual of STM32F205.Also is it possible to assign different sampling time in SMPRQ registe...

stm32f4xx multiple

Posted on September 24, 2013 at 03:21I have a project that has a mix of cpp and c files. The symptom is that at certain times, the code gets stuck at the end of the startup_stm32f40xx.s at the ''B'' line.DCMI_IRQHandler                              ...

dibs by Associate II
  • 506 Views
  • 1 replies
  • 0 kudos

I2C Acknowledge problem

Posted on September 23, 2013 at 11:19 Hi, I am trying to establish I2C communication between STM32F4 and OV5642 Camera module( http://www.arducam.com/camera-modules/5mp-ov5642/) and I want to test it separately. I already worked with I2C a...