STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F401 SPI problem

Posted on July 30, 2015 at 06:45I work the SPI1 normally,but cannot work on other 2,3,4....i think F401 have SPI2,3,4 right?i via dma and setting follow my setting in SPI1i try SPI4, DMA channel 5 stream 3,4 for tx rx. but no output.the stdperiph li...

gillbike by Associate II
  • 952 Views
  • 7 replies
  • 0 kudos

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

STM32-MAT Blockset CAN block bugs?

Posted on July 30, 2015 at 15:51Hello,I just started to use the CAN blocks in this block-set, I�m using Matlab 2014a and I�m expensing some potential bugs in the generated code. Am I doing something wrong or are these bugs?1: CAN_Filter block dose n...