STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f373 interrupt problem

Posted on October 27, 2016 at 06:28HelloI am using stm32f373 chip to implement SDADC, USART, Timer, etc, and now I have a problem with interrupt.I tested USART1 interrupt code as below. If I send any character to STM, then it would receive it and se...

ysmgreen by Associate
  • 841 Views
  • 3 replies
  • 0 kudos

stm32f0 reenable SWCLK

Posted on October 27, 2016 at 13:34Hello, I'm using a stm32f030x6. During normal operation i need my swclk-pin (PA14 in my package) to be configured as a UART. However for debugging, i'd like to reconfigure it back and use it as a swclk to use it wi...

mazahner by Associate
  • 379 Views
  • 1 replies
  • 0 kudos

Problems porting mbed project to SPL

Posted on October 27, 2016 at 09:10 Hello, I ported the microchip MiWi stack to STM32(NucleoL152RE) initaly using the mbed hardware librarys. I do not use the mbed compiler, but rather imported it into EmBitz and use the arm-none-eabi...

STVP programming toolkit

Posted on October 26, 2016 at 16:53Hi all. I'm using functions from  STVP programming toolkit to implement STM32F051C8 programming in my C# application. I need a command for microcontroller reset after programming. Before I used command EVerifyAll f...

nebojsa by Associate
  • 408 Views
  • 2 replies
  • 0 kudos

SPI STM32f407 problem

Posted on October 26, 2016 at 21:07Hello everyone. I am having problem with SPI inerface and stm32f4 development board. I am sending 16 bits of information. While the bis are sending the CS must be low and when they are sent must be high. Then goes ...

mone6980 by Associate
  • 656 Views
  • 2 replies
  • 0 kudos

STM32F030 flash read problem

Posted on October 24, 2016 at 15:36 Hi, We are using a STM32F030C8T6 and are storing configuration data at the end of flash memory. We carved off 4K of the 64K of flash(via the .ld linker file) for the storage area so our config storage ...

stm32f3 discovery how to fix loop periode !!

Posted on October 26, 2016 at 00:52 Hi all, i use stm32f3 discovery and i develop a project with IAR but i have faced a problem in fixing my loop periode to be more clear : i use the accelerometer and the gyroscope of th stm32f3 discovery , ...