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

HardFault_Handler headache

Posted on July 30, 2015 at 10:36Hello all ; I have an old working project that we use  the function : arm_cfft_radix4_f32(&S, testInput); where testInput is a float array in the RAM . we need to add some function for the project we added more ext...

STM32L151R usart rx trouble

Posted on July 31, 2015 at 08:40Hello, everyone! I'm use usart to receive packets with different size. I'm use next code to do this. Also it's fine, but i going inside ISR twice. And it's trouble for me. Please, anyone get help me, that i'm doing wr...

Bootload condition

Posted on July 31, 2015 at 10:43 what is the meaning of this line in bootloaders? if (((*(__IO uint32_t*)StartAppLocation) & 0x2FFE0000 ) == 0x20000000) Thank you.

STM32F7x6 .net micro framework support

Posted on July 31, 2015 at 15:51Hello,Is there any plan to serve supporting documents and tools for .net micro framework support/port for the STM32746G-EVAL kit and/or STM32F7x6 MCUs? #.net-micro-framework-stm32f7

stm32f338 ADC problem

Posted on July 31, 2015 at 14:46 Hello I have problem with ADC of stm32f3 ; it seems if I read multiple times ; some reading return zero or the old reading ; I read the ADC every 200uSec ; for example delay(200usec) read_...

STM32F51K8 - UART Receiving using HAL libraries

Posted on July 29, 2015 at 17:29Hello,I'm working on a STM32F051K8 using the HAL libraries (with CubeMX).The MCU is connected with a processor through an UART link.I'm currently able to send characters strings withouth any problem using the normal m...

STM32F0 input capture ( CCR1 stays 0)

Posted on July 30, 2015 at 14:17Hello I generated code using CubeMX in order to measure a pulse (20µs - 100ms). TIM2 is what I am using for that. In the HAL_TIM_IC_CaptureCallback I am checking the value in the CCR1 register. I am expecting that in...

Timer counter clock divide

Posted on March 22, 2013 at 16:28 Hi, does some one know how to reduce timer counter clock? I need to measure some pulse width around 1ms using 16bit timer. I have already configured the timer but I get an overflow. TIM_...

vault by Associate
  • 2229 Views
  • 10 replies
  • 0 kudos

STM32F4 does not self-reset on power up; BOOT0 is tied to GND

Posted on April 16, 2013 at 22:58Hello, I'm using an STM32F415 in an LQFP64 package on a new PCB design. BOOT0 is tied to ground. I can program the STM32 (using IAR and the ISP designed by ST) and get it to run using the IDE. The NRST pin is floatin...

geof by Associate II
  • 3930 Views
  • 19 replies
  • 0 kudos