STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L072 power or startup issue

Hi,I recently purchased STM32L072 MCU and designed my own PCB which has the HSE and LSE crystals. I found a weird problem when I power the MCU.-Once I connect the power, it consumes 10 mA. I programmed the MCU, without any issue. But, I found that th...

ashah.16 by Associate II
  • 828 Views
  • 3 replies
  • 0 kudos

Connecting printer to stm32f4

Hi I want to connect printer to stm32f4 discovery board but i dont know form where i should start!I connect keyboard to board successfully with stmcube hid library for printer which usb host class should i select!? regards

AAgha by Associate II
  • 1853 Views
  • 3 replies
  • 0 kudos

Flash memory type for STM32F103C8T6

Hello All,I am using STM32F103C8T6.it has a Flash memory of 64Kbytes.I am interested to know whether its a NAND or NOR flash. I tried going through its data sheet. But could not find explicit mention of flash memory type details.Could you please help...

NUCLEO-F207ZG Green LED

Hello,default application on NUCLEO-F207ZG, works correctly. Pushing user button led1, led2 and led3 blinks at different speed.Programming the board only Led2 and Led3 works as expected, while Led1 (the green one) does not flash/blink/lamp at all.I'm...

Resolved! Nucleo-L476RG TIM2 PWM output not work

I want to use Nucleo-L476RG to generate pwm output. but the problem is i can't use TIM2. TIM5 is ok. i use PA1 to generate pwm, when set PA1 as TIM2 CH2, it doesn't work. but when i use it as TIM5 CH2. it works. How can this be happened? is there any...