STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32l053 adc multiple channel without DMA

Posted on September 05, 2017 at 14:24Hi,                I'm trying to read 2 number of ADC channels on stm32l053 without DMA by initializing channel 1, reading  & deinitializing channel 1 then initializing channel 2, reading  & deinitializing channe...

LRPS_92 by Associate II
  • 285 Views
  • 0 replies
  • 0 kudos

STM32f4 Bluetooth Module

Posted on September 05, 2017 at 12:43Hi,I'm trying to connect STM32f407VG with Bluetooth module and light the led on and off. I'm a beginner and i get really confused all these things. I'm using Keil and CubeMX.I found a code for STM32F10x but I can...

Icube_LRWAN ( End_node)

Posted on September 05, 2017 at 12:15Hello , i'm using murata's module CMWX1ZZabz including stm32l0,  with the provided lorawan_cube code , here is the lowpower_handler fontion, anyone has an idea how to control the MCU wakeup.in addition to that, t...

Kim ElQ by Associate II
  • 279 Views
  • 0 replies
  • 0 kudos

STM32F765 Ethernet stop working increasing MCU clock

Posted on September 01, 2017 at 17:37Hi All,     I am working on a custom board using the STM32F765.The ethernet peripheral is based on DP83620 connected in RMII. In my application the ethernet is working as the AHB clock is below 190MHz, then it st...

raffin by Associate III
  • 591 Views
  • 6 replies
  • 0 kudos

Cube generated PWM on TIM17 fails

Posted on September 01, 2017 at 01:09I'm using an stm32f303vc processor and generating code using STM32CUBEMX (4.22.0) to generate PWM1 signals on PB9 using TIM17 channel 1. I'm using HAL version 1.9.0.All indications are that the output is floating...

UART receive from ST-Link VCP not working

Posted on March 23, 2017 at 21:32Hi! I'm trying to send some data (or string or anything) from the computer to a Nucleo-64 board, with no luck at all. I can easily retarget the printf and is working perfectly, but it is receiving nothing from the co...