STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32 timer captur

Posted on November 20, 2016 at 07:58 hey all i configed timer 3 whit this .... formeasurement frecuncy in PA.7 void TIM3_Configuration(void){ RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3, ENABLE); TIM_ICInitTypeDef TIM_ICInitStructure; TIM_...

HAL_UART_RxCpltCallback stops reading on 0x00

Posted on November 20, 2016 at 00:32 Hallo, I try to read binary data from PC to STM32 F Data are framed in following format. DLE STX DATA DLE ETX (0x10 0x02 DATA 0x10 0x03). My goal is to read DATA bytes. I'm usingHAL_UART_RxCp...

vancom by Associate
  • 337 Views
  • 0 replies
  • 0 kudos

Workaround interfacing STM32F429 FMC with a TFT

Posted on November 18, 2016 at 16:39Hello,I am working with a smart TFT that supports the 8080 parallel interface on a custom board but the design omitted connecting the RD, RS, CS, WD to the appropriate NEx, NOE, NWE, Ax pins. Instead these 4 contr...

NUCLEO L152RE Hardware version

Posted on October 27, 2016 at 14:06Hi!I have three Nucleo-L152RE Board with this features:- Board 1 and Board 2:  STM32L152RET6GH23W, Hardware version: MB1136 C-02- Board 3: STM32L152RET6GH245, Hardware version: MB1136 C-03I made a program that use ...

Microcontroller programming issue after connecting VBUS

Posted on November 04, 2016 at 14:19HeyI am using STM32F429VIT6. I have ported the USB_CDC program from the example and was working fine with the Evaluation board. I have changed the program to work with the MCU and ported the program. I havent enab...

dixon by Associate II
  • 371 Views
  • 1 replies
  • 0 kudos

STM32F7 HS-USB ULPI PHY options from Microchip

Posted on November 12, 2016 at 20:34Hello, you may remember STM32F2 and F4 had troubles with some HS-USB ULPI transceivers from Microchip. I wonder if these issues exist with STM32F7 too ? I'm especially interested in USB3317 and USB3343. I've notic...