STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L432KC HAL_PCDEx_BCD_VBUSDetect Bug

Posted on February 04, 2017 at 04:11I am using CubeMX with the STM32L4 1.5.2 library. [EDIT -- just confirmed that this exists in 1.6.0 as well]The non-OTG implementation of HAL_PCDEx_BCD_VBUSDetect() will only call  HAL_PCDEx_BCD_Callback() with PC...

firmware download from usb

Posted on January 30, 2017 at 17:36Hi,I am using stm32f429 mcu and i can use usb communication with my board. I want to learn how to download my hex file to mcu from usb port of the mcu. In other words i want to use a simple gui software on my compu...

er3481 by Senior
  • 2512 Views
  • 11 replies
  • 0 kudos

STM32Cube/HAL USB CDC - TX Complete Callback?

Posted on December 14, 2016 at 06:10Hi all,Does anyone know of the 'correct' way to get a call back when the previous transfer has been completed?The USB CDC has the TxState status variable which is cleared when a transmission is complete, but i don...

mwp by Senior
  • 2596 Views
  • 3 replies
  • 0 kudos

STM32L4 discovery OTG HOST Problem

Posted on February 01, 2017 at 10:43Hai,   i am using STM32L476 Discovery Board.For USB Device it is working Perfectly. For OTG Host,mass storage class with USB disk FATFS the pen drive is not mounting on the Host STM32.Give me the solution for this...

STM32F767 Nucleo: ethernet not working

Posted on July 25, 2016 at 12:18Has anyone got ethernet working on the STM32F767 or similar board? I didn't see any examples for this board, so I used the CubeMX tool to generate the initialization code with ethernet on. Then I adapted the LWIP exam...

STM32F3 ADC problem with HAL library

Posted on January 29, 2017 at 15:52Hi, I'm new to STM32 microcontrollers, now I have STM32F3Discovery board and I want to implement a signal follower.The microcontroller read the signal from ADC1 pin A0 and generate it on DAC1 channel2.when I have c...

0690X00000603TLQAY.jpg

STM32L476 high current draw before programming

Posted on January 06, 2017 at 22:16Our application uses the SMT32L4 in a 4-20mA loop-powered transmitter. VCC on this device is 3V. The typical current draw once the product is operational is approximately 8mA @ 3v. We are utilizing the bootloader t...

gwillette by Associate II
  • 4876 Views
  • 22 replies
  • 0 kudos

STM32L Flash HalfPageProgram problem

Posted on April 18, 2015 at 23:00Hi,I am not able to program the flash of a STM32L151RC using ''half page'' programming.Normal programming (word by word) works fine.I have tried it using the 2 latest GCC compilers (4.8.4), and I have tried with the ...