STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LPTIM Counter in Stop2 Mode

Posted on July 05, 2018 at 10:15Hi, everyone. I'm implementing a shock counter using STM32L476 LPTIM counter & LIS2DH12 click interrupt.I connect LIS2DH12 INT2 pin to LPTIM_IN1 to implement shock counter. ( I expect increment of LPTIM counter when s...

STM32 sleep mode

Posted on May 23, 2013 at 11:00Hi!There's question about sleep mode for STM32F103. When I tried to use STOP mode with event wakeup (WFE) and AWU timer, clocking from LSI, and it was needed to control CAN-bus and USART1 at the same time.Could you hel...

mbedTLS enable DEBUG logs

Posted on December 27, 2017 at 08:15I am using STM32F769I-DISCO. and using STM32Cube_FW_F7_V1.8.0I am testing mbedTLS SSL_Client example.I want to enable mbedTLS DEBUG log in the code.#stm32-f7 #mbedtls

ritesh by Associate II
  • 134 Views
  • 1 replies
  • 0 kudos

STM32 USB CDC VCP Windows Driver

Posted on April 12, 2018 at 05:49I am developing a product which uses ST USB CDC stack. Windows can list this device as a serial com. I am using ST PID and VID.My question is it seems needs to install ST driver to make this device working. Usually i...

jiangpen by Associate II
  • 117 Views
  • 1 replies
  • 0 kudos

STM32 CubeMX USB CDC does not transmit

Posted on April 27, 2018 at 23:51 STM32F407VETxBlank CubeMX project template plus USB_DEVICE middleware using CDC classSW4STM32firmware STM32Cube FW_F4 V1.16.0only modified code from generated templates is this (in main.c):  /* USER CODE BEGIN 2 */...

Measured VREFINT value very low

Posted on August 14, 2017 at 02:57The ADC calibration on an STM32F303 is making my head hurt!!I'm using latest HAL library (v1.9.0) and start with calling HAL_ADCEx_Calibration_Start() for each ADC I'm using. I then read the factory calibration fact...

STM32F0 SPI slave mode issue TXRX HAL

Posted on January 13, 2016 at 17:24 Hi, I'm using an STM32F0306 in SPI slave mode *** a sub processor in a project. I used cubeMX to generate the initialization and have added functions in Keil v4 The ST part is in slave mode, 8 bit...

_legacyfs_online_stmicro_images_0690X00000604te.png

LWIP+!DHCP+AutoIP->Custom IP

Posted on February 13, 2018 at 14:27My projects with 32F107 runs DHCP ON works fine on LAN.I want my MCU get custom IP when I connect to PC without DHCP Server.I am using cube and already set Should I use autoIP or insert code when DHCP fail.Do I ha...

STM32F302 CAN interrupt handling

Posted on November 30, 2017 at 09:59Hi,I have some issue setting up CAN for STM32F302 using Keil. As a starting point I used the Keil STM32 CAN Example:http://www.keil.com/download/docs/351.aspEverything seems to work, except the interrupt handling....

paul2 by Senior
  • 171 Views
  • 1 replies
  • 0 kudos

STM32 USB CDC ECM EEM RNDIS

Posted on December 09, 2015 at 09:21hi, in my project we are using virtual com port for a communication between pc(usb) and stm32f103(USB). But due to ground loop and noise we are facing communication problems. so, to over come this we are planning ...