STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 problem with Encoder Interactive od TIM HAL

Posted on February 09, 2015 at 15:24Hello,I'm learing to use STM32Cube and HAL.Then I tried to set TIM encoder mode,but it can't work.This is my code of initialization and functionCan someone tell me ,what mistake I made or what important step I mis...

azura817 by Associate
  • 475 Views
  • 2 replies
  • 0 kudos

how to get signal on dac?

Posted on February 11, 2015 at 07:06I need  help regarding , how to get output on DAC by using stm blocks in matlab simulink environment .As of today matlab start supporting stm coder package for interfacing but still ,I am facing some issues regard...

13meep34 by Associate II
  • 321 Views
  • 0 replies
  • 0 kudos

STM32 Nucleos will not install

Posted on February 10, 2015 at 23:26I just received 2 STM32L0523 board to develop When I plug them in they light up but windows does not see a USB device. I also have 2 STM32F411 board that when I plug them in Windows sees them as USB Drives, but i ...

Power Line Communication(PLC) on STM32F4

Posted on February 11, 2015 at 01:27HelloI have another work for transferring/receiving data using PLC(Power Line Communication)GPIOA port 12 is for PLC port.so I have looked for many of example and tutorial for 2days but there are no exist.....so i...

dukesong by Associate II
  • 557 Views
  • 1 replies
  • 0 kudos

STM32F4 receive DMA timeout

Posted on February 09, 2015 at 17:59Hello,I have to realize receive DMA timeout for a serial interface. I found the application note AN3109 which describes a mechanism to realize a DMA timeout for the STM32F10x microcontroller. Does this application...

STM32F303x - Hardware Resets

Posted on February 09, 2015 at 15:51What is the usual procedure for power-on reset for other chips besides the MCU? Is there a reset_out signal or method coming from the MCU that is recommended? Or is there a method for resetting all chips in a syst...

gbigden by Associate III
  • 896 Views
  • 6 replies
  • 0 kudos

USB CDC VCP stm32l0 problem

Posted on February 10, 2015 at 16:32Hi all,I'm developing a project on STM32L052C8 that use USB with VCP class (internal 48 MHz clock enabled)The board is right recognized from the PC with ST driver ''STMicroelectronics Virtual COM Port'', and the t...

nicola2 by Associate II
  • 382 Views
  • 0 replies
  • 0 kudos

Semihosting in Eclipse or retargeting printf

Posted on June 03, 2014 at 09:43Hi,I am trying to debug some very simple code for STM32F0Discovery using Eclipse, ARM arm-none-eabi-gdb compiler and OpenOCD debuger.I could build and debug my cods and now I am trying to use printf to see some variab...